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

Tag Archives: #TC1017

Masteries 24. and 25.

Description: Creation and use of arrays and strings in C++. Wait, I didn’t know strings were arrays! Just kidding, we have to know all about arrays and strings if we want to make more complicated code, and it’s always useful to know that you can do one thing in more than one way. That said, … Continue reading Masteries 24. and 25.

Final Dash – #WSQ15 #TC1017

I know it’s too late to post this, since it is the last day to post the things of the course, but my plans for the rest of the semester (exams and today) its upload everything i have done since now, I had no much time to do things this week bc…

Mastery 2

Here is a video to Mastery 2

 

 

Hope it helps you:

 

eSTIMATING E- #WSQ14 #TC1017

It was a little difficult and had to look for help with other people from the course

Here’s the link: WSQ14

Masteries 6 and 18

 

Hope it helps!

 

Masteries 22 and 25

Here is my video to masteries 22 and 25

     

#WSQ16 – HOMEWORK – A01631728

Here’s the last one, I’m free!!! I didn’t understand the column part but a friend from ISS help me, thank you Cesar!! 🙂 GitHub code: https://github.com/luisduartepalacios/WSQ16/blob/master/WSQ16.cpp

wsq17

THE LAST ONE!! Just downloaded Scilab, and I’m about to begin the reading of its glorious manual. I’m so happy about finishing the wsqs on time

 

#Masteries – Masterie 28 – A01631728

Reading and writing of files in C++ For writting files you first need to open it, for that you need a library that’s call “fstream”, that helps to read and write on files. As the example shows, you need to use the function open and put the name of the file with the respective type […]

WSQ16

My brain is collapsing, Miguel Cardenas is being my teacher and helping me and stuff. I kind of like him, even though he  yells and is annoying, I believe he likes me (and hope he is not reading this). JK

But that ws not the point right, reading files is tricky. But it makes sense and is so much fun!

 

My code in github: https://github.com/VanessaBaeza17/wsq16/blob/master/code

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