Difference between revisions 12722 and 13075 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>
== Pozri aj ==
* [[C++]]⏎
⏎
[[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.
|