|
208 / 95 / 15
Регистрация: 27.07.2018
Сообщений: 323
|
|
Что изучать для совершенствования знаний по C++08.11.2018, 09:25. Показов 20507. Ответов 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
|
||||||||||||
|
4146 / 2724 / 433
Регистрация: 09.09.2017
Сообщений: 12,068
|
||
| 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 | |
|
Подскажите, как лучше всего изучать язык, ежели в академии не дают достаточный объем знаний Какие паттерны можно использовать для совершенствования приложения Что изучать для работы Что изучать для создания сайтов Искать еще темы с ответами Или воспользуйтесь поиском по форуму: |
|
| Опции темы | |
|
|
Новые блоги и статьи
|
|||
|
Кредитный калькулятор
Maks 05.08.2026
Решение задачи по прикладной информатике средствами 1С.
Задача:
Напишите приложение-калькулятор, которое помогает рассчитывать параметры кредита для аннуитетного и дифференцированного видов. . .
|
У нас сейчас поговорку "Опять 25" нужно переделать на "Опять +35".
kumehtar 04.08.2026
С ностальгией вспоминаю времена моего детства, когда у нас и правда +25 - была максимальная температура летом. Раньше +25 °C реально казались вершиной жары, когда можно было весь день пропадать на. . .
|
Как ИИ начал спорить и врать (возможно почуяв опасность для себя от индустрии - уход от электроники).
Hrethgir 04.08.2026
Недельный диалог, на фоне событий с НПЗ. Да, из спирта можно получать бензин, и это не сложно. Но потом в схеме я решил избавиться от насоса, при этом полностью сделав контроль подачи спирта в. . .
|
Термопринтер QR701
Argus19 03.08.2026
Термопринтер QR701
Купил два термопринтера QR701.
На сэлф-тесте написано:
Language: PC936 (GB18030).
Что означает, что принтеры могут печатать только латиницу и китайские иероглифы. Так же. . .
|
|
Создание формы заимствованного документа
Maks 03.08.2026
Задача:
Необходимо создать собственную форму заимствованного документа. На форме должен быть реквизит "Покупатель", а также
табличная часть со следующими реквизитами:
- Расчетный счет покупателя. . .
|
Задача предоставления скидок покупателям
Maks 03.08.2026
Задача:
В документе "Продажи" необходимо реализовать функционал предоставления скидок покупателям. Скидка должна автоматически рассчитываться и подставляться в соответствующее поле при выборе. . .
|
Почему SEO не начинается с ключевых слов: что проверить до написания текстов
Neotwalker 01.08.2026
Когда владельцу сайта предлагают заняться SEO, первым шагом часто становится сбор запросов и написание текстов.
Логика кажется понятной:
1. Находим ключевые слова.
2. Добавляем их на. . .
|
Знание — сила: Доктрина интенциональности знаний, углубление в формулу
Hrethgir 01.08.2026
https:/ / www. cyberforum. ru/ blog_attachment. php?attachmentid=11957&stc=1&d=1785567302
Знаменитый афоризм Фрэнсиса Бэкона «Знание — сила» (Scientia potentia est) в массовой культуре принято понимать. . .
|