If you're learning C++ to make games, you will need to know some maths. It depends on what you want to do (physics & graphics programming are quite maths intensive), but for a basic level you should know Pythagorean theorem, trigonometry, and (if you're working in 3D) Matrix maths.
|