PUSHEAX_PUSHEAX Grandmaster Cheater
Reputation: 72
Joined: 13 Apr 2009 Posts: 969
|
Posted: Sat Jun 05, 2010 11:18 am Post subject: CPP help |
|
|
I started trying to learn CPP again, in my 3 hour detention ._. and I made this app but I can't figure out what I did wrong, any help?
Code: | //alejandro whereizwaldo program
//xen0r
#include <iostream>
#include <string>
int main( void )
{
using std::cout;
using std::string;
using std::cin;
string car;
int money = 3000;
cout << "Hello alejandro whereizwaldo\n";
cout << "Now tell me what car you drive.\n";
cin >> car;
cout << "So you drive a " << car.c_str();
cout << "Us assholes crashed your car so we are giving you 1000 dorra"
money = money + 1000;
cout << "You now have " << money << "dorra";
return 0;
}
|
Description: |
|
Filesize: |
33.92 KB |
Viewed: |
1360 Time(s) |

|
|
|