I've found a nice system for posting code snippets, his name is SyntaxHighlighter.
#include <iostream>
int main()
{
std::cout << "Hello, World!" << std::endl;
return 0;
}
thinking on game development
#include <iostream>
int main()
{
std::cout << "Hello, World!" << std::endl;
return 0;
}
1 comments:
yeah, it's minor but it's really usefull...didn't know this trick, thanks ;)
Post a Comment