installation ms windows v0

11
2014-2015 ENGG1111C C++ Software Installation Windows 7 / 8 1

Upload: ulrich788

Post on 11-Jan-2016

230 views

Category:

Documents


0 download

DESCRIPTION

qr

TRANSCRIPT

Page 1: Installation MS Windows v0

2014-2015 ENGG1111C

C++ Software Installation Windows 7 / 8

1

Page 2: Installation MS Windows v0

2014-2015 ENGG1111C

Compiler & Editor

★ In order to compile C++ programs, you need to install various software

★ In this course we will use ★GCC 4.8 ★Sublime Text 3

★The installation process depends on your operating system

★We provide an installation file for Microsoft Windows 7 / 8.1 and describe the installation process in detail ★Please contact our TA if you encounter any

problems2

Page 3: Installation MS Windows v0

2014-2015 ENGG1111C

★Download the ENGG1111C.zip file from our moodle course website

★Extract the zip file in the root directory of the drive C:/

Installation

3

Page 4: Installation MS Windows v0

2014-2015 ENGG1111C

Testing the Installation

4

Page 5: Installation MS Windows v0

2014-2015 ENGG1111C

Installation

★You will find a new folder in the root directory of your C:\ drive

5

Page 6: Installation MS Windows v0

2014-2015 ENGG1111C

Sublime Text

★Navigate inside the folder and locate sublime_text.exe

★Open it!

6

Page 7: Installation MS Windows v0

2014-2015 ENGG1111C

Open

★Download hello.cpp from our moodle course website

★Drag-and-Drop into Sublime Text

7

drag-and-drop

Page 8: Installation MS Windows v0

2014-2015 ENGG1111C

Open

8

Page 9: Installation MS Windows v0

2014-2015 ENGG1111C

Build

9

control B+

Page 10: Installation MS Windows v0

2014-2015 ENGG1111C

Run

10

+ shiftcontrol B+

Page 11: Installation MS Windows v0

2014-2015 ENGG1111C

Changes

★v0 ★ first version

11