Hello World
"Sascha 'saigkill' Manns" <[email protected]>
| Newsgroups | gmane.linux.suse.programming |
|---|---|
| Organization | openSUSE Marketing Team |
| Message-ID | <[email protected]> |
Hallo Mates,
heute kam endlich mein bestelltes Buch an. KDE und QT Programmieren.
Leider klappt das erste Listing nicht:
// First Program
// in QT
#include <qapplication.h>
#include <qlabel.h>
int main(int argc, char **argv)
{
QApplication app(argc, argv);
QLabel *myfirst = new QLabel("<H1>Hallo, Welt!</H1>", 0);
myfirst->show();
return app.exec();
}
Als Fehler kommt:
Sagt das jemandem was?
--
Sincerely yours
Sascha Manns
openSUSE Marketing Team
openSUSE Build Service
openSUSE Features Screening Team
Web: http://saschamanns.gulli.to
Project-Blog: http://lizards.opensuse.org/author/saigkill
Private-Blog: http://saschasbacktrace.blogspot.com
signature.asc
(application/pgp-signature, 197 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEABECAAYFAkoq5vQACgkQvBb8uodyeZRy9wCeKHLzQQC/TNeGhrM5lls0Rh8L 0D8An2DKrxElhzaXP1miYbIVeQ2glCQ2 =zEuG -----END PGP SIGNATURE-----