Is C++ More Difficult Than Calculus?

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Feb 2004
Posts: 138
Reputation: A Monkeys Uncle is an unknown quantity at this point 
Solved Threads: 0
A Monkeys Uncle's Avatar
A Monkeys Uncle A Monkeys Uncle is offline Offline
Junior Poster

Is C++ More Difficult Than Calculus?

 
1
  #1
Aug 24th, 2004
Ok, I'll be taking a C++ course soon, and I want to use a class (in college) that was very difficult for me to get an idea of what I'm looking at since browsing around C++ looks very complicated.

In comparison to a college level calculus class how does it compare, and will knowing all of this math help me in the course?
Gamer Tag: Xaminor
Reply With Quote Quick reply to this message  
Join Date: May 2004
Posts: 15
Reputation: tlee is an unknown quantity at this point 
Solved Threads: 0
tlee tlee is offline Offline
Newbie Poster

Re: Is C++ More Difficult Than Calculus?

 
1
  #2
Aug 24th, 2004
It cannot compare between C++ and Calculus because they are different subject. Learning C++ takes years to understand and to master the subject. One might think that learning C++ is boring. In my opinion, learning software engineering concepts and programming language, such as C++ is my passion. Definitely, mathematics helps you in a long run (in software engineering perspective) not in learning C++'s syntax.
Good luck with your studies.
Reply With Quote Quick reply to this message  
Join Date: Dec 2003
Posts: 2,414
Reputation: alc6379 has a spectacular aura about alc6379 has a spectacular aura about alc6379 has a spectacular aura about 
Solved Threads: 123
Team Colleague
alc6379's Avatar
alc6379 alc6379 is offline Offline
Cookie... That's it

Re: Is C++ More Difficult Than Calculus?

 
0
  #3
Aug 24th, 2004
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.
Alex Cavnar, aka alc6379
Reply With Quote Quick reply to this message  
Join Date: Feb 2004
Posts: 138
Reputation: A Monkeys Uncle is an unknown quantity at this point 
Solved Threads: 0
A Monkeys Uncle's Avatar
A Monkeys Uncle A Monkeys Uncle is offline Offline
Junior Poster

Re: Is C++ More Difficult Than Calculus?

 
0
  #4
Aug 25th, 2004
Originally Posted by tlee
It cannot compare between C++ and Calculus because they are different subject. Learning C++ takes years to understand and to master the subject. One might think that learning C++ is boring. In my opinion, learning software engineering concepts and programming language, such as C++ is my passion. Definitely, mathematics helps you in a long run (in software engineering perspective) not in learning C++'s syntax.
Good luck with your studies.
I realize they can't be compared and it probably depends on the person as to which is more difficult, but I'm just trying to get an idea as to what I'm in for. I know it isn't going to be a walk in the park, and I'm getting a bit old (35), but I figure it's never too late to learn, so I'm jumping in.

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.
So, you're saying that being trained to think analytically helps?
Gamer Tag: Xaminor
Reply With Quote Quick reply to this message  
Join Date: Dec 2003
Posts: 2,414
Reputation: alc6379 has a spectacular aura about alc6379 has a spectacular aura about alc6379 has a spectacular aura about 
Solved Threads: 123
Team Colleague
alc6379's Avatar
alc6379 alc6379 is offline Offline
Cookie... That's it

Re: Is C++ More Difficult Than Calculus?

 
0
  #5
Aug 25th, 2004
Originally Posted by A Monkeys Uncle
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.
Alex Cavnar, aka alc6379
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 1,749
Reputation: nanosani is an unknown quantity at this point 
Solved Threads: 55
Team Colleague
nanosani's Avatar
nanosani nanosani is offline Offline
Unauthenticated Liar

Re: Is C++ More Difficult Than Calculus?

 
0
  #6
Aug 25th, 2004
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.
Reply With Quote Quick reply to this message  
Join Date: May 2004
Posts: 256
Reputation: FireNet will become famous soon enough FireNet will become famous soon enough 
Solved Threads: 6
FireNet's Avatar
FireNet FireNet is offline Offline
Posting Whiz in Training

Re: Is C++ More Difficult Than Calculus?

 
0
  #7
Aug 25th, 2004
If Calculus is fun,C++ is close to haven.

Really it's how you take your stand to it,love it and it will love you (if you dont use VC++ ).

Hate it,and it will kill you,almost.
See what you can, remember what you need

Fourzon | Earn via Coding
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 1,620
Reputation: kc0arf is a jewel in the rough kc0arf is a jewel in the rough kc0arf is a jewel in the rough 
Solved Threads: 51
Team Colleague
kc0arf kc0arf is offline Offline
Posting Virtuoso

Re: Is C++ More Difficult Than Calculus?

 
0
  #8
Aug 25th, 2004
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
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 18
Reputation: hivework is an unknown quantity at this point 
Solved Threads: 0
hivework hivework is offline Offline
Newbie Poster

Re: Is C++ More Difficult Than Calculus?

 
1
  #9
Aug 26th, 2004
I think that the closest Math that can be compared with programming is Descrete Mathematics...
Reply With Quote Quick reply to this message  
Join Date: Dec 2003
Posts: 2,414
Reputation: alc6379 has a spectacular aura about alc6379 has a spectacular aura about alc6379 has a spectacular aura about 
Solved Threads: 123
Team Colleague
alc6379's Avatar
alc6379 alc6379 is offline Offline
Cookie... That's it

Re: Is C++ More Difficult Than Calculus?

 
0
  #10
Aug 26th, 2004
Originally Posted by hivework
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.
Alex Cavnar, aka alc6379
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Other Threads in the C++ Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC