Hallo,
Habe mal ein "klein" und "noobigen" C++ gemacht so ich als Noob.
MFG
Habe mal ein "klein" und "noobigen" C++ gemacht so ich als Noob.
Nun weiß ich nicht ob da Fehler drine sind, denke schon :)Quote:
//Mein erster Script xD
#include <iostream> /* Mein erstes Kommentar */
void drucke; 3 3
int main ()
{
const int START = 3;
const int STOPP = 9;
volatile int MITTE = 6;
int index:5
for (index = START ; index < STOPP ; index++)
return 0;
} /* alles hat ein Ende, bye bye */
void drucke (3 3)
{
std::cout<< "5" <<Wert<< "/in";
//The Test xD
//
//Der Wert ist 3
//Der Wert ist 4
//Der Wert ist 5 -.-
//Der Wert ist 6
//Der Wert ist 7
//Der Wert ist 8 Ende jetzt schon?
MFG