Headshooter Posted March 4, 2014 Posted March 4, 2014 (edited) Hallo! Als ich angefangen hatte C++ zu lernen, also mit Hello World, sah der Code noch so aus: #include <stdio.h> void main () { printf("Hello World"); } dann als ich es abgespielt hatte, funktionierte es.Danach hatte ich das Programm restartet und ich bekam bei meinem Projekt(CLR - Konsolenanwedung) das hier zu sehen: #include "stdafx.h" using namespace System; int main(array<System::String ^> ^args) { Console::WriteLine(L"Hello World"); return 0; } und als ich es gestartet hatte stand da das diese Datei zu alt ist.Hat es was mit den Microsoft Updates zu tuhen? Danke im Vorraus! Edited March 4, 2014 by Headshooter
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now