Download presentation
Presentation is loading. Please wait.
Published byAugustus McCormick Modified over 9 years ago
1
Hello World An obligatory first program
2
C++ C developed in 1971 C++ developed in 1983 – Standardized in 1998 – Updated in 2011, again in 2014 http://www.digibarn.com/collections/posters/tongues/ http://oreilly.com/news/graphics/prog_lang_poster.pdf http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html
3
QT Creator Preferred development environment – Avoid Visual Studio/other tools
4
Project Templates/Settings QTProject folder – In C:/User/YOU/AppData/Roaming Stores templates and preferences My website has starters to match lab templates/settings
5
Writing a Program Every program is a "Project"
6
Basic Template This is the template we want: Save to a place you can find:
7
The Files.cpp : – Code.pro : – project – what files to build, how to build them.pro.user : – User specific things (window placement, etc…)
8
The Code Our code:
9
Building and Running Code must BUILD before you run it: RUN runs the last build you did:
10
Tools Options for all program settings Build & Run: – Always deploy project before running will force build on run Force Build Before Run
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.