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":20544,"date":"2015-09-08T08:38:37","date_gmt":"2015-09-08T13:38:37","guid":{"rendered":"http:\/\/mferprogr.wordpress.com\/?p=46"},"modified":"2015-09-08T08:38:37","modified_gmt":"2015-09-08T13:38:37","slug":"basic-types-and-their-use-in-c","status":"publish","type":"post","link":"https:\/\/kenscourses.com\/tc101fall2015\/2015\/basic-types-and-their-use-in-c\/","title":{"rendered":"Basic types and their use in c++"},"content":{"rendered":"
\"Choose<\/a>
Choose your way by Alexandr Tikki<\/figcaption><\/figure>\n

Today I will write about the basic types in c++. \u00a0First of all, what is a type? According to Allen B. Downey, a type is a set of values. The fundamental c++ types are the following:<\/p>\n

Void<\/strong><\/p>\n

It is an empty set of values. It is an incomplete type that cannot be completed.<\/p>\n

Bool<\/strong><\/p>\n

It can hold one\u00a0of\u00a0two values: true and false.<\/p>\n

Character types<\/strong><\/p>\n

Signed char-\u00a0<\/em>signed character representation.<\/p>\n

Unsigned char-\u00a0<\/em>unsigned character representation.<\/p>\n

Char-\u00a0<\/em>character representation.<\/p>\n

Wchar_t- <\/em>wide character representation.<\/p>\n

Int<\/b><\/p>\n

It is the basic integer\u00a0type.<\/p>\n

Floating point types<\/strong><\/p>\n

Float-\u00a0<\/i>single precision floating point type.<\/p>\n

Double-\u00a0<\/em>double precision floating point type.<\/p>\n

Long double-\u00a0<\/em>extended precision floating point type.<\/p>\n

Reference:\u00a0http:\/\/en.cppreference.com\/w\/cpp\/language\/types<\/p>\n

Here’s a poem about basic c++ types done by me:<\/p>\n

\"Andy<\/a>
Andy Warhol by Dufferin St.<\/figcaption><\/figure>\n

\n

Villain’s heart’s empty, just as\u00a0void,<\/em><\/p>\n

while\u00a0bool<\/em> need no justification,<\/p>\n

just a true or false coin.<\/p>\n

\n

\u00a0There are the character types,<\/p>\n

each one for a different occasion;<\/p>\n

First there’s simple\u00a0char,\u00a0<\/em><\/p>\n

where \u00a0characters representation<\/p>\n

we can find;<\/p>\n

Then, there’s signed<\/em> and unsigned<\/em>,<\/p>\n

which need no further explanation;<\/p>\n

And finally, there’s\u00a0wchar_t,<\/em><\/p>\n

where double u stands for wide.<\/p>\n

\n

Meanwhile, the int type can’t lie<\/p>\n

since only integer numbers we should try.<\/p>\n

\n

There are floating point types too,<\/p>\n

float<\/i> is a single precision,<\/p>\n

and there’s double <\/em>if you’re thinking by two,<\/p>\n

Also there’s\u00a0long double <\/em>allowing\u00a0extension.<\/p>\n

\n

Remember all basic types,<\/p>\n

and no problems for you!<\/p>\n

\n

\n

\n

<\/div>\n

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

Today I will write about the basic types in c++.  First of all, what is a type? According to Allen B. Downey, a type is a set of values. The fundamental c++ types are the following: Void It is an empty set of values. It is an incomplete type that cannot be completed. Bool It […]\"\"<\/p>\n","protected":false},"author":252,"featured_media":20542,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,3],"tags":[219,236,631,62,39,632],"_links":{"self":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/20544"}],"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\/252"}],"replies":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/comments?post=20544"}],"version-history":[{"count":2,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/20544\/revisions"}],"predecessor-version":[{"id":21543,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/posts\/20544\/revisions\/21543"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/media\/20542"}],"wp:attachment":[{"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/media?parent=20544"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/categories?post=20544"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kenscourses.com\/tc101fall2015\/wp-json\/wp\/v2\/tags?post=20544"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}