Thursday, January 22, 2009

Trying codepad

Learned a way to publish code . Copy paste on codepad :










#include<iostream>
int main()
{
char *ptr = "Hello";

cout<<ptr;
return 0;
}


Monday, January 12, 2009

Starting with C++ !!

|| Shree Swami Samarth ||
Years of C programming and now C++ !!! lets see plus plus !!