Forum: C Oct 25th, 2009 |
| Replies: 6 Views: 203 In C, the '\n' character is a special type of character called a control character, these are characters that do something other then just display themselves, here is all the ones that I know:
\n... |
Forum: C Sep 17th, 2009 |
| Replies: 17 Views: 557 Try changing this:
printf("%c",& array[i]);
to
printf("%d",& array[i]); |
Forum: C Sep 17th, 2009 |
| Replies: 1 Views: 262 |
Forum: C Sep 16th, 2009 |
| Replies: 1 Views: 262 When I try to compile the Quake 2 Source code from the if Software website, I get this error:
------ Build started: Project: quake2, Configuration: Debug Alpha Win32 ------
Compiling resources...... |