+ 2
What was your first code you ever have written in your entire programming "Life" ?
mine was a programm that displays Hello World, then I made a quiz program xD
6 Antworten
+ 2
a calculator was my first program, before that i wrote many algorithms for my teacher ;)
+ 7
#include<iostream.h>
#include<conio.h>
void main(){
cout<<"Hello world";
getch();
}
+ 4
A Q&A game to funniest learn primary school lesson about heights of the world's highest mountains top...
The fun was essentially to code it, but play it a while was usefull for my memory ( ... at this time: I don't remember anything of that todays :P )
+ 3
i guess for the most of us it will be the hello world code
+ 3
Classic "Hello World" Program.
+ 3
windows batch programming hello world