E
sry i am a beginner
and that is not my tutorial
if you read it you will
see
i just thought that if someone wanted to start then there they go
becasue i would like to share my info i did not know it was wrong again
i am a newb
i know i'm bad do you guys have any suggestions for startign materials
i should read i'm completely new to c++
If you can't or won't spend money on books:
There's only one free online 'e-book' I'd recommend:
"Thinking in C++" by Bruce Eckel. www.mindview.net
Also be sure to read the C++ FAQ:
http://www.parashift.com/c++-faq-lite/
Alf P. Steinbach said:* Mike Wahler:
One should bear in mind that it takes the view of already knowing
some C (it's C-oriented), _and_ that it contains a lot of disinformation
and Bad Practices(TM), but is nevertheless a great book.
Just read it very carefully.
E.g., at the start of the very first discussion of actual C++ it states
<quote>
For example, instead of the old style of including iostream.h, which
looks like this:
#include <iostream.h>
you can now write:
#include <iostream>
</quote>
which is simply incorrect and very misleading.
Read With Care(TM), but otherwise, it's great for gaining basic
understanding.
To just get started when your platform is Windows, I recommend my own
recent tutorial, which aims to be _correct_ as well as practical, at
<http://home.no.net/dubjai/win32cpptut/html/index.html>.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.