Monday, January 3, 2011

First Day

#include <iostream>
using namespace std;

void first ();
int main ()
{
            cout << "\n\t\tHappy First Day" << endl;
            cout << "\t\tto \n";
            first ();
           
            system ("pause");
            system ("color 5");
            return 0;
}
void first ()
{
            cout << "\t\tall STUDENTS !\n\n" << endl;
}

Focus at the 'Build' part. This is the true happiness of every programmer in the world.

Well, that was the easy part. And how I wish the question given on my first day of second sem was as easy as shown above.
My first class already being asked to submit a C++ programmed. And it was 2D array. Damn!
I forgot almost everything. Well, that was a standard thing to be occurred for a student during semester breaks. It was holidays, my books especially Uncle Gaddis and Microsoft Visual Studio was also taking a break.
Now, back to work guys. I need you guys to maintain my CGPA k!





p/s: Still doing the exercise given by Dr. Md Sah. So hard liao!

No comments:

Post a Comment

A reader like you makes me a happy blogger. :)
Comment my entry and I'll get back to you.