Y
Yez
Ввожу данный код:
Компилирую, запускаю, ввожу пременную main, нажимаю Enter, ничего, нажимаю ещё раз, ничего, на второй раз окно с прогой закрывается и в окошке ниже кода (в Visual C++) мне пишет:
Loaded 'ntdll.dll', no matching symbolic information found.
Loaded 'D:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
The thread 0x74C has exited with code 0 (0x0).
The program 'D:\Program Files\Microsoft Visual Studio\VC98\Bin\Debug\PERV.exe' has exited with code 0 (0x0).
Что делать??? Подскажите??? Может это не из-за Visual C++??? Тогда из-за чего??? Зарание всем спасибо!!!
Код:
#include <stdio.h>
#include <iostream.h>
# include <conio.h>
int main (int nArgs, char* pszArgs[])
{
int main;
cin>>main;
int n;
n=main*2;
cout << "Это число",n;
getch();
return 0;
}
Loaded 'ntdll.dll', no matching symbolic information found.
Loaded 'D:\WINDOWS\system32\kernel32.dll', no matching symbolic information found.
The thread 0x74C has exited with code 0 (0x0).
The program 'D:\Program Files\Microsoft Visual Studio\VC98\Bin\Debug\PERV.exe' has exited with code 0 (0x0).
Что делать??? Подскажите??? Может это не из-за Visual C++??? Тогда из-за чего??? Зарание всем спасибо!!!