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,476

edits