[quote name='C++']// Brain.cpp : Defines the entry point for the console application.//#include “stdafx.h”int _tmain(int argc, _TCHAR* argv[]){cout << "Pozor Danile" << endl;cout << "Derji - Hollo, World" << endl;return 0;}[/quote]Error:"These project configuration(s) are out of date: Brain - debug Win32Would you like to build them?"YesError:"There where build errors. Continue?"Error! Task List - 4 Build Error Tasks shown (filtered):error C2065: 'cout' : undeclared identifiererror C2065: 'endl' : undeclared identifiererror C3861: 'cout': identifier not found, even with argument-dependent lookuperror C3861: 'endl': identifier not found, even with argument-dependent lookupТакая вот ботва.[quote name='С#']using System;namespace ConsoleApplication1{class Class1{[STAThread]static void Main(string[] args){Console.WriteLine ("Pozor na golovu C++!!!");}}}[/quote]Build succeeded.Task List - 0 Build Error Tasks shown (filtered)[smile badgrin]
Copyright ©