Visual 2008 C++ spinnt !!!
-
Hallo

ich bin von DEV C++ auf VC 2008 umgestiegen !
1. Problem: nach 30 tage reg.
- hab ich sofort gemacht ^^
2. Problem: als ich eine konsolen anwengung erzeugt habe und die
erstellen wollte - kamm immer irgentwas mit "stdafx.h"- gegoogelt und herraus gefunden , dass man vorcomplierte
header ausschalten muss (GESCHAFT
)3. Problem: ausführen - erst hies es CMD no found
- dann habe ich wieder gegooglet und es hies mann muss ihn erst
"\k cmd" oder so einlinken (GESCHAFT
)4. Problem: Konsole ging auf - meldete aber MSVC90.dll not found
- gegoogelt und dann einfach mal die datei runter geladen - jetzt funtzt es

5. jetzt habe ich in youtube nen tutorial gefunden für hello world und
wie man ein neues projeckt erstellt-
(proggen konnte ich aber schon vorher XD )6. Problem: ich habe jetzt mein programm mehrmals verändert,
so das ich mehrmals compliert habe .... JETZT KOMMT ABER NICHT DAS,
WAS ICH GERADE KOMPLIERT HABE SONDER , DAS DAVOR (also z.b. )folgendes habe ich gerade gemacht ...
cout<<"*******************************\n"; cout<<"* *\n"; cout<<"* PC Control Center *\n"; cout<<"* by Xenon *\n"; cout<<"* *\n"; cout<<"* *\n"; cout<<"*******************************\n";gezeigt wird aber nur das davor
cout<<"*******************************\n"; cout<<"* *\n"; cout<<"* PC Control Center *\n"; cout<<"* *\n"; cout<<"* *\n"; cout<<"*******************************\n";
-
hat sich erledigt - ^^
hab stadt
using namespace std;
using namespae std; (heiss das er nur vom vorigen erzeugten die exe geöffnet hat )
