C++ & Math
Quick Question: Im 16 years old student who is bad at maths but want to learn programing and software engineering ! Can i learn C++ without math or other langueges ?
for me programming have less to do with math, i'm not very good in math aswell.
The programs themself and how they works, have alot to do with math and depeding on what u want to do, u need to calculate something here and there, but in core i would say, you can learn C++ without being good in math. Some calculations like units * sizeofUnits you can not avoid, but u dont need even to know the result xD
Maths and programming share a similar way of thinking, so if you can't wrap you head around how math even works you're going to have a hard time learning programming. That does not mean it's impossible, it might even make you good at math. When it comes to how much math you actually need in programming it depends on what you're programming. If you're aiming for physics or game development then math is fundamental. For everything else it's more or less just basic arithmetic.
I don't recommend you start with C++ if it's your first language. As C++ is one of the harder ones to learn and get a grasp of. Learn some easier languages like C# / Java etc. And yes, Math is extremely important for when you get into complex algorithm and what not.
Math has nothing to do with programming. Just because you need to know basic math (divisibility, addition and subtraction, arrays etc) it doesn't mean you need math in order to code. You don't need mathematical formulas and knowing how to solve equations in order to develop a game for example.