207 / 94 / 15
Регистрация: 27.07.2018
Сообщений: 323
|
|
1 | |
Что изучать для совершенствования знаний по C++08.11.2018, 09:25. Показов 15600. Ответов 361
0
|
08.11.2018, 09:25 | |
Ответы с готовыми решениями:
361
Что изучать после получения базовых знаний по c# Какой язык и технологию изучать после получения средних знаний Ссылки для изучения и совершенствования Какой язык изучать или что изучать? |
22.01.2019, 18:58 | 341 |
0
|
Mental handicap
1246 / 624 / 171
Регистрация: 24.11.2015
Сообщений: 2,429
|
|
22.01.2019, 19:07 | 342 |
Actually it will maybe difficult to reproduce because of that I getting textures from online source and maybe Firefox broke not webgl but textures what I get, hm.. Well, it was rather a rhetorical question, maybe you heard something about it.
0
|
22.01.2019, 20:02 | 343 | ||||||||||
Could you give links to the textures? It will be good if you will make demo without unnecessary things. Maybe isn't a size of textures the power of 2?
You can public your example like this. I made a simple example: https://playcode.io/227714?tab... tml&output index.html
0
|
4029 / 2575 / 430
Регистрация: 09.09.2017
Сообщений: 11,494
|
|
23.01.2019, 09:37 | 344 |
It may be a good way if you have enough words in your dictionary. But if I can not understand just 10 words how can I understand the translation from English to English?
And if you just want to translate the text, you may forget translation / meaning of unknown word. It is the problem if number of known words less than unknown ones. I mean your method is to learning some language step-by-step, not for translating "just now"
0
|
23.01.2019, 13:01 | 345 |
I think CyberGame knows more than 10 words. I do not say that he must delete all English-Russian dictionaries. I say that he should try use English-English dictionaries (Oxford dictionaries) and try not remember Russian translations. It is very important to imagine a meaning of the English word. You need try to think in English at least 1 or 5 minute in a day. It is difficult for me too because I studied German at school and at University. I use English-Russian too but I try to use English-English dictionaries and I try to remember English meaning without Russian translation. I try to think in English without translations Russian-English in my head. It is very difficult special at fist time but it is very popular and effective way. I just try to do it everyday. I know maybe 300-400 words. I use English-Russian dictionary sometimes but I try do not use it. I just try not remember Russian translations I try to imagine the word.
For example, I have "The New Oxford Picture Dictionary". I study words everyday with this dictionary. But I do not translate words to Russian. I remember this words without translations. I imagine the words. Very offten I do not know how to say a word in Russian and I think it is very good. I do not try to translate it in Russian. I do not know how to say this word in Russian (see a picture above). I did not see this thing in Russia. I do not have this thing when I was a kid. But I just remember this word like "walker":
0
|
151 / 86 / 35
Регистрация: 05.08.2017
Сообщений: 257
|
|
23.01.2019, 19:11 | 346 |
See - irregular verb. I think you have to use "saw" here, because it is past tense
0
|
28.01.2019, 13:57 | 349 |
CyberGame, I had these ideas. I wanted to show you:
Now I want to use C#/OpenTK, TypeScript/WebGL and JS/ES5/WebGL for study game architectures, linear algebra, math for writing shaders, multiplayer, writing my own little game engine and so on. I chose OpenTK because it is not dead and it is used by MonoGame and Xamarin. I study ES5 because it is popular and TS because it is better then ES5 and similar to C#. TS and C# was created by Anders Hejlsberg. I want to make a little games for practice with multiplayer using: SocketIO (or WebSockets), NodeJS, MondoDB. I am writing now my own game engine using TDD. I use NUnit and NSubstitute frameworks for C# version of my engine. And I use Jasmine framework for TypeScript and JS/ES5 for writing of WebGL versions of my game engine. WebGL is very good for little simple games like Snake and so on. The games will be ran on all planforms without installation. I read these books: Author of C# book is a very skilled person:
0
|
28.01.2019, 14:07 | 350 |
TDD is very big theme and very interesting theme. It is used for writing Technical Specifications. It is very easy to use TDD with C#, TypeScript and JavaScript. But TDD is more complicated for using with C++. C++ is very hard language for writing your own little game engines for simple games.
0
|
18.02.2019, 16:08 | 351 | ||||||||||
CyberGame, I see that you switched to Python. I think it is very good idea because Python is simpler than C++ for beginners.
Did you hear about "Rubber duck debugging"?
I want to explain you how you can create a window using Python and GLFW and how to draw graphics using OpenGL. You can translate this code to C++ later. OpenGL code in Python and in C++ is very similar. For example, glClearColor(float r, float g, float b, float a) function sets a color for clearing the render canvas. See how OpenGL Python is similar to OpenGL C++:
0
|
261 / 111 / 53
Регистрация: 22.01.2017
Сообщений: 448
|
|
18.02.2019, 16:34 | 352 |
0
|
18.02.2019, 16:51 | 353 | |||||
CyberGame, I recommend you to study general programming through programming of simple games. Write a snake in Python. But use GLFW for creating window and for handling mouse/keyboard events. Use PyOpenGL because it will be simpler to switch to GLFW + OpenGL + C++ later if you will want.
And it will not be a problem to switch to this tools:
It is simpler to start with OpenGL in Python than in C++. You need to type commands in the console terminal (you need to run the console terminal as administrator): NumPy - for arrays You will see these stuffs in tutorial below. Now you are ready to create simple games in Python and OpenGL. See this video tutorial about basics of OpenGL. You can start from the second lesson: Modern OpenGL programming in Python - part 02 - creating a GLFW window Youtube
How to create an empty window using GLFW. Copy this file, place glfw3.dll (glfw3.dll.zip) with "main.py" and run: python main.py main.py
0
|
207 / 94 / 15
Регистрация: 27.07.2018
Сообщений: 323
|
|
18.02.2019, 20:03 [ТС] | 354 |
8Observer8,
I think, to fasten info, need comment every line. ( On Russia )
0
|
18.02.2019, 20:08 | 355 |
In English only. I sure that you did not open the video tutorial above. The author explain very slow and show everything. You can repeat, try and understand. But you do not want.
0
|
207 / 94 / 15
Регистрация: 27.07.2018
Сообщений: 323
|
|
18.02.2019, 20:15 [ТС] | 356 |
0
|
207 / 94 / 15
Регистрация: 27.07.2018
Сообщений: 323
|
|
18.02.2019, 20:28 [ТС] | 357 |
8Observer8,
My pyCharm don't see library, but i install all.
0
|
18.02.2019, 21:26 | 358 |
You do not need to understand what he says. I need to repeat what he makes.
Maybe it is normal. Use CMD or "Far Manager" (I use it) to run your programs. Send me an error message when you run. Добавлено через 46 минут "don't" --> "doesn't" "library" --> "the library" or "this library" (or better "these libraries") These books are very good:
0
|
207 / 94 / 15
Регистрация: 27.07.2018
Сообщений: 323
|
|
19.02.2019, 22:05 [ТС] | 359 |
8Observer8,
0
|
20.02.2019, 00:57 | 360 |
It looks like you did not install PyOpenGL.
Check what you installed using command: CyberGame, maybe is it better to create a new theme in Python section? For example, name it: Writing OpenGL Snake Game in Python. Public a link of new theme in this theme.
0
|
20.02.2019, 00:57 | |
20.02.2019, 00:57 | |
Помогаю со студенческими работами здесь
360
Подскажите, как лучше всего изучать язык, ежели в академии не дают достаточный объем знаний Какие паттерны можно использовать для совершенствования приложения Что изучать для работы Что изучать для создания сайтов Что лучше начать изучать для скриптов Что изучать для познания компьютерных сетей, серверов Искать еще темы с ответами Или воспользуйтесь поиском по форуму: |
|
Новые блоги и статьи | |||||
Элементы алгоритмизации
hw_wired 28.01.2025
Основы алгоритмизации
В современном мире алгоритмы играют фундаментальную роль в развитии информационных технологий и программирования. Понимание основ алгоритмизации является ключевым элементом в. . .
|
Человек и информация
hw_wired 28.01.2025
Введение: роль информации в познании мира
В современном мире информация играет фундаментальную роль в процессе познания окружающей действительности. Она представляет собой совокупность сведений об. . .
|
Компьютер и информация
hw_wired 28.01.2025
Эволюция вычислительных машин
История развития вычислительной техники начинается задолго до появления первых электронных устройств. Человечество всегда стремилось упростить процесс вычислений и. . .
|
Информационные технологии
hw_wired 28.01.2025
Введение в современные технологии работы с информацией
В современном мире информационные технологии стали неотъемлемой частью практически всех сфер человеческой деятельности. Они существенно. . .
|
Информация вокруг нас
hw_wired 28.01.2025
Основные понятия информации
В современном мире понятие информации является фундаментальным и охватывает практически все сферы человеческой деятельности. Информация представляет собой совокупность. . .
|
Компьютер для начинающих
hw_wired 28.01.2025
Введение в мир компьютерных технологий
В современном мире информация стала одним из важнейших ресурсов человечества, определяющим развитие общества и технологий. Наша жизнь неразрывно связана с. . .
|
[golang] 189. Rotate Array
alhaos 28.01.2025
Повороты рукоятки, целочисленный слайс нужно сдвинуть на целое положительное число. Мне очень нравится решение на GO
/ / https:/ / leetcode. com/ studyplan/ top-interview-150/
package topInterview
. . .
|
КуМир: решение задач на матрицы
bytestream 28.01.2025
КуМир представляет собой среду для обучения программированию, которая включает в себя мощные инструменты для работы с матрицами. Матрица в программировании - это двумерный массив, состоящий из. . .
|
КуМир: решение задач на строки
bytestream 28.01.2025
В системе программирования КуМир работа со строковыми данными является одним из важнейших аспектов создания программ. Строки представляют собой последовательности символов, заключенные в кавычки,. . .
|
КуМир: решение геометрических задач
bytestream 28.01.2025
Программирование геометрических задач в среде КуМир становится всё более актуальным в обучении школьников и студентов. КуМир — это разработанная в России обучающая программная среда, предназначенная. . .
|
КуМир, исполнитель Водолей: Задачи и решения
bytestream 28.01.2025
КуМир — это образовательная среда для обучения программированию. Она предлагает пользователям разнообразные инструменты для разработки и отладки программ, что особенно ценно для студентов и. . .
|
КуМир, исполнитель Чертежник: Решение задач
bytestream 28.01.2025
КуМир (Комплект Учебных МИРов) представляет собой образовательную среду для обучения основам программирования и алгоритмизации.
Исполнитель Чертежник работает на координатной плоскости, где может. . .
|