Name:
Anonymous
2009-04-06 16:43
Hey /prog/!
Could you please explain me why on Windows there are a lot of C++ programmers, while on GNU/Linux the great majority of programs are written in C?
Name:
Anonymous
2009-04-07 13:24
>>39
I read and understood
EVERYTHING and knew
EVERY example (except the 3D ones but they don't count)
Name:
Anonymous
2009-04-07 16:22
>>41
CONGRATULATION! YOU ARE THE WINNER OF THE WORLD
[spoiler][b][i]FAGGOT[/spoiler][/b][/i] AWARD!
P.S.
Fake 3d babes are better than fake 2d babes
Name:
Anonymous
2009-04-07 17:49
>>42
CONGRATULATION! YOU ARE THE WINNER OF THE WORLD
BBCODE FAILURE AWARD!
Name:
Anonymous
2009-04-07 19:00
>>40
That's usually because they are 'C' programs in .cpp source files.
Name:
Anonymous
2009-04-07 19:05
>>45
compiling c code with a c++ compiler actually doesn't work.
Name:
Anonymous
2009-04-07 19:12
>>46
There is a large common subset, which is usually more than the morts writing it have actually mastered.
Name:
Anonymous
2009-04-07 20:47
#if defined(__cplusplus)
printf("failure\n");
#else
printf("success\n");
#endif