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

Tag Archives: #TC101

Mastery 2

Here is a video to Mastery 2

 

 

Hope it helps you:

 

Final Project!

We did it! My buddy and I finally acomplish our project for our TC101 class. Well, basically, our program had to do the following: “You will create a command-line program that uses two-dimensional arrays or matrices to process images. You… Continue Reading →

Masteries 6 and 18

 

Hope it helps!

 

Flipped student…

This is the post for the video about Ken’s course:

Masteries 22 and 25

Here is my video to masteries 22 and 25

     

#WSQ16

Cars… picture taken from: https://images.unsplash.com/photo-1431223768934-5f53d42100b2?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=9c9cd300a7988c01e42a1b9f2d098faf This wsq was little difficult but I asked a classmate and he recommended several pages where he had found how to do it and after that I found it easier. Here the website where I found some libraries: http://www.cplusplus.com/reference/fstream/ http://www.cplusplus.com/reference/string/string http://www.cplusplus.com/reference/sstream/istringstream/ And here my code: https://github.com/manuelgodm/TC101/blob/master/cars.cpp

#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 […]

See you next time…

I have done the final project… It was hard enough to make me read and search a lot. I have improved my engineer, English and student skills doing this. I want to thank Ken and all the people who helped me with this one. We made a video for this, is over here: An image […]

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