My code:
Code:
#include <iostream>
#include <string>
using namespace std;
int main()
{
string A = "";
cout << "Enter anything at all to next sentece ETC Name: ";
cin >> A;
cout << endl;
cout << "You said: " << A << endl << endl;
}
The error is Randomizing with numbers.
The log of the Lanch:
'Techno mechonisems 1.exe': Loaded 'C:\Users\Michael\Documents\Visual Studio 2010\Projects\Techno mechonisems 1\Release\Techno mechonisems 1.exe', Symbols loaded.
'Techno mechonisems 1.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file
'Techno mechonisems 1.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll', Cannot find or open the PDB file
'Techno mechonisems 1.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll', Cannot find or open the PDB file
'Techno mechonisems 1.exe': Loaded 'C:\Windows\SysWOW64\msvcp100.dll', Symbols loaded.
'Techno mechonisems 1.exe': Loaded 'C:\Windows\SysWOW64\msvcr100.dll', Symbols loaded.
The program '[1584] Techno mechonisems 1.exe: Native' has exited with code 0 (0x0).
Their is only one thing that is not right.
The program in c++ 2010 on Windows 7 Keeps closeing with out showing the following Message.
I have Used c++ on another Hard drive and works fine.
The code works.
What is wrong with the code and the program?
I am only learning, and have not coded for a long time. But i can understand a lotta my misstakes.
Please Can Anyone Help me?

