I am beginning to learn C++ and due to my current situation i cannot always program / test, so when i am not around a computer i will be reading flash cards that i make and i was wondering if i could get some terms / help in some of the items i should put on my cards.
for instance i have a couple made on how to declare variables and preprocessor directives. Just any type of help on common used things like strings, functions or classes and preferably a lay out on how to declare them / use them. anything is welcome :)
You could use this site's documentation (http://www.cplusplus.com/doc/tutorial/) as a guideline. For example:
Flashcard #1) Polymorphism: Syntactical representation
Flashcard #2) Inheritance: Representation of how class A derives from class B
Flashcard #3) Pointers: Syntactical representation
Flashcard #4) Pointers: Memory representation