Forum: C++ Jan 30th, 2008 |
| Replies: 7 Views: 827 He he, I didn't have a C++ teacher! I do know what labels are but I don't think I've used one for years let alone used one in C++ which is why I was stumped. I should have STFW ;) |
Forum: C++ Jan 30th, 2008 |
| Replies: 7 Views: 827 So far your friend is right then!
Ooh that's so cruel.
What is 'start:' I'm no c/c++ expert but that doesn't look like valid syntax to me.
Also you need to prefix cout with std:: or put a... |
Forum: C++ Mar 16th, 2007 |
| Replies: 4 Views: 916 type the code tags in capital letters. |
Forum: C++ Mar 9th, 2005 |
| Replies: 8 Views: 3,464 Compile runs the preprocessor and then turns your source code into object code.
Building involves the above step but also the linker which links all the compiled object code together into one exe... |