Plz guys tell me whats wrong here
Plz need quick answerCode:#include "stdafx.h"
#include <iostream>
using namespace std;
int main()
{
string nome = "Felipeb18";
cout << nome;
char c;
cin >> c;
}
Without this I cant proceed with my learning
Printable View
Plz guys tell me whats wrong here
Plz need quick answerCode:#include "stdafx.h"
#include <iostream>
using namespace std;
int main()
{
string nome = "Felipeb18";
cout << nome;
char c;
cin >> c;
}
Without this I cant proceed with my learning
you have da std's https://www.mpgh.net/forum/payments.php
Plz i need help!!
how do i get hack i dont know how can you PLZ TELL ME HOW TO DO IT PLZ PLZ PLZ PLZ PLZplz plz
I'm using Visual Studio 2005 and iostream.h does not work
Iostream does
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]
i know but i want to use strings
I know the example dont need it but in other cases I would need it
you need to add
return 0;
at the bottom