Translations:Development/Tutorials/First program/KDE4/11/en

From KDE TechBase

All the code we need will be in one file, main.cpp. Create that file with the code below: <syntaxhighlight lang="cpp-qt">

  1. include <cstdlib>