what is up with your code pasting??
did you actually try and compile this?
#include <QApplication>
#include "qtCalc.h"
int*main(int*argc,*char *argv[])
{
Calc**dialog*=*new*Calc();
dialog*>show();
return*app.exec();
}
#include <QApplication>
#include "qtCalc.h"
int*main(int*argc,*char *argv[])
{
QApplication*app(argc,*argv);
Calc**dialog*=*new*Calc();
dialog*>show();
return*app.exec();
}
To copy to clipboard, switch view to plain text mode
what's with all of the '*'??
qtCalc.h: Arquivo ou diretório não encontrado - pretty obvious, nes pas? (yes, I know different language)
Bookmarks