Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Is there any way to format the code in Qt Creator? I mean, for example, in Visual Studio, when I write something like this: cout<<"Hello"; It will be automatically changed to: cout << "Hello";
@khanhmg
Qt Creator has support for code formatting:
http://doc.qt.io/qtcreator/creator-beautifier.html
You need to install the beautifiers yourself though.