Search Results

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. …
-1
votes

Format specifier for ‘long long’

did this a long time ago... maybe %L or %Ld worked then. sorry, but i can't test that. …