- 8
do you need to know math for C++?
Answer: Yes kind of C/C++ does require math SOME times it depends what you’re doing like work.
2 ответов
+ 5
Think about it like this. The math concepts you don't know, or think about, are ways of programming that you don't know or think about. The more that I learn about math, the more options that I give myself and the different ways that I give myself to think about the things I'm working on. As well, knowing the math makes it a lot easier for me to set up certain flow in my code, and resolve certain issues without having to look it up or use someone else's resolve because I don't personally know how to do it. Most of programming is set up just like math is, regardless of what you're doing. Sure, you don't have to be great at math or a math genius in order to be a programmer, but it'll certainly make you a better one.
Another thread trending:
https://www.sololearn.com/Discuss/827783/which-areas-of-math-should-you-study-to-be-a-better-coder
0
You have to have the basic knowledge of math for some codes let’s say if you’re trying to make a program that’s gonna check if the number is even or odd so you have to first figure out the math behind it.