Jump to content

99 Bottles of Beer/C++/Object Oriented: Difference between revisions

m
Fixed syntax highlighting.
(Moved from main task page to shorten it)
 
m (Fixed syntax highlighting.)
 
Line 2:
 
{{works with|GCC|4.1.2 20061115 (prerelease) (SUSE Linux)}}
<langsyntaxhighlight lang="cpp">
#include <iostream>
#include <string>
Line 251:
song.sing(std::cout);
return 0;
}</syntaxhighlight>
}
</lang>
9,485

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.