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":21784,"date":"2015-09-17T23:09:42","date_gmt":"2015-09-18T04:09:42","guid":{"rendered":"http:\/\/alan46bc.wordpress.com\/?p=29"},"modified":"2015-09-17T23:09:42","modified_gmt":"2015-09-18T04:09:42","slug":"alan46bc-2015-09-17-230942","status":"publish","type":"post","link":"https:\/\/kenscourses.com\/tc101fall2015\/2015\/alan46bc-2015-09-17-230942\/","title":{"rendered":"alan46bc 2015-09-17 23:09:42"},"content":{"rendered":"

This one actually was really difficult at first but I asked fo help to ken and some classmates and at the end I made the program work well.<\/p>\n

#include <cstdlib>
\n#include <ctime>
\n#include <cmath>
\n#include <iostream>
\nusing namespace std;<\/p>\n

int main() {
\nsrand((unsigned)time(0));
\nint i;
\ni = (rand()%100)+1;
\nint contador = 0 ;
\nint x = 0;{
\ncout << “Introducir numero del 1 al 100 incluidosn”;
\ncin >> x;
\ncontador = contador + 1;
\nif (x > i){
\ncout << “El numero a encontrar es menor al tuyo.” << endl;
\n}
\nif (x < i){
\ncout << “El numero a encontrar es mayor al tuyo.” << endl;
\n}
\n}
\nwhile(x != i){
\ncout << “No le atinaste. Intento numero ” << contador << endl;
\ncontador = contador + 1;
\nif (x != i) {
\ncout << “Introducir numero del 1 al 100 incluidosn”;
\ncin >> x;
\nif (x > i){
\ncout << “El numero a encontrar es menor al tuyo.” << endl;
\n}
\nif (x < i){
\ncout << “El numero a encontrar es mayor al tuyo.” << endl;
\n}
\n}
\nif (x == i) {
\ncout << “\u00a1Le atinaste!” << endl;
\ncout << “Tuviste ” << contador << ” intentosn”;
\n}
\n}
\ncout <<\u00a0 i << “n”;
\nreturn 0;<\/p>\n

}<\/p>\n

This is the program.<\/p>\n

\"Tu<\/a><\/p>\n

https:\/\/www.flickr.com\/photos\/gua_pa\/<\/a><\/p>\n

\"\"<\/a> \"\"<\/p>\n","protected":false},"excerpt":{"rendered":"

This one actually was really difficult at first but I asked fo help to ken and some classmates and at the end I made the program work well. #include <cstdlib> #include <ctime> #include <cmath> #include <iostream> using namespace std; int main() { srand((unsigned)time(0)); int i; i = (rand()%100)+1; int contador = 0 ; int x […]\"\"<\/p>\n","protected":false},"author":291,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,3],"tags":[46],"_links":{"self":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/21784"}],"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\/291"}],"replies":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/comments?post=21784"}],"version-history":[{"count":1,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/21784\/revisions"}],"predecessor-version":[{"id":21785,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/21784\/revisions\/21785"}],"wp:attachment":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/media?parent=21784"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/categories?post=21784"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/tags?post=21784"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}