Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php on line 152
manuelgodm’s Articles at TC101 Fall 2015
Introduction to Programming Python and C++

Author Archives: manuelgodm

#Masteries 23, 24 & 25

And here my video: https://youtu.be/LNpxQAoDXpI Here you can find more information about arrays: https://www.programarya.com/Cursos/C++/Estructuras-de-Datos/Arreglos-o-Vectores You can find information about vectors here: http://www.cplusplus.com/reference/vector/vector/?kw=vector You can find information about strings here: http://www.cplusplus.com/reference/string/string/?kw=string (Tuve problemas para subir el video por que estaba muy muy lento el internet, por eso apenas lo postee, espero y pueda comprender ken)

#WSQ17

Scilab…LastONE When I read this is q I was excited because I love to play games, but when i download the “game” I knew that Scilab is better than a game. I think it’s a great program and I think also be very useful in my studies. I think these tools are very helpful to…

#WSQ16

Cars… picture taken from: https://images.unsplash.com/photo-1431223768934-5f53d42100b2?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=9c9cd300a7988c01e42a1b9f2d098faf This wsq was little difficult but I asked a classmate and he recommended several pages where he had found how to do it and after that I found it easier. Here the website where I found some libraries: http://www.cplusplus.com/reference/fstream/ http://www.cplusplus.com/reference/string/string http://www.cplusplus.com/reference/sstream/istringstream/ And here my code: https://github.com/manuelgodm/TC101/blob/master/cars.cpp

#BONUS

Bonus Points – Video Review of Class Thanks for all Ken. And here my video: https://youtu.be/DtQfKHJdN6A

#WSQ15

Final Dash.
In last days I had had a lot of work, many proyects and a Little bit homework.
And this is my calendar for the end of semester whenI have organised all my activities and my time.
  
 

#WSQ14

Estimating e. This WSQ was relative easy but I had a problem because it don’t gave me the correct decimal points of accuracy. I can find the error and fix it. I had a little help from http://www.cplusplus.com where I found “setprecision” to calculate decimal points of accuracy, on header <iomanip>. http://www.cplusplus.com/reference/iomanip/setprecision/   And here…

#WSQ13

Babylonian Method This WSQ was easy, it’s just about understanding the Babylonian Method… I read about this method in this website: http://www.buenastareas.com/ensayos/Obtenci%C3%B3n-De-La-Ra%C3%ADz-Cuadrada-De/2607277.HTML Picture taken from: http://homeworkz.info/wp-content/uploads/2013/07/img_heron-square-root.jpg And here my code uploaded to github: https://github.com/manuelgodm/TC101/blob/master/BabylonianMethod.cpp

#WSQ12

Greatest Common Divisor This WSQ was easy, I only had to read about the Euclid’s algorithm to understand a little bit how I had to do it. I read about Euclid’s algorithm in this website: https://en.wikipedia.org/wiki/Euclidean_algorithm Picture taken from: https://en.wikipedia.org/wiki/Euclidean_algorithm And here my code uploaded on github: https://github.com/manuelgodm/TC101/blob/master/GreatestCommonDivisor.cpp

#Masteries 21 & 22

Mastery 21. Use of recursion for repetitive algorithms… Mastery 22. When to use what type of repetition in a program… And here my video:

Bonus Quiz

Done! I did the evaluation the last Thursday, but I forgot to upload it. I’m sorry    ^.^’   

What should you work on?

Week #12 and more partial exams for you.

For this week's readings:
C++ (TC1017) should either be looking at support for your project, ImageMagick C++ libraries are a good start.
Python (TC1014) should be finishing chapter 11 (Dictionaries).