Tag Archives: #mastery02

Mastery02

#TC1017 #mastery02: Using IDE to create a C++ file.

For this mastery I created a tutorial in PDF with images, showing how to use the Xcode, which is an IDE program for Mac.

Here is the link to the tutorial:

https://drive.google.com/open?id=0B7w3BFfqL9oQZnRHZE9lbzlKVzQ&authuser=0

Hope you like it!

#mastery02 #TC1017

Long and detailed video for Masteries

Mastery 02

Ability to create Python project in IDE 

and run inside the IDE

Link to my youtube video:


Mastery 02

Ability to create Python project in IDE 

and run inside the IDE

Link to my youtube video:


Python project in IDLE

I created my first project in python’s IDLE!

Ability to create C++ project in IDE and run inside the IDE

Hey! I’ll show you how to create C++ code and run it into Xcode (for Mac users) and Code Blocks (for Windows users).

For Code Blocks, here’s a very complete video that teach us from download the app to create and run code into IDE, but it have a little detail, the code used by the author is C, but everything besides that it’s ok.

For Xcode, here’s a Youtube video that shows us how to run the code.

When you open Xcode, it shows you a menu like this:

Xcode menu

You need to create a new project and the app will show you this:

At this point Xcode will ask you for a template. You need to choose “Command Line Tool”, and it will ask ask you for the name of your project and place where save it. Then it will appear something like this:

You need to click on little icon “main” at the top on the left menu and it will show you something like this:

The only thing that you need to do then, is write some code. In this case I used the WSQ07 code. To make that this IDE can run the code you need to click on the button beside the 3 window buttons and it will run.

And it works!…

Ability to create C++ project in IDE and run inside the IDE

I did a simple “Print” and a basic operator “+”.

Mastery02

Here is my mastery 02