#include "iostream"
#include "cmath"
#include "stdAfx.h"
using namespace std;
int main()
{
int x = 0;
while( x <= 2000)
{
cout << x << endl;
x = x + 1; //x++;
}
system("PAUSE");
return 0;
}
#include <iostream>
#include <cmath>
using namespace std;
int main()
{
int x = 0;
while( x <= 2000)
{
cout << x << endl;
x = x + 1; //x++;
}
return 0;
}
entweder fehlt das namespace oder der iostream include....
Code:
#include <iostream>
#include <cmath>
using namespace std;
int main()
{
int x = 0;
while( x <= 2000)
{
cout << x << endl;
x = x + 1; //x++;
}
return 0;
}
Da ist aber Namespace, sowie Das iostream include drin c;
Was ist der Unterschied zwischen C++ Visual C++ & Dev C++ ?
Hab michwohl vorhinfalsch ausgedrückt Dev C++ ist keine Sprache sondern eine Entwicklungsumgebung für C++ . Visual C++ ist von Microsoft, liefertgleich eine sehr gute IDE mit . C++ ist halt der Standart
ERROR: GAME DB INIT ERROR : [DBNETLIB][ConnectionOpen (Connect()).]Specified SQL serv 08/06/2013 - Rappelz Private Server - 5 Replies Hallo :D:D
ich habe ein Problem, und zwar kommt bei mir immer diese Fehlermeldung wenn ich den CaptainHerlockServer starte ,,ERROR: GAME DB INIT ERROR : Ungültige Autorisierungsangab." Ich habe zwar schon etwas darüber gelesen, doch nur auf englisch und die meinte etwas über die DB files :confused::confused::confused: doch ich habe keine ahnung wo ich diese Files herbekomme, bitte um schnelle Hilfe Danke! :):)
İbot Error-Error Video- Error İmages-HELP 04/10/2012 - DarkOrbit - 11 Replies SORRY, MY ENGLİSH VERY BAD.I USE TO GOOGLE TRANSLATE :)
Most people trying to ibot but in my computer İbot not working.
Declared out this error everywhere but I do not get answers
Here's the error Video
http://youtu.be/q0fK09v-K3c
API Error Code: 100 API Error Description: Invalid parameter Error Message: redirect_ 04/08/2012 - elite*gold Trading - 2 Replies API Error Code: 100
API Error Description: Invalid parameter
Error Message: redirect_uri URL is not properly formatted
Das bekomme ich wenn ich ne App installiere... ich habe schon 3 Apps richtig installiert, danach kam immer das bei anderen Apps die ich installiert habe..
was heisst das? redirect_uri URL is not properly formatted