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

Tag Archives: masteries

#Masteries 23, 24 & 25

And here my video: https://youtu.be/LNpxQAoDXpI Here you can find more information about arrays: https://www.programarya.com/Cursos/C++/Estructuras-de-Datos/Arreglos-o-Vectores You can find information about vectors here: http://www.cplusplus.com/reference/vector/vector/?kw=vector You can find information about strings here: http://www.cplusplus.com/reference/string/string/?kw=string (Tuve problemas para subir el video por que estaba muy muy lento el internet, por eso apenas lo postee, espero y pueda comprender ken)

Open and read files

This was a very challegnig thing i’ve got to get through in  the semester. To learn how to open and read files i had to read a lot of times the same thing of the “How to think like a… Continue Reading →

Sent work via Github

In the following video i show you how to use the basics of Github and how you can send your work so other people can see your code.

Show you i installed linux

The following video will show youi have installed linux in my personal computer:

Nesting of conditional IF statements.

In C++ the braces of and if or an else clause can contain another if statement. There are known as nested if statements. In simple terms a nested if is when you write an IF inside another IF braces. This… Continue Reading →

#Masteries

This is my Youtube channel were is all my stuff
https://www.youtube.com/channel/UCaUVAH-AvAlHJoMmiYES9Bg/videos

#Masteries

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

#Masteries – #TC1017 – A01631728

Here are  the final masteries, finally!!!!! IM DONEEE Masterie 8 and 21: https://www.youtube.com/watch?v=5N4_ylfjvBI&feature=youtu.be&hd=1 Masterie 2 and 9: https://www.youtube.com/watch?v=ywiEexzfTAc&feature=youtu.be&hd=1

Mastery 13

Importation and use of libraries on C++ can be hard or easy. It depends on your OS (operative system). Believe me Windows Users, there is a better world outside and it’s called Linux.

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