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
alan46bc’s Articles at TC101 Fall 2015, Page 3
Introduction to Programming Python and C++

Author Archives: alan46bc

Masteries 19 and 20

Masteries 19 and 20

masteries 11 and 12

masteries 11 and 12

masteries 9 and 10

masteries 9 and 10

Masteries 2 and 8

Masteries 2 and 8

Quiz 8

I had some difficulties but I read the book and watch some videos to know how to use vectors. #include <iostream> #include <vector> using namespace std; int sumsquare_list(vector <int> cuad){ int sum; cout <<  “Escribe valores de los que quieres sumar sus cuadrados. ” << endl << “Para terminar de dar los numeros teclee 0” […]

Quiz 8

I had some difficulties but I read the book and watch some videos to know how to use vectors. #include <iostream> #include <vector> using namespace std; int sumsquare_list(vector <int> cuad){ int sum; cout <<  “Escribe valores de los que quieres sumar sus cuadrados. ” << endl << “Para terminar de dar los numeros teclee 0” […]

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