From: Ioannis V. <no...@ya...> - 2001-02-21 01:01:49
|
Now i disagree with that. :) I learned C on my own (Teach Yourself C in 21 Days and K&R) and now i am learning C++ on my own (Teach Yourself C++ in 21 Days and currently reading Bjarne Stroustrup's "The C++ Programming Language" Special Edition). To learn C++ is not a prerequisite to know C or another programming language. I am not advertising a book but speaking of my knowledge if he reads Teach Yourself C++ in 21 days he will become an efficient C++ programmer. After all C++ is a multiparadigm language (that's why is so huge) and you need not know it all so as to write efficient code. If he then wants to learn it all, he can proceed in Special Edition (1000 deep thinking book). C++ is not an alien language, but written by humans for humans to do our job in an efficient way. From my experience, if he has to choose between C & C++, my advice is C++ since it has high level constructs (more easy to work with than low level C). As for the efficiency of the code, C++ programs have the same speed or better. Also if you write code in the right style, you have no need for manual memory allocation & deallocation and thus possibility of errors. And many more benefits. I suggest take a look at one interview. The only thing one needs to learn C++ programming is wish to learn it. :) Ioannis * Ioannis Vranos * Programming pages: http://members.nbci.com/noicys * Alternative URL: http://run.to/noicys > -----Original Message----- > From: dev...@li... > [mailto:dev...@li...]On Behalf Of > Jared Eckersley > Sent: Wednesday, February 21, 2001 1:39 AM > To: dev...@li... > Subject: Re: [Dev-C++] help > > > C/C++ is a very hard language to learn on your own, especially with no > other programming knowledge. I would suggest learning a scripting > language > like python and then moving up to C/C++ or taking classes on C/C++. > - Jared > At 09:17 PM 12/20/2000 +0200, you wrote: > >I just started to use Dev-C++ and can't understand how to write > programs. > >I traid to red the help but it's to har for me. I have no > expirience with > >C++ and allmoust no programming experience. I want to learn it. Please > >help me. It would be great if somebody could send me some simple > programms > >witch I can study. > >Gatis. > > > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > http://lists.sourceforge.net/lists/listinfo/dev-cpp-users > |