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

Author Archives: Mferflores

Quiz 11

I tried to do quiz 11 without help… but it was really hard for me. I’ve been working so hard on it all day and CalculateE seems to be stuck. I just get 0 for an answer. I’ve checked it for a thousand times and I can’t realize what I did wrong. I thing I […]

Project advance (week 4)

We are already doing trials with the project, but still, no success… Today we’ll stay all day in Tec until our code improves in some kind of way. I really hope we can finish it all today, I’ll be really happy if we do.

Creation and use of vectors in C++

This is mastery 23! I must tell you this is a special post because weeks ago I  was completely lost with vectors and now I’ll be talking to you about it. Nice, right? I’ll explain them to you answering two questions I had myself. When to use vectors over arrays? So, arrays can hold only a […]

Babylonian method

I can’t believe the semester is almost over… Time flies, right? I remember when I was starting WSQ01, now I just finished WSQ13! It was not that hard. I had some syntax errors but I could fixed them in a second. Here’s my code: https://github.com/mferflores/Babylonian/blob/master/Square%20root

Project advance

I totally forgot to post last week because I was out of town… I hope that’s not a problem. I’ll post twice this week, I promise! Well, we are really worried because we are having problems downloading the library but we’re investigating how to get the project done so we can keep moving forward and […]

Greatest Common Divisor

I’ve had my mind focused in tons of things at the same time, but I finally made some time to continue with WSQ’s. I took me about 15 minutes to get this one done, it was really easy. Mostly, I just took time reading about Euclid’s Algorithm, but once I fully understood it everything turned […]

Project (week 3)

We really have to go faster with our project. It is really hard…we have the library and we’ve been investigating but we don’t quite understand yet. We couldn’t download the library in our computers, so, Ana Gloria had to ask her brother for his computer because he already had the library.

Bonus Quiz

I just did the ECOAS! I really took it seriously because I think it is a good instrument of teachers to know what they’re doing right and what they’re doing wrong. Here’s the prove:

About the final project

Ana Gloria and me decided to start worrying about the TC101 final project… It sounds really really hard, but we’ll certainly try. We began looking for the library we are going to use, I think we found it but we still must download it. We also kind of began with the code, basically just our […]

Validated user input in C++

And finally! (hoping I get two points in every mastery) this is the last one I must do for second partial. Actually, I’ve been really enjoying doing them and letting out the artist inside me. The only problem is I really need TIME! I have like a million things to do and no time at […]

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