Warning: The magic method Slickr_Flickr_Plugin::__wakeup() must have public visibility in /home/kenbauer/public_kenscourses/tc101winter2015/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/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/wp-includes/feed-rss2.php on line 8
‘#WorkHard’ Articles at Courses by Ken https://kenscourses.com/tc101winter2015 Facilitator of Learning Experiences Mon, 04 May 2015 14:06:08 +0000 en hourly 1 https://creativecommons.org/licenses/by/4.0/ PROJECT https://kenscourses.com/tc101winter2015/2015/project-3/ Mon, 04 May 2015 14:06:08 +0000 https://jebg96.withknown.com/2015/project-1 Continue reading ]]>

   #WorkHard

Hey blogers!!

Finally we have finished our and we happy to share it with you

the most difficult part in my opinion was to catch a logical way to write the code;

we had many difficulties but the program is functional now; It just have some stetic details to fix.

Check our code and try to win!   

 

Link: https://github.com/kenwbauer/JairArmando/blob/master/final%20sin%20colores

]]>
https://creativecommons.org/licenses/by/4.0/
PROJECT https://kenscourses.com/tc101winter2015/2015/project-2/ Mon, 27 Apr 2015 05:05:08 +0000 https://jebg96.withknown.com/2015/project Continue reading ]]>

 #SUDOKU

Hey everybody! 

We have been working on the SUDOKU, currectly we have the basic code and now it just have some details to fix. One of the most difficult parts in my opinin was to print the text in color because we tried many different ways but it didn’t work until yesterday!!!

I’ll continue submmiting our progress.

 

If you have the same problem in cygwin try this:

 

<iostream>

using namespace std;

 

RED “x1b[31m”

GREEN “x1b[32m”

YELLOW “x1b[33m”

BLUE “x1b[34m”

PURPLE “x1b[35m”

SKY “x1b[36m”

WHITE “x1b[37m”

RED_BK      “x1b[41m”

 

int main()

{

cout<<RED_BK<<endl;

cout<<RED<<“Hello, World”<<RED<<endl;

cout<<GREEN<<“Hello, World”<<GREEN<<endl;

cout<<YELLOW<<“Hello, World”<<YELLOW<<endl;

cout<<BLUE<<“Hello, World”<<BLUE<<endl;

cout<<PURPLE<<“Hello, World”<<PURPLE<<endl;

cout<<SKY<<“Hello, World”<<SKY<<endl;

cout<<WHITE<<“Hello, World”<<WHITE<<endl;

return 0;

}

]]>
https://creativecommons.org/licenses/by/4.0/
Use of loop “for” https://kenscourses.com/tc101winter2015/2015/use-of-loop-for/ Sun, 05 Apr 2015 04:47:45 +0000 https://jebg96.withknown.com/2015/use-of-loop-for Continue reading ]]>

 

Here is an explanation of loop “for” 

it’s nice!

Check this video: https://www.youtube.com/watch?v=uXxF3JyR1Nk

 

]]>
https://creativecommons.org/licenses/by/4.0/
Use of while https://kenscourses.com/tc101winter2015/2015/use-of-while/ Sun, 05 Apr 2015 04:45:05 +0000 https://jebg96.withknown.com/2015/use-of-while Continue reading ]]>

 #mastery19 

Again here is my video where i explain the  use  of “while” and how does it works.

Click the link:

https://www.youtube.com/watch?v=QIVtFByynZs

]]>
https://creativecommons.org/licenses/by/4.0/
Nesting of conditional statements https://kenscourses.com/tc101winter2015/2015/nesting-of-conditional-statements-7/ Sun, 05 Apr 2015 04:41:35 +0000 https://jebg96.withknown.com/2015/nesting-of-conditional-statements Continue reading ]]>

This topic is a piece of cake;

Click in the link:

https://www.youtube.com/watch?v=zCoGfmmNCXk

]]>
https://creativecommons.org/licenses/by/4.0/
Use of switch as a conditional https://kenscourses.com/tc101winter2015/2015/use-of-switch-as-a-conditional-3/ Sun, 05 Apr 2015 04:39:27 +0000 https://jebg96.withknown.com/2015/use-of-switch-as-a-conditional Continue reading ]]>

Hello every body this is

In this post I let you a link to watch my short viedo about the use of “switch” as a conditional 

an the differences between this and use “if” and “else”

Enjoy it :

 

https://www.youtube.com/watch?v=HWmJuB4xIZQ

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