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

Warning: Cannot modify header information - headers already sent by (output started at /home/kenbauer/public_kenscourses/tc101fall2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101fall2015/wp-includes/feed-rss2.php on line 8
boshe189’s Articles at TC101 Fall 2015 https://kenscourses.com/tc101fall2015 Introduction to Programming Python and C++ Thu, 26 Nov 2015 05:54:35 +0000 en hourly 1 https://creativecommons.org/licenses/by/4.0/ The END https://kenscourses.com/tc101fall2015/2015/the-end/ Thu, 26 Nov 2015 05:54:35 +0000 http://mbr189ca.wordpress.com/?p=197 ]]> Hiii….well….this project was a total adventure…..it was really difficult for my knowledge in c++ but….it went well…or something like that… well..we have the program and it works, it changes the image to both effects, but the problem is that yes…we used one function because we never found wew the error was….so we have two codes, one that just work the black and white effect and has both codes and another code with the black and white code and the function that already existed of the change of size effect…..well..we will upload both codes and hope it counts for something….it time to sleep now…! Thanks for everything!

code 1:

https://github.com/kenwbauer/TC101F15_Team05/blob/master/Final%20Project%202

code 2:

https://github.com/kenwbauer/TC101F15_Team05/blob/master/FinalProject.cpp

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery 6 https://kenscourses.com/tc101fall2015/2015/mastery-6-7/ Thu, 26 Nov 2015 04:24:48 +0000 http://mbr189ca.wordpress.com/?p=191 ]]> Screen Shot 2015-11-25 at 9.13.40 PM.png

 

So well…for the project I needed to install ubuntu so…now I have this mastery done….yey!

#mastery6

]]>
https://creativecommons.org/licenses/by/4.0/
Project….still processing…. https://kenscourses.com/tc101fall2015/2015/project-still-processing/ Wed, 25 Nov 2015 02:06:59 +0000 http://mbr189ca.wordpress.com/?p=183 ]]> So…..We’ve been working on the project….it’s reaaallly confusing and we don’t know a lot of things so we take a lot of times looking for more and more information….we have the program insatalled, the library, the  code done….but there is something wrong with it because…we have the code of both effects, but one of them is wrong so….we have one with a function and that its not exactly the thing we need to do….but well….I think that for today is good….we will continue searching about it or trying to see were is our error on the code for reducing the size….then we installed codeblocks to try and see were the error was…but then we didn’t know how to enter the library in codeblocks…I think that 8 hours trying to do it it’s a bit enough for today (really 8 hours, without stopping)….tomorrow we will continue….So..its time to go and do all my other projects and studing i need to do for tomorrow……good night!

 

 

Image: Alan and me dying.

]]>
https://creativecommons.org/licenses/by/4.0/
WSQ16 https://kenscourses.com/tc101fall2015/2015/wsq16-5/ Tue, 24 Nov 2015 21:13:46 +0000 http://mbr189ca.wordpress.com/?p=179 ]]> Heeeeere the WSQ16

I WANT TO FINISH NOOOOOW

Well…I have a lot of mooore things to do…and I’m like crazy now…but well I leave here the link of my github with the wsq16 code

Thanks!

https://github.com/boshe189/C-Ken-s-class/blob/master/wsq16.cpp

#wsq16

]]>
https://creativecommons.org/licenses/by/4.0/
MASTERY 23 https://kenscourses.com/tc101fall2015/2015/mastery-23-9/ Tue, 24 Nov 2015 20:30:54 +0000 http://mbr189ca.wordpress.com/?p=171 ]]> Well this mastery I did it with mixed with two other masteries, but I dont have the points, so ….I changed it a little bit, and here it goes….

Also I leave here additional information about vector:

Vector is a template class that is a perfect replacement for the good old C-style arrays. It allows the same natural syntax that is used with plain arrays but offers a series of services that free the C++ programmer from taking care of the allocated memory and help operating consistently on the contained objects.

The first step using vector is to include the appropriate header:

#include <vector>

Note that the header file name does not have any extension; this is true for all of the Standard Library header files. The second thing to know is that all of the Standard Library lives in the namespace std. This means that you have to resolve the names by prepending std:: to them:

std::vector<int> v; // declares a vector of integers

#mastery23

 

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery 13 https://kenscourses.com/tc101fall2015/2015/mastery-13-8/ Tue, 24 Nov 2015 20:26:30 +0000 http://mbr189ca.wordpress.com/?p=165 ]]> So….I’ve also done this one, but I don’t have the points, maybe I didn’t post it last time…

here it goes:

Masterie 13

#mastery13

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery 4 https://kenscourses.com/tc101fall2015/2015/mastery-4-4/ Tue, 24 Nov 2015 20:22:56 +0000 http://mbr189ca.wordpress.com/?p=161 ]]> I don’t know why I don’t have this points, but well it says I need to post in my blog and in github….I’ve done it all the semester, but I will live the link of my github, just in case…

https://github.com/boshe189/C-Ken-s-class

#mastery4

]]>
https://creativecommons.org/licenses/by/4.0/
ABOUT PAGE (another time) https://kenscourses.com/tc101fall2015/2015/about-page-another-time/ Tue, 24 Nov 2015 20:18:59 +0000 http://mbr189ca.wordpress.com/?p=157 ]]> Also, we needed to have an about page ( I did it since august, but I think I didn’t post it) here I leave the link of my about page

https://mbr189ca.wordpress.com/about/

#wsq04

thanks!

]]>
https://creativecommons.org/licenses/by/4.0/
WSQ05 (another time) https://kenscourses.com/tc101fall2015/2015/wsq05-another-time/ Tue, 24 Nov 2015 20:17:00 +0000 http://mbr189ca.wordpress.com/?p=154 ]]> I’ve already done this wsq, but for some reason Ken told me he didn’t saw it, so….here it is again

https://github.com/boshe189/C-Ken-s-class/blob/master/wsq05.cpp

#wsq05

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery 25 https://kenscourses.com/tc101fall2015/2015/mastery-25-5/ Tue, 24 Nov 2015 20:06:55 +0000 http://mbr189ca.wordpress.com/?p=150 Here I leave a video explaining the mastery 25 about strings.

 

 

#mastery25

]]>
https://creativecommons.org/licenses/by/4.0/