Code: Show/Hide #include <iostream.h>
#include <stdlib.h> int main() { cout << "Hello, Matey!\n"; system("PAUSE"); return 0; } |
| Cyan~Fire wrote: |
| I've had pretty bad experiences with Code::Blocks myself. |
| BDwinsAlt wrote: |
| He probably uses gcc and make. |
| AJ wrote: |
| Smong what do you use? |
Code: Show/Hide #include <iostream> using namespace std; int main() { cout << "Hello, Matey!\n"; system("PAUSE"); return 0; } |
| AJ wrote: |
| hmmmm man c++ is hard.... |
Code: Show/Hide <html>
<head> <title>Welcome!</title> </head> <body> My first HTML page. </body> </html> |
| Cyan~Fire wrote: |
| Actually, everything has to be in a namespace in C#... |
| Solo Ace wrote: | |
| You're a little young to learn I guess.
It's like sex. There's no point in trying before a certain age. I'd suggest learning HTML first. It has nothing to do with programming, but it might help you understand some of the "logic" used in computers.
|
and i know some html, and btw thanks d1
| Solo Ace wrote: |
| You're a little young to learn I guess.
It's like sex. There's no point in trying before a certain age. I'd suggest learning HTML first. It has nothing to do with programming, but it might help you understand some of the "logic" used in computers. |