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
‘#Mastery25’ Articles at TC101 Fall 2015 https://kenscourses.com/tc101fall2015 Introduction to Programming Python and C++ Thu, 26 Nov 2015 06:48:10 +0000 en hourly 1 https://creativecommons.org/licenses/by/4.0/ #Masteries 23, 24 & 25 https://kenscourses.com/tc101fall2015/2015/masteries-23-24-25/ Thu, 26 Nov 2015 06:48:10 +0000 http://manuelgodm.wordpress.com/?p=205 ]]> 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)

]]>
https://creativecommons.org/licenses/by/4.0/
Masteries 24. and 25. https://kenscourses.com/tc101fall2015/2015/masteries-24-and-25-3/ Thu, 26 Nov 2015 05:02:49 +0000 http://alansprogramming.wordpress.com/?p=337 Continue reading Masteries 24. and 25. ]]> Mastery 25

Pianos are also arrays… kind of. “Piano strings” by Kevin Dooley. Link: https://www.flickr.com/photos/pagedooley/6399773133/

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, I leave you with the video explanation.

]]>
https://creativecommons.org/licenses/by/4.0/
#Masteries https://kenscourses.com/tc101fall2015/2015/masteries-12/ Thu, 26 Nov 2015 04:56:04 +0000 http://reneorozcotc1017.wordpress.com/?p=181

]]>
https://creativecommons.org/licenses/by/4.0/
Masteries 22 and 25 https://kenscourses.com/tc101fall2015/2015/masteries-22-and-25/ Thu, 26 Nov 2015 04:07:41 +0000 https://vanessabaeza.withknown.com/2015/masteries-22-and-25

Here is my video to masteries 22 and 25

     

]]>

Here is my video to masteries 22 and 25

     

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery 26 https://kenscourses.com/tc101fall2015/2015/mastery-26-4/ Thu, 26 Nov 2015 01:06:35 +0000 http://octavioirg.wordpress.com/?p=258 ]]> This is a wordy mastery. Badum tss! Because is about strings… duh 🙂

So let’s start:

Strings
CC licensed photo by Hernán Piñera on Flickr

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery #25 https://kenscourses.com/tc101fall2015/2015/mastery-25-8/ Wed, 25 Nov 2015 22:57:50 +0000 http://estebanpg.wordpress.com/?p=88

]]>
https://creativecommons.org/licenses/by/4.0/
Creation and use of ranges in Python https://kenscourses.com/tc101fall2015/2015/creation-and-use-of-ranges-in-python/ Wed, 25 Nov 2015 21:22:05 +0000 http://juanmele.wordpress.com/?p=148 ]]> Here is the video of the Mastery 25 https://www.youtube.com/watch?v=WX-HLHNNYuw

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery 25 & 11 https://kenscourses.com/tc101fall2015/2015/mastery-25-11/ Wed, 25 Nov 2015 17:20:18 +0000 http://choza973.wordpress.com/?p=175 ]]> I made lots of short videos about masteries, let’s start with this one.

I explained some code from this source:

http://pythoncentral.io/pythons-range-function-explained/

]]>
https://creativecommons.org/licenses/by/4.0/
Mastery 25 https://kenscourses.com/tc101fall2015/2015/mastery-25-7/ Wed, 25 Nov 2015 07:41:24 +0000 http://luisgarciadaniel01.wordpress.com/?p=173 Continue reading Mastery 25 ]]> Creation and use of strings in C++

First you’ll need to call the string library on your code editor the same way you call iostream at the beginning of everything.

Screen Shot 2015-11-25 at 01.30.06

An easy example of the use of a string is by just calling one and printing some phrase on the monitor. For this you name the string and you choose what the string will print.

Screen Shot 2015-11-25 at 01.31.34As easy as that

Another way you can use a string is on the detection of a palindrome

here you’ll need to use the function length so it can be calculated the length of the string Screen Shot 2015-11-25 at 01.38.05

And later ask the user for the content of the string Screen Shot 2015-11-25 at 01.38.18

here’s the full code of that program

]]>
https://creativecommons.org/licenses/by/4.0/
C++ Coding Conventions and Strings https://kenscourses.com/tc101fall2015/2015/c-coding-conventions-and-strings/ Wed, 25 Nov 2015 07:33:09 +0000 http://eduardomacielm.wordpress.com/?p=307 ]]> Here’s my video explanation about coding conventions:

And my video explanation for creation and use of strings

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