12-10-2015, 08:02 PM
[12-10-2015] Code highlights
Everything is not quite optimized yet, I'm probably changing the style and such a bit. What's your opinions?
Do you want another style?
Code:
#include <iostream>
#include <string>
using namespace std;
int main()
{
cout << "We now have code block highlights. It's pretty neat and I will be experimenting with different styles and such soon. Too see which one fits use the best!" << endl;
cout << "This functionality supports a lot of different languages. As much as 141 different languages languages. Right now I'm using C++" endl;
string end;
end = "Good bye, this is the end of the announcement";
cin.get();
return 0;
}
Everything is not quite optimized yet, I'm probably changing the style and such a bit. What's your opinions?
Do you want another style?