Hi,
I am just starting to learn C++ (Mostly ISO/ANSI C++). But as I did some research on the Web, there turned out to be more than one standard. It seems very weird to me.
Two phases I frequently come across are C89 or C99. Are these the two latest standards? Which has more popularity?
Besides the sample codes provided with the books I am using, I also download sample codes off the Internet.
What confuses me is, some codes use iostream.h, while others omit the .h extension. Which one is the C89, or the C99 standard, or neither? Learning two standards really is a headache. I am trying my best to focus on one specification, before I plunge into the difference among various variations.
Thanks
I am just starting to learn C++ (Mostly ISO/ANSI C++). But as I did some research on the Web, there turned out to be more than one standard. It seems very weird to me.
Two phases I frequently come across are C89 or C99. Are these the two latest standards? Which has more popularity?
Besides the sample codes provided with the books I am using, I also download sample codes off the Internet.
What confuses me is, some codes use iostream.h, while others omit the .h extension. Which one is the C89, or the C99 standard, or neither? Learning two standards really is a headache. I am trying my best to focus on one specification, before I plunge into the difference among various variations.
Thanks