Guide to Game Development/The Programming Language/C-PlusPlus
A Wikibookian suggests that this book or chapter be merged into Guide to Game Development/The Programming Language/C++ because: Misnamed page, obsolete duplicate Please discuss whether or not this merge should happen on the discussion page. |
Abstract
edit- Industry standard for game development
- Not ideal for a first programming language
- Works on all platforms except web
- Can do programming on all 3 main operating systems (Windows, Mac and Linux)
Learn through this wikibook
edit- How to install and create the project
- Basic console input and outputs
- Variables
- Basic math operators and Concatenation
- If Statement
- Select Case
- Loops
- Arrays
- Lists
- Strings
- Advanced math operators
- Procedures and functions
- Random Numbers
- Stream readers and writers
- Object oriented programming
- Graphics
- Network communications
External learning resources
editWiki:
Free online courses:
Youtube:
- Jamie King's Series' on C++
- thenewboston's Series on C++, he's using a different IDE, but you can use any IDE (like Visual Studio).