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

Author Archives: ldanigarcia

#WSQ09

https://github.com/A01154027/TC101/blob/master/WSQ09

#Quiz06

Here are my two Github links to quiz no. 06
Question 1: https://github.com/A01154027/TC101/blob/master/q1.cpp
Question 2: https://github.com/A01154027/TC101/blob/master/q2.cpp

#Quiz06

Here are my two Github links to quiz no. 06
Question 1: https://github.com/A01154027/TC101/blob/master/q1.cpp
Question 2: https://github.com/A01154027/TC101/blob/master/q2.cpp

#Quiz06

Here are my two Github links to quiz no. 06
Question 1: https://github.com/A01154027/TC101/blob/master/q1.cpp
Question 2: https://github.com/A01154027/TC101/blob/master/q2.cpp

#WSQ08

So for this WSQ we were asked to repite WSQ 3 but now using functions only, it was a little bit confusing, specially in the part of writing the values for the arithmetic functions, I didn’t realised I needed to use (int x, int y) while writing them. At the end Alan, a friend of … Continue reading #WSQ08

#WSQ08

So for this WSQ we were asked to repite WSQ 3 but now using functions only, it was a little bit confusing, specially in the part of writing the values for the arithmetic functions, I didn’t realised I needed to use (int x, int y) while writing them. At the end Alan, a friend of … Continue reading #WSQ08

#WSQ07

In this WSQ we were suppose to write a code to make a sum of the integer numbers in a given range, this using functions. The hard thing about this was that we had to put together all the topics we had covered before like functions, basic operations, use of else and if and even … Continue reading #WSQ07

#WSQ07

In this WSQ we were suppose to write a code to make a sum of the integer numbers in a given range, this using functions. The hard thing about this was that we had to put together all the topics we had covered before like functions, basic operations, use of else and if and even … Continue reading #WSQ07

Mastery 10: Basic output (printing) and input (text based) in C++

So for this mastery basically what I did was take the wsq about basic operations (sum, dif, prodcut and division) and rewrite the code to explain it, which is to make a program to print some indication for the user and then the user can insert any text related to the indication by the computer. … Continue reading Mastery 10: Basic output (printing) and input (text based) in C++

Mastery 04: Submit work via Blog RSS and GitHub

For this mastery I’m just posting some work on one blog entry and publishing my code on Github, where you can find many codes that could help you out if you’re ever in trouble of doing something, it’s a public code library, public if you choose to make your codes public. In this video I … Continue reading Mastery 04: Submit work via Blog RSS and GitHub

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