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/rest-api/class-wp-rest-server.php on line 1831

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/rest-api/class-wp-rest-server.php on line 1831

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/rest-api/class-wp-rest-server.php on line 1831

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/rest-api/class-wp-rest-server.php on line 1831

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/rest-api/class-wp-rest-server.php on line 1831

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/rest-api/class-wp-rest-server.php on line 1831

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/rest-api/class-wp-rest-server.php on line 1831

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/rest-api/class-wp-rest-server.php on line 1831
{"id":25602,"date":"2015-10-30T21:23:00","date_gmt":"2015-10-31T03:23:00","guid":{"rendered":"http:\/\/kenscourses.com\/tc101fall2015\/?guid=8c4ef84dc2eacd15a741f441183337a8"},"modified":"2015-10-30T21:23:20","modified_gmt":"2015-10-31T03:23:20","slug":"mastery-11-tc1017","status":"publish","type":"post","link":"https:\/\/kenscourses.com\/tc101fall2015\/2015\/mastery-11-tc1017\/","title":{"rendered":"# Mastery 11 TC1017"},"content":{"rendered":"
Llamando Funciones en C++<\/div>\n

<\/p>\n

\u00bfC\u00f3mo llamar a una funci\u00f3n?<\/div>\n
1. Para llamar a una funci\u00f3n debemos crear una nueva variable.<\/div>\n
2. Esta variable tendra enseguida un igual.<\/div>\n
3.  Luego de este igual, se requiere poner el nombre de la funci\u00f3n con los parentesis correspondientes.<\/div>\n
4.  Despu\u00e9s de tener el nombre de la funci\u00f3n, tenemos que poner dentro de ellos las variables que vamos a utilizar dentro de dicha funci\u00f3n, en el orden como lo tiene la funci\u00f3n y dependiendo de la variable que queramos utilizar para esta. <\/div>\n
solamente tenemos que poner el nombre de la funcion y entre los parentesis poner las variables, como en el siguiente ejemplo:<\/span><\/div>\n
int god (int f,int h)
{
if(f==h)
{
n=f;
}
if(f>h)
{
god(f-h,h);
}
if(f<h){
god(f,h-f);
}
return n;
}<\/div>\n","protected":false},"excerpt":{"rendered":"
Llamando Funciones en C++<\/div>\n

<\/p>\n

¿Cómo llamar a una función?<\/div>\n
1. Para llamar a una función debemos crear una nueva variable.<\/div>\n
2. Esta variable tendra enseguida un igual.<\/div>\n
3.  Luego de este igual, se requiere poner el nombre de la función con los parentesis correspondientes.<\/div>\n
4.  Después de tener el nombre de la función, tenemos que poner dentro de ellos las variables que vamos a utilizar dentro de dicha función, en el orden como lo tiene la función y dependiendo de la variable que queramos utilizar para esta. <\/div>\n
solamente tenemos que poner el nombre de la funcion y entre los parentesis poner las variables, como en el siguiente ejemplo:<\/span><\/div>\n
int god (int f,int h)
{
if(f==h)
{
n=f;
}
if(f>h)
{
god(f-h,h);
}
if(f<h){
god(f,h-f);
}
return n;
}<\/div>\n","protected":false},"author":224,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,3],"tags":[],"_links":{"self":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/25602"}],"collection":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/users\/224"}],"replies":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/comments?post=25602"}],"version-history":[{"count":1,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/25602\/revisions"}],"predecessor-version":[{"id":25603,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/25602\/revisions\/25603"}],"wp:attachment":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/media?parent=25602"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/categories?post=25602"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/tags?post=25602"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}