It really depends. Personally, I compare programming more to logic than real math, per se.
I like to think about it in binary terms, yes or no, 1 or 0. Like, If x or y, then z, type of thing. So, in my opinion, math is very helpfiul, but more for the way you're taught to think in a procedural manner.
alc6379
Cookie... That's it
2,820 posts since Dec 2003
Reputation Points: 186
Solved Threads: 147
So, you're saying that being trained to think analytically helps?
That's all I can percieve that helps at the onset, really. Of course, I'm no uber-programmer, so you can take my advice with a grain of salt.
alc6379
Cookie... That's it
2,820 posts since Dec 2003
Reputation Points: 186
Solved Threads: 147
I define a language as a set of symbols with a set of gramatical rules ... c++ is also a language like english or french or german .... but its a language that a computer understands ... and ofcourse a programmer. Its not as easy as calculus ... but its not as hard too ... you take the first step and then you'll go along easily. But pay more attention to your first step.
nanosani
Unauthenticated Liar
1,830 posts since Jul 2004
Reputation Points: 45
Solved Threads: 56
Hello,
I think C++ is easier than calculus. Calc has to deal with infinite numbers, and often memorization of integration rules and trig functions and infinity. I know I was never very good at it. I think my "sane math skills" stopped at trig and geometry... stuff used to build a house and measure angles and that sort of thing.
C++ allows you to make your computer due things. Read the data on a parallel port. Automate something. Especially when you develop on Linux, you can use C++ and powerful scripting languages to really make a bang of your situation.
Christian
kc0arf
Posting Virtuoso
1,937 posts since Mar 2004
Reputation Points: 121
Solved Threads: 57
I think that the closest Math that can be compared with programming is Descrete Mathematics...
Yeah... that's what I was trying to put my finger on. In college, I took a class called "Finite Math". That was the closest to "Programming in English" that I ever came across.
alc6379
Cookie... That's it
2,820 posts since Dec 2003
Reputation Points: 186
Solved Threads: 147