On 13/09/2014 17:38, Rick C. Hodgin wrote:
On Saturday, September 13, 2014 12:00:17 PM UTC-4, Mr Flibble wrote:
VC++ 6.0 is NOT a C++ compiler; it will NOT compile modern C++ so is
more or less totally useless mate. VC++ 6.0 will not even compile C++98
nevermind C++03, C++11 or C++14.
It is the C/C++ compiler which comes with Visual Studio 98:
https://en.wikipedia.org/wiki/Visual_C%2B%2B
"Visual C++ 6.0 (commonly known as VC6), which included MFC 6.0, was
released in 1998. The release was somewhat controversial since it did
not include an expected update to MFC. Visual C++ 6.0 is still quite
popular and often used to maintain legacy projects..."
-----
My code is very simple because in my experience simple code means far
easier long-term maintenance. And I'm prepared to work-around any issues
which arise in my code / coding style to gain the advantages present
in the nearly instantaneous edit-and-continue debugger environment.It is
xceedingly conducive to the way I code.
Generally speaking, the only C++ extensions I use are the remove of a
"struct" prefixes, single-line comments on everything, and the extra
casting requirements for for migrating pointers, such as casting
malloc(),
as these document purposeful intent in the code and are desirable.
VC++ 6.0 is NOT a C++ compiler it is a VC++ compiler.
compliant C++ dialect. It is totally fucking useless mate.