Whats wrong??Plz need help!!!!
Plz guys tell me whats wrong here
Plz need quick answer
Without this I cant proceed with my learning
Code:
#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
