Что я сделал не так!??? Я толькo начинаю программировать.
При компиляции выдаются ошибки.
#include "stdafx.h"
#include "iostream"
#include "conio.h"
int _tmain(int argc, _TCHAR* argv[])
{
std::cout<<"Hello World\n";
//или так
using namespace std;
cout << "World." << endl;
getch();
return 0;
}
Форум —
Development


