Advertisement

Where do you start off in programming in C++

Started by December 12, 2002 02:15 PM
8 comments, last by Trustno1fox 21 years, 11 months ago
Topic. Where do you start off in programming in C++? The truth is out there
The truth is out there
Reading tutorials or books is a good idea to start off

Kamikaze
Advertisement
http://www.cplusplus.com/doc/tutorial/index.html
[size="2"]I like the Walrus best.
I think you''ll find that a good book will teach C++ much more effectively and in-depth than any tutorial on the net. Just my view, yet I believe it to be correct. Good luck.

:::: Lektrix ::::
[ Google || ACCU || BarrysWorld || E-Mail Me ]
[ Google || Start Here || ACCU || STL || Boost || MSDN || GotW || CUJ || MSVC++ Library Fixes || BarrysWorld || [email=lektrix@barrysworld.com]E-Mail Me[/email] ]
I believe this to be true as well, a tutorial is cheaper and quicker to pick up what you need to know.. however the book will tell you all the little things that you need to know in order to really understand what its all doing and why..



Please visit Turt99 Productions
FOLLOW ME ON TWITTER OR MY BLOG
int main()

or any main function that applies.

My compiler generates one error message: "does not compile."
Advertisement
Tutorials aren''t bad but with a book you have the whole story from the beginning to the end. With a tutorial you pick all litle pieces from here and there..

So where do you start... well learn to program Learn C++ and after that opengl or directx.

Do you already have a compiler?
nah, www.cprogramming.com is where you NEEEEEEEED to start.
if you dont, youre doomed.

.lick
quote: Original post by Pipo DeClown
nah, www.cprogramming.com is where you NEEEEEEEED to start.
if you dont, youre doomed.


I'm not sure I'd consider that such a good place to go, they seem to still be using the non-standard headers in their C++ tutorials.

[edited by - SilentCoder on December 13, 2002 4:06:49 PM]
quote: Original post by Pipo DeClown
nah, www.cprogramming.com is where you NEEEEEEEED to start.
if you dont, youre doomed.

quote: Original post by SilentCoder
I'm not sure I'd consider that such a good place to go, they seem to still be using the non-standard headers in their C++ tutorials.


Yep, they do. That's one BIG problem with tutorials and some books : they teach you 'not-quite-C++'.

Go have a look at the C++ FAQ lite - the author is on the ANSI C++ committee - hopefully he knows what he's talking about.

Note to self - add link to .sig
Edit - done

[ Start Here ! | How To Ask Smart Questions | Recommended C++ Books | Free C++ IDE | Function Ptrs ]
[ Header Files | File Format Docs | LNK2001 | C++ STL Doc | STLPort | C++ FAQ Lite | Boost C++ Lib ]


[edited by - Fruny on December 13, 2002 5:13:45 PM]
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan

This topic is closed to new replies.

Advertisement