[SOLVED] Where can I find this sort of C++ Info

Hey guys,

Just wondering if any of use know any sites that have information on C++. Not how to actually code in them but the basics and knowledge behind c++. Etc C++ Is an object orientated language. Or a number system or something. I don't remember all of the background info on it and I need to re look over a lot of it. So if any of use have idea of where I can find some of this stuff that's good. Please let me know.

Cheers,
Scott.
Last edited on
That's killing me! I'm going to have to remember that.

Anyway, why not read what the guy who invented it has to say:
http://www.research.att.com/~bs/homepage.html
So if any of use have idea of where I can find some of this stuff that's good.
Sorry i forgot to mention that I had been researching it and couldn't find anything that explains it really well in depth. God i hate smart arses like you.

On the other hand thank you seymore - i haven't come across that page before
I don't really understand the question. What exactly is it you want to know?
All is good, seymore coverd what I was trying to find. Thanks :)
i think you can read a book written by Stanley B. Lippman called "Inside the C++ Object Model ",it give lots of details about the implement of c++ compiler,and you can also know the data as well as functions (visual or not )of a class how to reserved in the memory,it really of great help to you.good luck!
Topic archived. No new replies allowed.