Author Archives: Juan Pablo Santana

Final Project’s Final Post

Hello, World!

This is my final post about the 1017 Final Project: A Sudoku game.

At the beginnig, I was very nervous about it, because I thought it would be very difficult. But, while we were working on it, I realize it wasn’t that hard and from this point, it just go easy.

One of the things I liked most, is working with Aurora, because she is a close friend and I know this is not her strong area, but even though that, she did her best to carry out the project. I’m proud of being her partner.

About the poject itself, I enjoy making it. It felt pleased to realize that I can do a programm to solve almost every problem or activity that I find in my life, from simple logic games to machines working programms. Also, after taking this class, I enjoy every time I think how work a machine or a software and I can answer that whit a code in C++. It’s very satisfying.

In conclussion, this project was very exciting and I enjoy a lot making it. 

Here is the code to the final version of the the programm. Enjoy it:

https://github.com/kenwbauer/AuroraJuanPablo/blob/master/sudoku.cpp

BONUS – My experience at a Flippclass

1017

Hey everybody! This post is a little bit different than others. In this video I talk about my experience in a Flipp Class and some suggestions to be succesful whit this new method af learning. I enjoyed this class a lot, even if at the beginning I didn’t like this type of “teaching”.

Anyways, I very happy with my experience and I hope to find another classes like this one!

https://www.dropbox.com/s/ugfu8iir5lambfh/Flipp%20video.mp4?dl=0

M25 – Creation and use of strings in C++

25

Hello.

In this post I just show that I know how to use strings. 

(It’s my last mastery point , so I’m really excited)

I learn all abpout vectos in these links, so I hope it can help you to:

http://www.lynda.com/C-tutorials/Vectors/182674/366625-4.html

http://en.cppreference.com/w/cpp/string/basic_string

You can see my full code here:

https://github.com/juanpsantana/WSQs/blob/master/Quiz%2011%20q2.cpp

 

M24 – Creation and use of arrays in C++

24

Hey everybody! In this Mastery post I just show that I know how to create and use arrays.

You can see the full code here:

https://github.com/juanpsantana/WSQs/blob/master/WSQ10.cpp

M18 – Nesting of conditional statements

18

Hey everybody! In this video I talk about how to nest different conditionals to acomplish a process or validate some answers. I hope you enjoy it!

https://www.dropbox.com/s/0dawgtka55f54pi/M18%20-%20Nesting.mp4?dl=0

M13 – Importing and using C++ libraries

13

1017

Hey everybody! In this post I will talk about importing local and generic libraries to your code, supporting me on my 11 and 11 .

I hope you enjoy it!

https://www.dropbox.com/s/ei5mozvct86431t/M13%20-%20Libraries.mp4?dl=0

M27 – Validated user input in C++

Hey everybody!

In this time I will show you how to validate user input and why you should do it in your codes. I hope you enjoy it!

https://www.dropbox.com/s/8yhuguda0ljpek4/M27%20Validation.mp4?dl=0

M08 – C++ Coding Conventios

Hey everybody!

In this post, we will talk about coding conventions: a bunch of (breakable) rules to write the best code you can write.

I found this page, with some of them and I found it very interesting. I hope you enjoy both!

http://geosoft.no/development/cppstyle.html

https://www.dropbox.com/s/4xnytr2qnxzhtzu/M08%20-%20Coding%20Conventions.mp4?dl=0

M19 – Use of loops with “while” || M20 – Use of loops with “for”

Hey everybody! In this video I uploaded two similar masteries: Loops while and for.

I hope you enjoy it!

https://www.dropbox.com/s/z1586bhbyb72sgs/M19-M20%20Loops.mp4?dl=0

WSQ17 — SciLab

Hey everybody! 

This is the last WSQ post of this course. Tonight I will talk about SciLab: a mathemathical enviroment created to make calculations, programs, functions an plots. 

It’s very entretaining, and I spent a lot of time playing around whit functions, plots and vector’s math.

I highly recommend it because it’s very simple to use it and work with our problems, and you can do a lot of things that you could find usefull.

Here is the link to download the programm:

https://www.scilab.org

And the link to read the tutorial (it’s a 33 pages PDF, but you can read it quickly):

http://www.scilab.org/content/download/849/7901/file/Scilab_beginners.pdf

Enjoy it and good luck in your exams!