View Single Post
Old 07-08-2008, 11:33 PM   #7 (permalink)
Dal
The Visitor
 
Dal's Avatar
 
Join Date: Jul 2008
Posts: 4
Thanks: 5
Dal is on a distinguished road
Default

Quote:
Originally Posted by Orc View Post
Code:
#include <stdio.h> // PRINTF :D
#include <stdlib.h> // System function

const char main ( )
{

	printf("Welcome Dal!");
	system("CLS");

	return (-1);

}
xD C code :D anyway welcome! :]
Ah, good old C/C++. I remember all of that from my Borland days, then realised that I really needed to learn Visual C/C++. Its been on my "to learn list" for a decade now :)

It always made me giggle when I used to write stdio.h. The way I used to remember to write is was always the same "sexually transmitted disease from a bit of input output" :D
-Maybe I shouldnt have really shared that with anyone

Thanks everyone for your warm welcome.
__________________
Programmers are devices used for converting caffine to code. :D
Dal is offline  
Reply With Quote