C programming not a monstrous task at all
Table of Contents
Initial links
Innate tutorial
Primitive samples
C
printf ("Hello World!\n");
Hello World!
C++
Simplified
int a=1;
int b=1;
printf("%d\n", a+b);
2
Holistic
std::cout<<"Hello World!\n";
Hello World!
blog comments powered by Disqus