Hallo, Leute!
Ich wollte euch mal fragen, ob man das Hallo-Welt-Programm:
#include <iostream>
int main()
{
std::cout << "Hallo Welt!" << std::endl; return 0;
}
umschreiben darf, in:
#include <iostream.h>
int main () {
cout<<("Hallo Welt!");
return0;
}
oder ist das obige eine andere Sprache?
Danke im voraus!
Ich wollte euch mal fragen, ob man das Hallo-Welt-Programm:
#include <iostream>
int main()
{
std::cout << "Hallo Welt!" << std::endl; return 0;
}
umschreiben darf, in:
#include <iostream.h>
int main () {
cout<<("Hallo Welt!");
return0;
}
oder ist das obige eine andere Sprache?
Danke im voraus!