(C++) 'Hello Boost' using Qt Creator under Ubuntu

February 24, 2017 · View on GitHub

 

 

 

 

 

(C++) BoostQt CreatorUbuntuNDS 'Hello Boost' using Qt Creator under Ubuntu

 

Hello Boost is an extension of Hello World. Like Hello World, Hello Boost is a simple console application. Hello Boost, however, also requires the Boost library and to link against the Boost.Regex library.

 

 

 

 

 

 

Project environment

 

IDE(s):

Project type:

  • console Console application

Compiler(s):

Libraries used:

 

 

 

 

 

Project file

 


 

 

 

 

Makefile

 


 

 

 

 

 

Process

 

The project was made from the command line using make on the makefile above. The project has a complex directory structure, and both the ...