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

Author Archives: marinaruelas

Quiz number 8

Here is my code, thank you Ken for the advice:
https://github.com/marinaruelas/numbers/blob/master/Quiz8

Quizzes

It was quite challenging
https://github.com/marinaruelas/numbers/blob/master/Quiz7
https://github.com/marinaruelas/numbers/blob/master/Quiz7.b

Quizzes

It was quite challenging
https://github.com/marinaruelas/numbers/blob/master/Quiz7
https://github.com/marinaruelas/numbers/blob/master/Quiz7.b

Quiz 6

Al parecer estaba muy facil, solo que no sabia que existia una funcion que hace potencias que se llama “pow” PERO que necesita la libreria de cmath. https://github.com/marinaruelas/numbers/blob/master/q1.cpp

Quiz 1

Al parecer estaba muy facil, solo que no sabia que existia una funcion que hace potencias que se llama “pow” PERO que necesita la libreria de cmath. https://github.com/marinaruelas/numbers/blob/master/q1.cpp

Quiz 6

Despues de la explicacion de la clase todo fue muy obvio y facil, pero pues porque ya sabia que para empezar no habia empezado el loop en 0 y detalles asi.
https://github.com/marinaruelas/numbers/blob/master/q2.cpp

Quiz 2

Despues de la explicacion de la clase todo fue muy obvio y facil, pero pues porque ya sabia que para empezar no habia empezado el loop en 0 y detalles asi.
https://github.com/marinaruelas/numbers/blob/master/q2.cpp

On to functions

I think this was an easy assignment, I learned how to do it with the information of the class book and with the help of Maria Fernanda.
Here is my code for wsq08
https://github.com/marinaruelas/WSQ/blob/master/wsq08

Magical Bench Monday
Pascal
Where I…

On to functions

I think this was an easy assignment, I learned how to do it with the information of the class book and with the help of Maria Fernanda.
Here is my code for wsq08
https://github.com/marinaruelas/WSQ/blob/master/wsq08

Magical Bench Monday
Pascal
Where I…

Basic types and their use in C++

Here are some examples of the basic types in C++ and their uses:
C++ Data Types

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