Tag Archives: #mastery02

#TC1017 #Mastery02

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

First Open Xcode and Create the project

Choose Comand Line Tool

Choose The name of the product The localitation and the languaje 

Find Main.cpp And START YOUR CODE!!!

WHEN YOU FINISH COMPILE 😀 

 

HERE IS MY VIDEO 

https://www.dropbox.com/s/0mcsst1bmvgkxe8/Mastery02.mov?dl=0

Hello there! here is my Mastery02

Check my new video where you can learn about python!

Create Python file and run it from the IDE! 

Here is the link of my Mastery02: http://youtu.be/9zkrZty6vrg

 

#Mastery02

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

Para crear un código C++ en un IDE y correrlo dentro deun IDE lo unico que se debe hacer es ir a CodeBlocks y correrlo como cualquier otro programa, poner como siempre include iostream using namespace std; después lo unico que se debe hacer es escribir todo el código y todo con tus variables dentro del int main y normal como siempre se ha hecho y lo unico que debes de hacer dentro de este programa es ir al boton de “Build and run” y el programa te compilará todo tu código y no tendras que hacer nada más.

Aquí esta un ejemplo de lo que acabamos de hacer: 

Ability to create Python project in IDE and run inside the IDE

– Ability to create Python project in IDE and run inside the IDE                    @PablO_CVi

For creating a python project in IDE and run inside I used PyCharm.

here is my video.

 

#Mastery02 #TC1017

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

An IDE (Integrated Development enviroment) it´s a software that simplifies the work of the programmer. It´s used to write code in a lot different languages such as C++ and C.Telling you the error, and giving an better enviroment are some advances that an IDE provide. Normally and IDE consists of a 2 things. A source code editor, build automation tools and a debugger. Code blocks, visual basic and J-Edit are some examples of an IDE. Check out the video placed at the bottom for more introduction and for crating and running a programm in an IDE.

 

Video made by me: (Personal Video):

https://www.youtube.com/watch?v=dONGD670vlA

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

   

 

Mastery 02

2.  Ability to create Python project in IDE and run inside the IDE


Ok, first of all for all of you that don’t know what is IDE:

Integrated Development Environment, that’s what the acronyms mean. This is a programming environment that has been packed as an application program, typically consisting of a code editor.

IDE research


YOU CAN SEE THE PROGRAM DESCRIPTION AND THE LINK THAT REDIRECTS YOU TO THE PROGRAM FILE ON GITHUB BELOW 

#Mastery02

#Mastery02 Using IDE WingIDE

#Mastery02  Using IDE WingIDE

Mastery01 and Mastery02 Classic “hello world”

My first program

Running the program