Skip to main content

Reading my life

Final Project's Final Post

2 min read

Hello, World!

This is my final post about the 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

1 min read

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

M13 - Importing and using C++ libraries

1 min read

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

I hope you enjoy it!

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

Final Project -- Second post

1 min read

Hey everybody!

I am very excited about our final project because we have done the hardest part: evaluate user input in the game.

Now, we just need to add a history and reset function, but that is really simple.

Anyways, I hope we can finish our project as soon as possible to give me mor time to do my missing masteries.

Here is the link to my code:

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

Enjoy it!

ECOS 2015

1 min read

Hey everybody! 

In this time, we have done the ECOS: a survey to evaluate our teachers of this semester. I invite yu to do it now and help TEC to be an incredible university.

https://mitec.itesm.mx/

Final Project -- First Post

1 min read

Hello everybody.

This is the first post that I do about our Sudoku project because I forgot to do it last week. anyways, we have improve a lot this week and it feels pretty awesome, but our code still needs many changes to run correctly. We expect to advance a lot this week with our teacher's help. 

You will see many other posts like this trough this 2 1/2 weeks and I hope you enjoy them! 

See you. 

 

WSQ13 - Babylonian Method

1 min read

Hey everybody!!!

Today I wrote a programm which calculates the square root of a number using a computing method called BABYLONIAN. It's very simple, and you can learn how it works on Wikipedia.

http://en.wikipedia.org/wiki/Methods_of_computing_square_roots

On my code, I put a cout line to see how is it working, but you can just delete it if you want. Enjoy it!

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