skip to main
|
skip to sidebar
C++ learner
Thursday, January 22, 2009
Trying codepad
Learned a way to publish code . Copy paste on codepad :
1
2
3
4
5
6
7
#include<iostream>
int
main
()
{
char
*
ptr
=
"Hello"
;
cout
<<
ptr
;
return
0
;
}
No comments:
Post a Comment
Older Post
Home
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
▼
2009
(2)
▼
January
(2)
Trying codepad
Starting with C++ !!
About Me
Vikram
View my complete profile
No comments:
Post a Comment