What keyword/data types do beginner needs to know like static, extern, HRESULT...
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
closed as not a real question by Ed S., Johannes Schaub - litb, Paul R, ybungalobill, gnovice Nov 28 '10 at 3:38
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Keywords are not the place to start learning C++. You should get a good c++ compiler and go through something like Stroustup's principle's book. |
|||||||||||||||
|
HRESULTis a type/keyword in C++ standard as well. It's a Microsoft-specific type. – Vlad Nov 27 '10 at 20:54