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, Page 3
Introduction to Programming Python and C++

Author Archives: manuelgodm

#Masteries 9 and 13

Mastery 9. Basic types and their use in C++… Mastery 13. Importing and using C++ libraries… And here my video:

#Masteries 1 and 7

Mastery 1. Ability to create C++ file and run from command line… Mastery 7. Use of comments in C++…. And here my video:

#Masteries 1 and 7

Mastery 1. Ability to create C++ file and run from command line… Mastery 7. Use of comments in C++…. And here my video:

#Masteries 4 and 10

Mastery  4. Submit work via Blog RSS and GitHub… Mastery 10. Basic output (printing) and input (text based) in C++… And this is my video. Enjoy it! Here my code about the basic outputs and inputs in C++ uploaded to github https://github.com/manuelgodm/TC101/blob/master/Mastery%2010.cpp

#Masteries 4 and 10

Mastery  4. Submit work via Blog RSS and GitHub… Mastery 10. Basic output (printing) and input (text based) in C++… And this is my video. https://www.youtube.com/watch?v=SJq7yGmcaYg Enjoy it! Here my code about the basic outputs and inputs in C++ uploaded to github https://github.com/manuelgodm/TC101/blob/master/Mastery%2010.cpp

#WSQ10

Lists… This WSQ was easy, I studied something about vectors and arrays in this website. https://www.programarya.com/Cursos/C++/Estructuras-de-Datos/Arreglos-o-Vectores And here the code upload on GitHub that it show to the user the total, average and standard deviation of those numbers. https://github.com/manuelgodm/TC101/blob/master/lists.cpp

#QUIZ08

This quiz was easy because I studied vectors and arrays in last days .
And here the code for the Quiz08 uploaded on GitHub.
https://github.com/manuelgodm/TC101/blob/master/Quiz08q1.cpp

#WSQ10

Lists… This WSQ was easy, I studied something about vectors and arrays in this website. https://www.programarya.com/Cursos/C++/Estructuras-de-Datos/Arreglos-o-Vectores And here the code upload on GitHub that it show to the user the total, average and standard deviation of those numbers. https://github.com/manuelgodm/TC101/blob/master/lists.cpp

#QUIZ08

This quiz was easy because I studied vectors and arrays in last days .
And here the code for the Quiz08 uploaded on GitHub.
https://github.com/manuelgodm/TC101/blob/master/Quiz08q1.cpp

#QUIZ07

After many attempts I finally could make the Quiz07`s codes.
This code is for the question 1 (Fibonacci)
https://github.com/manuelgodm/TC101/blob/master/q1.cpp
And this is for the question 2. (Palindrome)
https://github.com/manuelgodm/TC101/blob/master…

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).