10:28:00 PM
Oh GOODNESS.
The holidays are ending, ending, ending. Only 5 more days until the start of a new term and everyone is rushing to finish homework. Scary right? Haha. And I still dont believe it. I actually finished Chinese Holiday Homework during the Holidays itself! I mean, wow! Its a first for me woohoo.
Haha. On a more intimidated note, C++ IS HARD! CRAZILY HARD. im quite sure cep is going to be one hell or a subject, both good and bad, but throw in certain IT department people and other classmates who probably know pages and pages of c++ code by heart already, yes im abit anxious. i hope i can get 3.6 at least. Haha.
guess what?
to prove how c++ is so hard lets try something to see if i remembered stuff from the tutorials that Mrs Chor asked us to go read.
HERES THE CODE U TYPE TO PRINT THE FOLLOWING
---
Hello. C++ Is Dam Bloody hard. You heard me.
---
// Code 1
#include (iospace)
using namespace std;
int main ( )
{ cout << "Hello."; cout << "C++ Is Dam Bloody hard."; cout << "You heard me."; return 0;} // END --- and this is to do a seemingly simple 1+2=3 addition so simple right? C++ says noooooo. do it the complicated way.
// Code 2 # include (iospace)
using namespace std;
int main ( )
{ int a, b; int result; a=1; b=2; result=a+b; cout << result;
return 0}
oh my goodness.
well..
those ppl that know c++ will know that iospace should be in < >s not ( )s, but this thing is so crazy that it reads it as html so it just disappears. CAN U BELIEVE IT.


