BoutCheetah

Other => Off Topic => Topic started by: mo9 on June 12, 2011, 04:49:20 AM

Title: C++
Post by: mo9 on June 12, 2011, 04:49:20 AM
taking a lvl 1 C++ class wohoo :p
any tips/ ways to show off in class ?
Title: Re: C++
Post by: hawk5005 on June 12, 2011, 07:50:15 AM
Yes, search over google, find some big sentences with big words, and try to act smartass by telling the sentences you read to your class mates.
Title: Re: C++
Post by: mo9 on June 12, 2011, 09:18:37 AM
0_o evryone there is in collage and they have some bases i was like 0_o the whole lesson

i learned somthing though


conversion code:

float US dollars
float Egyptian Pounds

cout << US dollars;
cin >>US dollars;
Egyptian Pounds=(US doller))/5.55;
cout<<"Egyptian Pounds=";
cout <<Egyptian Pounds;
cout <<endl;
system ("pause");
return SUCCESS;