What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Best C Program?

Best C Program?
Author: Message:
Adeptus
Senior Member
****


Posts: 732
Reputation: 40
Joined: Oct 2005
RE: Best C Program?
quote:
Originally posted by absorbation
Why teach C when you can teach a better language with more functions that is now used more today.
Any programming course for persons without prior programming experience (which, I assume, is what this is) will spend a lot of time dealing with general programming concepts -- different types of variables, what are functions and how to use them, loops and conditional statements, and so forth.   It so happens these are the things that overlap between C and C++. 

Where there are differences on that level, C++ ways are often more confusing to a novice. 

For example, a C++ course would be obligated to use streams (cout << "Hello world!") instead of stdio.h (printf("Hello world!").  Realize that the student is likely to see the above long before they've been told anything about operator overloading.  I'd hate to be the instructor having to explain how the C++ way works at that point, should an observant student inquire why we are using the bitwise left shift operator in a funny way.


This post was edited on 09-07-2006 at 09:30 PM by Adeptus.
09-07-2006 09:29 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Best C Program? - by .Roy on 09-07-2006 at 12:02 PM
RE: Best C Program? - by Lourix on 09-07-2006 at 12:09 PM
RE: Best C Program? - by Stigmata on 09-07-2006 at 12:19 PM
RE: Best C Program? - by MeEtc on 09-07-2006 at 12:28 PM
RE: Best C Program? - by segosa on 09-07-2006 at 02:10 PM
RE: Best C Program? - by absorbation on 09-07-2006 at 02:44 PM
RE: RE: Best C Program? - by segosa on 09-07-2006 at 06:05 PM
RE: Best C Program? - by John Anderton on 09-07-2006 at 06:14 PM
RE: Best C Program? - by absorbation on 09-07-2006 at 07:42 PM
RE: RE: Best C Program? - by andrewdodd13 on 09-08-2006 at 06:48 AM
RE: Best C Program? - by RaceProUK on 09-07-2006 at 08:40 PM
RE: Best C Program? - by Adeptus on 09-07-2006 at 09:29 PM
RE: Best C Program? - by lizard.boy on 09-07-2006 at 10:04 PM
RE: RE: Best C Program? - by segosa on 09-08-2006 at 07:46 AM
RE: Best C Program? - by absorbation on 09-08-2006 at 03:05 PM
RE: Best C Program? - by RaceProUK on 09-08-2006 at 03:34 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On