RCSNUSP/C++: Difference between revisions

m
Fixed syntax highlighting.
(Created page with "This is a simple C++ implementation of Core and Modular SNUSP, Bloated will (maybe) come in the future. To execute the SNUSP program just start the interpreter with its file ...")
 
m (Fixed syntax highlighting.)
 
(3 intermediate revisions by 2 users not shown)
Line 3:
To execute the SNUSP program just start the interpreter with its file name as parameter, like so: interpreter name SNUSP program.
 
It has a simple Log futurefeature, to use it type: interpreter name /L SNUSP program.
 
Input and output are thru Console.
 
<span style='font-family: "Linux Libertine",Georgia,Times,serif;font-size:150%;'>[[C++]]</span><hr>
=={{header|C++}}==
<langsyntaxhighlight lang="cpp">
#include <iostream>
#include <sstream>
Line 197:
}
std::cout << "\n\n";
return system( "pause" )0;
}</syntaxhighlight>
}
</lang>
9,479

edits