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":14211,"date":"2015-05-06T18:28:05","date_gmt":"2015-05-06T23:28:05","guid":{"rendered":"https:\/\/juancaglez.withknown.com\/2015\/mastery12"},"modified":"2015-05-06T18:28:05","modified_gmt":"2015-05-06T23:28:05","slug":"mastery12-17","status":"publish","type":"post","link":"https:\/\/kenscourses.com\/tc101winter2015\/2015\/mastery12-17\/","title":{"rendered":"#mastery12"},"content":{"rendered":"
\n

#mastery<\/a>12 \u00a0#MASTERY<\/a>12 #TC<\/a>1017<\/p>\n

I\u00b4m goint to teach how to create a function in c++<\/p>\n

First of all you have to choose which type of function you want.<\/p>\n

Void = to return nothing.<\/p>\n

Int = to return a integer number.<\/p>\n

double = to return a decimal number.<\/p>\n

bool = to return true or false<\/p>\n

string = to return letters.<\/p>\n

etc etc.<\/p>\n

Well now that you know the types of functions you will have to select the \u00a0type you want for your variables which are pretty much the same.<\/p>\n

Now, the syntax to do a function is:<\/p>\n

type nameoffunction(variables, parameters)<\/p>\n

{<\/p>\n

}<\/p>\n

——————————————–<\/p>\n

Let\u00b4s say, we want to create a function which make the sum of two integer numbers<\/p>\n

int sumnum(int x, int y)<\/p>\n

{<\/p>\n

\u00a0 \u00a0 \u00a0int c;<\/p>\n

\u00a0 \u00a0 \u00a0c = x + y;<\/p>\n

\u00a0 \u00a0 \u00a0return c;<\/p>\n

}<\/p>\n

\u00a0<\/p>\n

Hope you understand how to create a function, it is really easy and don\u00b4t be afraid to create them because it will save a lot of coding and your int main() will be a lot shorter.<\/p>\n

\u00a0<\/p>\n

Hope you understand so i can get my two points!<\/p>\n

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

\n

#mastery<\/a>12  #MASTERY<\/a>12 #TC<\/a>1017<\/p>\n

I´m goint to teach how to create a function in c++<\/p>\n

First of all you have to choose which type of function you want.<\/p>\n

Void = to return nothing.<\/p>\n

Int = to return a integer number.<\/p>\n

double = to return a decimal number.<\/p>\n

bool = to return true or false<\/p>\n

string = to return letters.<\/p>\n

etc etc.<\/p>\n

Well now that you know the types of functions you will have to select the  type you want for your variables which are pretty much the same.<\/p>\n

Now, the syntax to do a function is:<\/p>\n

type nameoffunction(variables, parameters)<\/p>\n

{<\/p>\n

}<\/p>\n

——————————————–<\/p>\n

Let´s say, we want to create a function which make the sum of two integer numbers<\/p>\n

int sumnum(int x, int y)<\/p>\n

{<\/p>\n

     int c;<\/p>\n

     c = x + y;<\/p>\n

     return c;<\/p>\n

}<\/p>\n

 <\/p>\n

Hope you understand how to create a function, it is really easy and don´t be afraid to create them because it will save a lot of coding and your int main() will be a lot shorter.<\/p>\n

 <\/p>\n

Hope you understand so i can get my two points!<\/p>\n

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

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