Author Archives: Diegops

MASTER SUDOKU

1017

First of all here is the link to our project (mauricio and mine) the super sudoku:

https://github.com/kenwbauer/DiegoMauricio/blob/master/project.cpp

It was a very hard proyect, mainly because there are so many things to do from the school and tournments and trainings and all that stuff. The easiest part of the project was making the body of the sudoku, the lines and all that stuff. We suffered a lot or at least i suffered a lot in the project because I doesnt understand vectors, so i need to look for information and practice to finally finish it. Hope you like it.

Wsq16

16 1017

CARS EVERYWERE! here is my submit to the wsq 16 cars cars cars

https://github.com/diegoplascencia/wsq16/tree/master

quiz11 last one

1017 10

Diego Plascencia A01229988

Finally last bananas on my computer, here is the quiz number 11 code

https://github.com/diegoplascencia/Quiz11/tree/master

QUIZ10

1017 10

Diego Plascencia A01229988

Holly vectors, vectors are the most difficult thing about programming until now, I saw some videos that a partner recomended me and with some help finally here are my codes

https://github.com/diegoplascencia/Quiz10/tree/master

FINAL DEATH WEAK

Well these weeks I´ll be literally dying, this week is full of projects, literally FULL! And next week I need to travel to MTY to play volleyball, so this week I will do my hwks and projects each day for the next day, and then in the free time I have in the day I will complete my WSQs and masteries, I can´t really schedule my week because each day I have different homeworks and train at different times. I need longer days :c

QUIZ!

Diego Plascencia Sanabria A01229988

HERE IS THE LINK TO MY MODIFIED CODES:

https://github.com/diegoplascencia/exam2

MY EXAM WAS NOT THAT BAD, I JUST DO NOT REMEMBER THE PALINDROM STUFF

Mastery14

Diego Plascencia Sanabria A01229988

For creating and using your own lybraries just follow the next steps:

-First, create the files on “mylibrary.cpp” and “mylibrary.h”

-Next, compile the library without the function main(), this will generate a file called “myfile.o”

-Next, create another file called “main.cpp” (it can be another name, but this one is easier), in this file you need to “mylibrary.h”

-Finally, Compile main.cpp and add the library “myfile.o” 

Hope it help you.

E

I cant really know if this program will run or not, i made it on a computer of a hotel in monterrey and i do not have time to download cigwin, but here is my code:

https://github.com/diegoplascencia/c-/blob/master/calcue.cpp

baby

Babylonians were the first ones who figured out how to obtain the square root of a number by a series of repetitions, here is a program that will obtain the square roote of a number by the babylonian method, the first link is to help you know more about the history of this method, and the second one is the program:

HISTORY: http://mathlesstraveled.com/2009/05/18/square-roots-with-pencil-and-paper-the-babylonian-method/

PROGRAM: https://github.com/diegoplascencia/baby/blob/master/wsq13.cpp

list

Diego Plascencia Sanabria      A01229988

This program was huge and difficult, if you have any doubt you can coment on it, here is the link:

https://github.com/diegoplascencia/wsq10.cpp/blob/master/wsq10.cpp