Review

Through this semester of the course I managed to learn a lot about programming related to c++. Even though we started with a complicated programming language, at the end I had the ability to do a lot more stuff with c++ that I knew before. Within the semester I hoped to learn an easier language … More Review

Code Academy

For anyone interested in learning more about different programming languages apart from c++, you can learn on this website I found https://www.codecademy.com/es . I learned about this website about 2 or 3 years ago, and I gave it a try and I learned many basic things about programming but you can intensify into each language. Hope … More Code Academy

WSQ13

  So I managed to take a hint on how scilab is used, for what I saw I think this is a great tool that can be used to combine programming and many other areas such as math and physics. This is also a great tool to begin learning as it has many different tools … More WSQ13

Traffic Lights

While we all know traffic is a daily problem of our lifes, Gerardo Torres and I decided to work over one of the many dfficulties that cause traffic. Even though many of us think that there is no solution to traffic lights apart from bridges, but having a better timed traffic lights, taking in mind … More Traffic Lights

WSQ12

On this program I learned about how to add precision to a certain decimal.  I mostly used the help of a webpage which is: https://stackoverflow.com/questions/5907031/printing-the-correct-number-of-decimal-points-with-cout

WSQ11

On this program I made a program which searches for a word, in this case bananas. I used help from a friend and from the next website: http://www.cplusplus.com/forum/beginner/42209/

Final Project

For the Final Project Gerardo Torres and I are going to work over a sensor in order to receive feedback of how far an item is. We are also planning on using a led to demonstrate if it is near by turning the led on. For this we are going to use an arduino, a … More Final Project

WSQ10

In this program I asked for a number and returned the babylonian square root of that number. For this program I used the next video