RSS Forums RSS
Please support our C++ advertiser: Programming Forums
Views: 6591 | Replies: 19
Reply
Join Date: Feb 2004
Posts: 133
Reputation: A Monkeys Uncle is an unknown quantity at this point 
Rep Power: 5
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  
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
AddThis Social Bookmark Button
Reply With Quote  
Join Date: May 2004
Posts: 15
Reputation: tlee is an unknown quantity at this point 
Rep Power: 5
Solved Threads: 0
tlee tlee is offline Offline
Newbie Poster

Re: Is C++ More Difficult Than Calculus?

  #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  
Join Date: Dec 2003
Location: Nashville, TN
Posts: 2,333
Reputation: alc6379 has a spectacular aura about alc6379 has a spectacular aura about alc6379 has a spectacular aura about 
Rep Power: 11
Solved Threads: 102
Colleague
alc6379's Avatar
alc6379 alc6379 is offline Offline
Cookie... That's it

Re: Is C++ More Difficult Than Calculus?

  #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  
Join Date: Feb 2004
Posts: 133
Reputation: A Monkeys Uncle is an unknown quantity at this point 
Rep Power: 5
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?

  #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  
Join Date: Dec 2003
Location: Nashville, TN
Posts: 2,333
Reputation: alc6379 has a spectacular aura about alc6379 has a spectacular aura about alc6379 has a spectacular aura about 
Rep Power: 11
Solved Threads: 102
Colleague
alc6379's Avatar
alc6379 alc6379 is offline Offline
Cookie... That's it

Re: Is C++ More Difficult Than Calculus?

  #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  
Join Date: Jul 2004
Location: Pakistan
Posts: 1,673
Reputation: nanosani is an unknown quantity at this point 
Rep Power: 8
Solved Threads: 49
Colleague
nanosani's Avatar
nanosani nanosani is offline Offline
Unauthenticated Liar

Re: Is C++ More Difficult Than Calculus?

  #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  
Join Date: May 2004
Posts: 251
Reputation: FireNet will become famous soon enough FireNet will become famous soon enough 
Rep Power: 6
Solved Threads: 6
FireNet's Avatar
FireNet FireNet is offline Offline
Posting Whiz in Training

Re: Is C++ More Difficult Than Calculus?

  #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  
Join Date: Mar 2004
Posts: 1,514
Reputation: kc0arf is a jewel in the rough kc0arf is a jewel in the rough kc0arf is a jewel in the rough 
Rep Power: 10
Solved Threads: 49
Colleague
kc0arf kc0arf is offline Offline
Posting Virtuoso

Re: Is C++ More Difficult Than Calculus?

  #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  
Join Date: Mar 2004
Location: California
Posts: 17
Reputation: hivework is an unknown quantity at this point 
Rep Power: 5
Solved Threads: 0
hivework hivework is offline Offline
Newbie Poster

Re: Is C++ More Difficult Than Calculus?

  #9  
Aug 26th, 2004
I think that the closest Math that can be compared with programming is Descrete Mathematics...
Reply With Quote  
Join Date: Dec 2003
Location: Nashville, TN
Posts: 2,333
Reputation: alc6379 has a spectacular aura about alc6379 has a spectacular aura about alc6379 has a spectacular aura about 
Rep Power: 11
Solved Threads: 102
Colleague
alc6379's Avatar
alc6379 alc6379 is offline Offline
Cookie... That's it

Re: Is C++ More Difficult Than Calculus?

  #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  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 8:04 am.
Newsletter Archive - Sitemap - Privacy Statement - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC