Go back to Richel Bilderbeek's homepage.

Go back to Richel Bilderbeek's C++ page.

 

 

 

 

 

(C++) Qt CreatorLubuntu 'HelloC++0x' using Qt Creator under Lubuntu

 

'HelloC++0x' using Qt Creator under Lubuntu is a HelloC++0x program using the Qt Creator IDE under the Lubuntu operating system.

 

 

 

 

 

 

Technical facts

 

Application type(s)

Operating system(s) or programming environment(s)

IDE(s):

Project type:

C++ standard:

Compiler(s):

Libraries used:

 

 

 

 

 

Qt project file: CppHelloCpp0xQtCreatorLubuntu.pro

 

#-------------------------------------------------
#
# Project created by QtCreator 2011-10-22T10:51:48
#
#-------------------------------------------------
QT       += core
QT       -= gui
QMAKE_CXXFLAGS += -std=c++0x
TARGET = CppHelloCpp0xQtCreatorLubuntu
CONFIG   += console
CONFIG   -= app_bundle
TEMPLATE = app
SOURCES += main.cpp

 

 

 

 

 

main.cpp

 

#include <iostream>

int main()
{
  const auto s = "Hello C++0x";
  std::cout << s << '\n';
}

 

 

 

 

 

Go back to Richel Bilderbeek's C++ page.

Go back to Richel Bilderbeek's homepage.

 

Valid XHTML 1.0 Strict

This page has been created by the tool CodeToHtml