I am teaching myself C++ and learning from the tutorial on this site primarily.
When I look at code examples from other sources, the one thing that troubles me is variables that I do not know. For example: TCHAR, or LPSTR. Such types are not covered in the tutorial on this site (to my knowledge).
Can anyone suggest a source from which I could learn all of the types of variables?
Still, I seek the most efficient way of knowing all variable types, the space they occupy in memory, and their uses, etc. (though I am a n00b and this may be an implausible desire)