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/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/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/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/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/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/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/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/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/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/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/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/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/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/tc101winter2015/wp-content/plugins/slickr-flickr/classes/class-plugin.php:152) in /home/kenbauer/public_kenscourses/tc101winter2015/wp-includes/rest-api/class-wp-rest-server.php on line 1831
{"id":17179,"date":"2015-05-06T20:16:01","date_gmt":"2015-05-07T01:16:01","guid":{"rendered":"https:\/\/a01224902.withknown.com\/2015\/tc1017-mastery17"},"modified":"2015-05-06T20:16:01","modified_gmt":"2015-05-07T01:16:01","slug":"tc1017-mastery17-2","status":"publish","type":"post","link":"https:\/\/kenscourses.com\/tc101winter2015\/2015\/tc1017-mastery17-2\/","title":{"rendered":"#TC1017 #Mastery17"},"content":{"rendered":"
\n

El “switch” tiene diferentes usos, entre estos est\u00e1n condicional, variables tipo enteros y de caracter<\/span><\/span><\/p>\n

\/\/no agarra decimales!!<\/span><\/span><\/p>\n

Las podemos usar para cambiar entre tipos de variables de manera sencill, y definiendo los valores de cada una!<\/span><\/span><\/p>\n

Es como tener un codigo(no de programaci\u00f3n), o definir una variable(no es una explicaci\u00f3n precisa)<\/span><\/span><\/p>\n

La syntaxis la saque del link al final:<\/span><\/span><\/p>\n

Syntax<\/span><\/h3>\n

\u00a0<\/p>\n\n\n\n\n\n
\u00a0<\/td>\n<\/tr>\n
attr<\/span>(optional)<\/span> switch (<\/strong><\/code> condition<\/span> )<\/strong><\/code> statement<\/span><\/td>\n\u00a0<\/td>\n\u00a0<\/td>\n<\/tr>\n
\u00a0<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n

\u00a0<\/p>\n\n\n\n\n\n
attr<\/span>(C++11)<\/span><\/td>\n–<\/td>\nany number of attributes<\/a><\/td>\n<\/tr>\n
condition<\/span><\/td>\n–<\/td>\nany expression<\/a> of integral or enumeration type, or of a class type contextually implicitly convertible<\/a> to an integral or enumeration type, or a declaration<\/a> of a single non-array variable of such type with a brace-or-equals initializer<\/a>.<\/td>\n<\/tr>\n
statement<\/span><\/td>\n–<\/td>\nany statement<\/a> (typically a compound statement). case:<\/strong><\/code> and default:<\/strong><\/code> labels are permitted in statement<\/span> and break<\/span>;<\/span><\/span><\/span> statement has special meaning.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n

\u00a0<\/p>\n\n\n\n\n\n\n\n
\u00a0<\/td>\n<\/tr>\n
attr<\/span>(optional)<\/span> case<\/strong><\/code> constant_expression<\/span> :<\/strong><\/code> statement<\/span><\/td>\n(1)<\/td>\n\u00a0<\/td>\n<\/tr>\n
\u00a0<\/td>\n<\/tr>\n
attr<\/span>(optional)<\/span> default<\/strong><\/code> :<\/strong><\/code> statement<\/span><\/td>\n(2)<\/td>\n\u00a0<\/td>\n<\/tr>\n
\u00a0<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n

\u00a0<\/p>\n\n\n\n
constant_expression<\/span><\/td>\n–<\/td>\na constant expression of the same type as the type of condition<\/span> after conversions and integral promotions<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n

De esta manera se puede lograr que funcione un switch.<\/span><\/span><\/p>\n

un ejemplo puede ser el siguiente:<\/span><\/span><\/p>\n<\/p>\n

\u00a0<\/p>\n

\u00a0<\/p>\n

\u00a0<\/p>\n

\u00a0<\/p>\n<\/p>\n

Si no te quedo claro, puedes visitar estas p\u00e1ginas:<\/span><\/span><\/p>\n

http:\/\/en.cppreference.com\/w\/cpp\/language\/switch<\/a><\/span><\/span><\/p>\n

El link al codigo en la im\u00e1gen es el siguiente:https:\/\/github.com\/JuanPabloGonzalezHuezzo\/Mastery17\/tree\/master<\/a><\/span><\/span><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"

\n

El “switch” tiene diferentes usos, entre estos están condicional, variables tipo enteros y de caracter<\/span><\/span><\/p>\n

\/\/no agarra decimales!!<\/span><\/span><\/p>\n

Las podemos usar para cambiar entre tipos de variables de manera sencill, y definiendo los valores de cada una!<\/span><\/span><\/p>\n

Es como tener un codigo(no de programación), o definir una variable(no es una explicación precisa)<\/span><\/span><\/p>\n

La syntaxis la saque del link al final:<\/span><\/span><\/p>\n

Syntax<\/span><\/h3>\n

 <\/p>\n\n\n\n\n\n
 <\/td>\n<\/tr>\n
attr<\/span>(optional)<\/span> switch (<\/strong><\/code> condition<\/span> )<\/strong><\/code> statement<\/span><\/td>\n <\/td>\n <\/td>\n<\/tr>\n
 <\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n

 <\/p>\n\n\n\n\n\n
attr<\/span>(C++11)<\/span><\/td>\n–<\/td>\nany number of attributes<\/a><\/td>\n<\/tr>\n
condition<\/span><\/td>\n–<\/td>\nany expression<\/a> of integral or enumeration type, or of a class type contextually implicitly convertible<\/a> to an integral or enumeration type, or a declaration<\/a> of a single non-array variable of such type with a brace-or-equals initializer<\/a>.<\/td>\n<\/tr>\n
statement<\/span><\/td>\n–<\/td>\nany statement<\/a> (typically a compound statement). case:<\/strong><\/code> and default:<\/strong><\/code> labels are permitted in statement<\/span> and break<\/span>;<\/span><\/span><\/span> statement has special meaning.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n

 <\/p>\n\n\n\n\n\n\n\n
 <\/td>\n<\/tr>\n
attr<\/span>(optional)<\/span> case<\/strong><\/code> constant_expression<\/span> :<\/strong><\/code> statement<\/span><\/td>\n(1)<\/td>\n <\/td>\n<\/tr>\n
 <\/td>\n<\/tr>\n
attr<\/span>(optional)<\/span> default<\/strong><\/code> :<\/strong><\/code> statement<\/span><\/td>\n(2)<\/td>\n <\/td>\n<\/tr>\n
 <\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n

 <\/p>\n\n\n\n
constant_expression<\/span><\/td>\n–<\/td>\na constant expression of the same type as the type of condition<\/span> after conversions and integral promotions<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n

De esta manera se puede lograr que funcione un switch.<\/span><\/span><\/p>\n

un ejemplo puede ser el siguiente:<\/span><\/span><\/p>\n<\/p>\n

 <\/p>\n

 <\/p>\n

 <\/p>\n

 <\/p>\n<\/p>\n

Si no te quedo claro, puedes visitar estas páginas:<\/span><\/span><\/p>\n

http:\/\/en.cppreference.com\/w\/cpp\/language\/switch<\/a><\/span><\/span><\/p>\n

El link al codigo en la imágen es el siguiente:https:\/\/github.com\/JuanPabloGonzalezHuezzo\/Mastery17\/tree\/master<\/a><\/span><\/span><\/p>\n<\/div>\n

Continue reading →<\/span><\/a><\/p>\n","protected":false},"author":122,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,3,26],"tags":[144],"_links":{"self":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/17179"}],"collection":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/users\/122"}],"replies":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/comments?post=17179"}],"version-history":[{"count":1,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/17179\/revisions"}],"predecessor-version":[{"id":17180,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/17179\/revisions\/17180"}],"wp:attachment":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/media?parent=17179"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/categories?post=17179"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/tags?post=17179"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}