#WSQ08

Ok so this time around, the code was no so difficult , in this wsq we have to do the wsq «fun with numbers» again but using functions instead, which was very simple, this time I only use watch the book told me and change every operation for a fruit function (functions that return values) … More #WSQ08

Masteries 11 and 12: Calling C++ functions and creating C++ functions

Hi 😀 ok this mastery is really simple… is how to create a function and how to call those functions in C++. First we need to know what is a function.. and this a series of actions that we save under a name to later use it with out having to put all the actions, … More Masteries 11 and 12: Calling C++ functions and creating C++ functions

#WSQ07

Sum of numbers Things are getting seriously interesting… and by that I mean.. weird, this last 2 WSQ were.. a whole new level of skill, hello world is a thing from the past. Now for these code you will need to know how to use while (in order to create a loop, that is an … More #WSQ07

Mastery 9: Basic types and their use in C++

Ok so… for these mastery I did some research .. because I didnt knew what a «basic type» was in c++… so here is what i found: Fundamental data types are basic types implemented directly by the language that represent the basic storage units supported natively by most systems. They can mainly be classified into: … More Mastery 9: Basic types and their use in C++

#WSQ06

For all the ancients and new gods… i really had no clue what I was doing this time… so i really dont took it one step further and make the computer tell you in how many attempts i did it .. this time i really search for how others did their code… and all of … More #WSQ06

Mastery 6: Install Linux on their own computer

Ok so.. in this mastery… i show you how to install an Linux like environment to run c++ programs: cygwin. here is the video where I show you how to install : VIDEO!!!! GO to the TC1017 WSQ01 page:http://kenscourses.com/tc101fall2015/course-home-page-for-tc1017/wsqs-tc1017/wsq01/ CLIC on cigwin. CLIC on install 32 bits WRITE c++ g++, and make, and select the … More Mastery 6: Install Linux on their own computer

Mastery 10: Basic output (printing) and input (text based) in C++

In this blog post.. I show you that I can ask the user for a basic input, create some operations and then a basic  output: Video that i made showing  you how to do this : VIDEO!!! AND STEP BY STEP on how to do a fun with numbers: 1.- Start the basic code: 2.- You … More Mastery 10: Basic output (printing) and input (text based) in C++

Mastery 3 and 4: Create accounts: Blog, Twitter, GitHub and submit work via Blog RSS and GitHub

Ok so … in this blog I will show you how to create an acount in the different pages (WP, Twitter, GH) here is the video: VIDEO And some guide images: Word press: 1.- Clic on create web page. 2.- Choose a background. .- 3.- Chose a domain and if you want to pay or … More Mastery 3 and 4: Create accounts: Blog, Twitter, GitHub and submit work via Blog RSS and GitHub

Mastery 15 and 16: Use of the conditional “if” and use of “else” with a conditional

This time I master the use of if as a conditional and else as well with a conditional (else if), here are the steps I follow: Create a program like the one of temperature change from F to C. Use if as the first conditional, if (c>=100) {cout}. Use else if as the second conditional, … More Mastery 15 and 16: Use of the conditional “if” and use of “else” with a conditional