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":14368,"date":"2015-05-06T20:57:00","date_gmt":"2015-05-07T01:57:00","guid":{"rendered":"https:\/\/alejcbgmz.withknown.com\/2015\/creating-your-own-and-using-c-libraries-tc1017-mastery14"},"modified":"2015-05-06T20:57:00","modified_gmt":"2015-05-07T01:57:00","slug":"creating-your-own-and-using-c-libraries-tc1017-mastery14","status":"publish","type":"post","link":"https:\/\/kenscourses.com\/tc101winter2015\/2015\/creating-your-own-and-using-c-libraries-tc1017-mastery14\/","title":{"rendered":"Creating your own and using C++ libraries #TC1017 #Mastery14"},"content":{"rendered":"
\n

Creating your own and using C++ libraries #TC<\/a>1017 #Mastery<\/a>14<\/p>\n

There are many easy ways I found this\u00a0<\/p>\n

    \n
  1. Create your file \u00a0with the name that you want like this “myfirstlibrary.cpp” and “a.h”. Then compile the library without a main program<\/span><\/li>\n
  2. It\u00a0will create a file called “a.o”.<\/span><\/li>\n
  3. Then can your library with \u00a0#include<\/a><\/span><\/li>\n
  4. Compile the program and add the library “a.o”. \u00a0<\/span><\/li>\n<\/ol>\n

    I found also this link for you guys \ud83d\ude42\u00a0<\/span><\/p>\n

    http:\/<\/wbr>\/<\/wbr>stackoverflow.com\/<\/wbr>questions\/<\/wbr>4496411\/<\/wbr>c-how-to-build-my-own-utility-library<\/a><\/span><\/p>\n

    Creating your own and using C++ libraries<\/p>\n

    \u00a0<\/h4>\n

    \u00a0<\/h4>\n<\/div>\n","protected":false},"excerpt":{"rendered":"
    \n

    Creating your own and using C++ libraries #TC<\/a>1017 #Mastery<\/a>14<\/p>\n

    There are many easy ways I found this <\/p>\n

      \n
    1. Create your file  with the name that you want like this “myfirstlibrary.cpp” and “a.h”. Then compile the library without a main program<\/span><\/li>\n
    2. It will create a file called “a.o”.<\/span><\/li>\n
    3. Then can your library with  #include<\/a><\/span><\/li>\n
    4. Compile the program and add the library “a.o”.  <\/span><\/li>\n<\/ol>\n

      I found also this link for you guys \ud83d\ude42 <\/span><\/p>\n

      http:\/\/stackoverflow.com\/questions\/4496411\/c-how-to-build-my-own-utility-library<\/a><\/span><\/p>\n

      Creating your own and using C++ libraries<\/p>\n

       <\/h4>\n

       <\/h4>\n<\/div>\n

      Continue reading →<\/span><\/a><\/p>\n","protected":false},"author":65,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,3,26],"tags":[95,214,486,40,287],"_links":{"self":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/14368"}],"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\/65"}],"replies":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/comments?post=14368"}],"version-history":[{"count":1,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/14368\/revisions"}],"predecessor-version":[{"id":14369,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/posts\/14368\/revisions\/14369"}],"wp:attachment":[{"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/media?parent=14368"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/categories?post=14368"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101winter2015\/wp-json\/wp\/v2\/tags?post=14368"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}