How to get started with IDEs, Especially Qt Creator?
问题 I'm a highschool student, who have only ever coded in Turbo C++. I have no idea how IDEs work, I installed Qt Creator to start learning GUI programming but I can't even get it to run a simple C++ code. I doesn't know what files to include. NOTE: I'm a total newbie . The tutorials I found on YT are confusing and not clear. I have no idea why this is happening. This is my code: #include<IOSTREAM.H> #include<CONIO.H> void main() { clrscr(); cout << "Hello World!"; getch(); } I did build all,