ВходНаше всё Теги codebook 无线电组件 Поиск Опросы Закон Среда
10 июля
326847 Топик полностью
koyodza (05.05.2012 18:05, просмотров: 129) ответил mazur на Выкладываю. Microsoft Visual C++ 6
include stdafx.h верни и заработает  // First_Project.cpp : Defines the entry point for the console application. // #include "stdafx.h" //int main(int argc, char* argv[]) //{ // printf("Hello World!\n"); // return 0; //} #include <iostream.h> #include <conio.h> int main() { cout << "Hello World!\r\n" << endl; getch(); return 0; }