@Deaven
Maybe I should be smart enough to get the inference, but hey I am
just a guy sitting at a computer trying to write some C++ so I can get a
ground understanding on a subject I know very little about and have never
taken a formal class in. |
i don't think you really know what i'm talking about, right?
from the question you asked, i can clearly see that you didn't try to read almost anything about this language.
you don't know what a scope is !!!
scope is one of the strong features of C++, and it's really not that complicated, it can be explained in just a few pages -like 5 pages max-, and in my opinion, you don't have to be a genius to learn it, you just have to work a bit.
if you really don't know how to start with this language:
C++ The Complete Reference 4th Ed
http://cfile3.uf.tistory.com/attach/157796424D7B86980ED5F3
this is the book i started with, it's old, almost ANCIENT, but it contains most of the standard C++ 1998.
i've seen lots of guys here advice reading
C++ primer 5th edition
any should be a good start before you start writing any programs.
please don't take it personal, i just want people to read a reference before they start with the language.