Friday, July 08, 2005

I'm learning C++

#include < iostream >

int Add(int x, int y)
{
std::cout << "I read Chapter " << x << " and Chapter " << y << "\n";
return (x+y);
}

int main()
{
std::cout << "I'm reading...\n";
std::cout << "...'Teach Yourself C++ in 24HRS'\n";
std::cout << "It makes my day more meaningful.\n";
std::cout << "Now I just finished Chapter " << Add(1,3);
std::cout << "\nThis stuff is pretty fun :)\n\n" ;
return 0;
}

posted by Bikku @ 5:39 PM

0 Comments:

Post a Comment

» Home

My Photo
Name:
Location: Bangkok, Thailand

About me? Oh...that's what I've always tried to find out.

I started this blog because I felt lost...without a destination. I didn't even believe I could continue this blog for so long (due to past experiences). But, here I am still...blogging away.

www.flickr.com
This is a Flickr badge showing public photos from chnin. Make your own badge here.

Powered by Blogger
Design by Beccary

Locations of visitors to this page