Forum: C++ Dec 13th, 2008 |
| Replies: 15 Views: 1,054 This looks like C not C++, so look into creating structs. |
Forum: C++ Apr 30th, 2008 |
| Replies: 5 Views: 619 Code::Blocks
http://www.codeblocks.org/
It comes with GCC and has support for numerous others. |
Forum: C++ Dec 16th, 2007 |
| Replies: 10 Views: 2,702 Just to note. It isn't necessary to use binary to work out this example. ASCII goes from 0 to 127.
'a' is 97. If you add 31, you're back to 0. You could add 95 to get the same result. 223 is... |
Forum: C++ May 13th, 2007 |
| Replies: 6 Views: 8,059 F7 to compile and F5 to run. |