I have recently started learning C++ and I thought I have covered learning all basics. Now I have a job to do over some legacy C++ code written over microsoft.net VC++.
It is not a gui application, it is a service. It has all the typedefs like LPCTSTR, DWORD etc. Is there any comprehensive guide where I can see the usage of each of these?
http://msdn.microsoft.com/en-us/library/aa505945.aspx
That should cover most (if not all) of the defines/typedefs with good explanations.
EDIT:
And just like San Jacinto mentioned, MSDN is very good place to get information about Windows development.