Difference between revisions 12130 and 12722 on skwikibooksVo vašom obľúbenom IDE si vytvorte nový projekt a súbor. Do obsahu súboru zapíšte:
<syntaxhighlight lang="cpp">
#include <iostream>
int main()
{
std::cout << "Ahoj svet!" << std::endl;
return 0;
}
</syntaxhighlight>
[[Kategória:C++]]
This site is not affiliated with or endorsed in any way by the Wikimedia Foundation or any of its affiliates. In fact, we fucking despise them.
|