Hi pals
I just installed Qt on windows XP and to become familiar with the details of Qt creator c++ programming, I wrote this code:
Qt Code:
  1. #include "test.h"
  2. #include <conio.h>
  3. #include <iostream.h>
  4. void main(){
  5. int x;
  6. cin>>x;
  7. cout<<x*x;
  8. getch();}
To copy to clipboard, switch view to plain text mode 
but when i clicked on build menu,all icons were disabled.I saved the file but there was still no answer.
and one more thing.
in Qt creator code editing page,there is a wavy line under the #include lines.
thanks