0
votes
What are the differences between Visual C++ 6.0 and Visual C++ 2008?
one tough thing we encountered was that "value" became a keyword.
…
0
votes
Where do I find the current {X} standard?
for what kind of questions can the answer be found in "the standard"? usually the standard is referred to by people who have something to do with the C compiler, either implementing it, or testing …
1
vote
C/C++ Compiler for windows
Just to be different.
There is openwatcom and LCC. Though they come with IDEs attached, they are also usable from the commandline.
…
