Whats wrong??Plz need help!!!!Plz guys tell me whats wrong here Code: #include "stdafx.h" #include <iostream> using namespace std; int main() { string nome = "Felipeb18"; cout << nome; char c; cin >> c; } Plz need quick answer Without this I cant proceed with my learning
Originally Posted by kevin66062 you have da std's http://www.mpgh.net/forum/payments.php what do u mean???
Originally Posted by Felipeb18 Plz guys tell me whats wrong here Code: #include "stdafx.h" #include <iostream> using namespace std; int main() { string nome = "Felipeb18"; cout << nome; char c; cin >> c; } Plz need quick answer Without this I cant proceed with my learning ITS INCLUDE<IOSTREAM.H>
Originally Posted by crisitant123 how do i get hack i dont know how can you PLZ TELL ME HOW TO DO IT PLZ PLZ PLZ PLZ PLZplz plz Learn reading sticky!!
If your just trying to print your name to the console then try it like this. [php]#include "stdafx.h" int main(int argc, char* argv[]) { printf("Felipeb18"); return 0; }[/php]