Jump to content

Recommended Posts

Posted (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 by Headshooter

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...
B
B