|
|
|
|
|
by GuestHNUser
895 days ago
|
|
> Why not C99? stdint.h, declare-anywhere, etc. > I still use MSVC 6 (1998) as my IDE because it has better human factors for me than later versions of MSVC. This is really amusing to me. Does anyone know if the author has ever given more detail on why? Also stb is a really great library to look at for those starting C development. |
|
Of course, you also have a C++ compiler from 1998 that doesn't use correct for loop scoping, barely works with templates, can't understand any C++11 or later constructs, barfs a page of angle-bracket meatloaf diagnostics whenever an error occurs in the STL, has a single-threaded build, and only works with a Windows XP era version of the Windows SDK. I gave it up around Visual Studio 2005 when the IDE became tolerable again.