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

Author Archives: andresvaldi

masterie 23 vectores

masterie 23 vectores

Masteries 19 and 20

Masteries 19 and 20

QUIZ8

Here is my code at github
https://github.com/andresvaldi/TC1010/blob/master/quiz8

QUIZ8

Here is my code at github
https://github.com/andresvaldi/TC1010/blob/master/quiz8

QUIZ #07

here are my codes at github
q1:
https://github.com/andresvaldi/TC1010/blob/master/fibonacci.cpp
q2:
https://github.com/andresvaldi/TC1010/blob/master/q2

#WSQ10

VECTORS, that is what we did this time, but to understand what is a vector let me give you de definition. A vector is a set of values where each value is identified by a number (Downey,2012). What created a vector of ten values that we asked the user we calculated the total, the standard… Read More #WSQ10

QUIZ #07

here are my codes at github
q1:
https://github.com/andresvaldi/TC1010/blob/master/fibonacci.cpp
q2:
https://github.com/andresvaldi/TC1010/blob/master/q2

#WSQ09

This was all about functions and loops, it was actually challenging for me this wsq09 but I got through it. First of all remember if you are creating a function and it is not a void RETURN something!! never forget that. Also remember when you start a loop give the variable the value so it… Read More #WSQ09

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