|
208 / 95 / 15
Регистрация: 27.07.2018
Сообщений: 323
|
|
Что изучать для совершенствования знаний по C++08.11.2018, 09:25. Показов 19971. Ответов 361
0
|
|
| 08.11.2018, 09:25 | |
|
Ответы с готовыми решениями:
361
Что изучать после получения базовых знаний по c# Какой язык и технологию изучать после получения средних знаний
|
| 22.01.2019, 18:58 | |
|
0
|
|
|
Mental handicap
1246 / 624 / 171
Регистрация: 24.11.2015
Сообщений: 2,429
|
||
| 22.01.2019, 19:07 | ||
|
0
|
||
| 22.01.2019, 20:02 | ||||||||||||
|
You can public your example like this. I made a simple example: https://playcode.io/227714?tab... tml&output index.html
0
|
||||||||||||
|
4128 / 2706 / 433
Регистрация: 09.09.2017
Сообщений: 12,031
|
||
| 23.01.2019, 09:37 | ||
|
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 | ||
|
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 | ||
|
0
|
||
| 23.01.2019, 20:40 | |
|
1
|
|
| 23.01.2019, 22:30 | |
|
0
|
|
| 28.01.2019, 13:57 | ||
|
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 | |
|
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 | |||||||||||
|
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 | |
|
0
|
|
| 18.02.2019, 16:51 | |||||||
|
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
|
|||||||
|
208 / 95 / 15
Регистрация: 27.07.2018
Сообщений: 323
|
|
| 18.02.2019, 20:03 [ТС] | |
|
8Observer8,
I think, to fasten info, need comment every line. ( On Russia )
0
|
|
| 18.02.2019, 20:08 | ||
|
0
|
||
|
208 / 95 / 15
Регистрация: 27.07.2018
Сообщений: 323
|
|
| 18.02.2019, 20:15 [ТС] | |
|
0
|
|
|
208 / 95 / 15
Регистрация: 27.07.2018
Сообщений: 323
|
|
| 18.02.2019, 20:28 [ТС] | |
|
8Observer8,
My pyCharm don't see library, but i install all.
0
|
|
| 18.02.2019, 21:26 | ||||
|
Добавлено через 46 минут "library" --> "the library" or "this library" (or better "these libraries") These books are very good:
0
|
||||
|
208 / 95 / 15
Регистрация: 27.07.2018
Сообщений: 323
|
||
| 19.02.2019, 22:05 [ТС] | ||
|
8Observer8,
0
|
||
| 20.02.2019, 00:57 | |||||
|
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 | |
|
Подскажите, как лучше всего изучать язык, ежели в академии не дают достаточный объем знаний Какие паттерны можно использовать для совершенствования приложения Что изучать для работы Что изучать для создания сайтов Искать еще темы с ответами Или воспользуйтесь поиском по форуму: |
|
Новые блоги и статьи
|
|||
|
GitDOS: Когда я решил скрестить MS-DOS, GitHub и Claude
MaGz GoLd 08.07.2026
Привет, Киберфорум! Хочу поделиться своим проектом, который, надеюсь, вас заинтересует. GitDOS — это веб-приложение, которое позволяет запускать DOS в браузере с тремя крутыми фичами: диски живут в. . .
|
Учебный мини "цифровой двойник" = (Сервер = Java + Flask_питон )+(3D = Гугловскаая 4T nvideo + google colab) +( WMS = Odoo на Docker)
anaschu 07.07.2026
Увидел в требованиях к вакансии создателя имитационных моделей связку (REst + Api + WMS + Anylogic + питон + 3D Nvideo), и решил посмотреть, что это такое. Из этого всего я работал более менее. . .
|
Море в объективе
kumehtar 06.07.2026
Хотел написать много проникновенных слов, но передумал.
Оно само - говорит.
Кто слышит тот слышит.
|
Doom для терминала без стрельбы и монстров. 3D Raycasting на ascii.
dcc0 05.07.2026
Попросил нейронную сеть deepai. org написать рейкастинг 3D с библиотекой ncurses для Linux. Чтобы можно было
ходить на стрелочки. Чтобы стены были отрисованы символами. Справилась.
Первый вариант. . .
|
|
Установка статуса документа по условию
Maks 05.07.2026
Алгоритм из решения ниже реализован на нетиповом документе "НарядПутевка" разработанного в КА2.
Задача: в табличной части "Материалы" документа при записи автоматически устанавливать статус. . .
|
Сезонность и суточность закисления почв
anaschu 04.07.2026
200 часов это все равно моловато. Есть ситуации, но нестандартные, когда смена происходит за 5 лет.
Но обычно это 50 лет и более.
Наверное, закисление почвы происходит сезонно в средней. . .
|
В чем ценность человеческого опыта в глобальном смысле?
kumehtar 03.07.2026
Возможно, ценность человека не в том, что он однажды достигает мудрости, а в том, что он становится носителем карты пути. Он знает не только истину, но и последовательность внутренних изменений,. . .
|
интеграция AnyLogic с самописным REST API и переход на Odoo
anaschu 03.07.2026
Успешная интеграция AnyLogic с самописным REST API и переход на промышленную Odoo WMS
Сегодня проделал огромный путь от простой симуляции физических процессов до построения полноценной. . .
|