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

Author Archives: giorgiodc

#WSQ03 Fun with numbers

Para hacer este código me apoyé en el libro y aparte me explicaron algunos amigos las dudas que tuve, sobre todo con la sintaxis. Mi código es este: // WSQ03 Basic math #include <iostream> using namespace std; int main() { int x; int y; cout <<“Dame el primer número ” <<endl; cin >>(x); cout <<“Dame […]

#WSQ01

Después de mucho tiempo por fin logré descargar Cygwin correctamente. El problema que tuve fue que mientras lo estaba descargando perdí la señal y no logró descargarse completamente. Más tarde cuando quise continuar la descarga me decía que ya la había terminado pero no podía compilar mis códigos. La solución fue pedirle ayuda a Ken […]

Quiz 04

#Quiz04
Blog exists:

Blog registered:

Student log in:

WSQ00

#WSQ00 https://twitter.com/Jorge6859Duarte/status/631837889475686400

Hello world!

This is your very first post. Click the Edit link to modify or delete it, or start a new post. If you like, use this post to tell readers why you started this blog and what you plan to do with it.
Happy blogging!

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