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":27467,"date":"2015-11-24T23:08:39","date_gmt":"2015-11-25T05:08:39","guid":{"rendered":"http:\/\/opezaimd.tumblr.com\/post\/133909859880"},"modified":"2015-11-24T23:08:39","modified_gmt":"2015-11-25T05:08:39","slug":"mastery-25-6","status":"publish","type":"post","link":"https:\/\/kenscourses.com\/tc101fall2015\/2015\/mastery-25-6\/","title":{"rendered":"Mastery 25"},"content":{"rendered":"

On this mastery I\u2019ll show you what are strings and how to use them in C++.<\/p>\n

String are things that are represented by a sequence of characters.<\/p>\n

We will create a function that works as a palindrome and tells the user if the word he input is a palindrome or not. Do as follows:<\/p>\n

    \n
  1. Create a main program and leave a space before it for the function<\/li>\n
  2. Create a function of type string called palindrome<\/li>\n
  3. Condition the user input with VARIABLE.rbegin and VARIABLE.rend. This iterators make the string return reversed to the beginning and end. This is the Palindrome\u00a0\u201cfunction\u201d<\/li>\n
  4. In main(), ask the user for the input and call for the function.<\/li>\n<\/ol>\n

    Your program should look something like this:<\/p>\n

    <\/figure>\n

    Now let\u2019s test it:<\/p>\n

    <\/figure>\n

    Great! Now you know how to do a basic program using string. If you want to learn more about strings, go to this webpage:<\/p>\n

    http:\/\/www.cplusplus.com\/reference\/string\/string\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"

    On this mastery I’ll show you what are strings and how to use them in C++.<\/p>\n

    String are things that are represented by a sequence of characters.<\/p>\n

    We will create a function that works as a palindrome and tells the user if the word he input is a palindrome or not. Do as follows:<\/p>\n

      \n
    1. Create a main program and leave a space before it for the function<\/li>\n
    2. Create a function of type string called palindrome<\/li>\n
    3. Condition the user input with VARIABLE.rbegin and VARIABLE.rend. This iterators make the string return reversed to the beginning and end. This is the Palindrome “function”<\/li>\n
    4. In main(), ask the user for the input and call for the function.<\/li>\n<\/ol>\n

      Your program should look something like this:<\/p>\n

      <\/figure>\n

      Now let’s test it:<\/p>\n

      <\/figure>\n

      Great! Now you know how to do a basic program using string. If you want to learn more about strings, go to this webpage:<\/p>\n

      http:\/\/www.cplusplus.com\/reference\/string\/string\/<\/a><\/p>\n","protected":false},"author":230,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,3],"tags":[219,209,40,611,888],"_links":{"self":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/27467"}],"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\/230"}],"replies":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/comments?post=27467"}],"version-history":[{"count":6,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/27467\/revisions"}],"predecessor-version":[{"id":29730,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/27467\/revisions\/29730"}],"wp:attachment":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/media?parent=27467"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/categories?post=27467"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/tags?post=27467"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}