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

Author Archives: manuelgodm

#PROJECT

We made some investigation about what we have to do: Here’s a forum that tells how to display the images on C++: http://www.edaboard.com/thread122123.html Here’s were we investigated about the flipping of the image: http://stackoverflow.com/questions/2647376/correct-flip-mirror-of-pixels-of-an-image4 Here’s about the change from color to black & white: http://stackoverflow.com/questions/16721135/color-bitmap-file-to-black-and-white Here’s about how to rotate the image 90, 180 or…

#Masteries 19 and 20

Mastery 19. Use of loops with “while”… Mastery 20. Use of loops with “for”… And here my video:

#Masteries 17 and 18

Mastery 17. Use of “switch” as a conditional… Mastery 18. Nesting of conditional statements… And here my video:

#Masteries 15 and 16

Mastery 15. Use of the conditional “if”… Mastery 16. Use of “else” with a conditional… And here my video:

#Masteries 15 and 16

Mastery 15. Use of the conditional “if”… Mastery 16. Use of “else” with a conditional… And here my video:

#Masteries 11 and 12

Mastery 11. Calling C++ functions… Mastery 12. Creating C++ functions… And here my video:

#Masteries 11 and 12

Mastery 11. Calling C++ functions… Mastery 12. Creating C++ functions… And here my video:

#Mastery 3

Mastery 3. Create accounts: Blog, Twitter, GitHub… And here my video:

#Mastery 3

Mastery 3. Create accounts: Blog, Twitter, GitHub… And here my video:

#Masteries 9 and 13

Mastery 9. Basic types and their use in C++… Here you can find some information about the basic types in C++ http://www.cplusplus.com/doc/tutorial/variables/ This is a great website to learn C++ Picture taken from http://www.cplusplus.com/ Mastery 13. Importing and using C++ libraries… You can find more information about libraries in those website: http://www.cplusplus.com/reference/clibrary/ Libraries and its functions:…

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