{"id":1827,"date":"2024-09-26T08:00:00","date_gmt":"2024-09-26T06:00:00","guid":{"rendered":"https:\/\/www.fuhselab.de\/?p=1827"},"modified":"2025-05-28T07:21:23","modified_gmt":"2025-05-28T05:21:23","slug":"coding-workshop-04","status":"publish","type":"post","link":"https:\/\/www.fuhselab.de\/index.php\/2024\/09\/26\/coding-workshop-04\/","title":{"rendered":"Coding Workshop 04"},"content":{"rendered":"\n<p><br>Im Coding Workshop 03 wurde der Grundaufbau eines Codes f\u00fcr Eingabe und Ausgabe beschrieben und hier soll es jetzt mit den Grundrechenarten weitergehen&#8230;<\/p>\n\n\n\n<!--more-->\n\n\n\n<p><strong>Addition mit C++:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#include &lt;iostream&gt;\nint main()\n{\nstd::cout &lt;&lt; \"7 + 8 = \" &lt;&lt; 7 + 8 &lt;&lt; std::endl; \/\/ Ausgabe einer Rechnung\n}<\/code><\/pre>\n\n\n\n<p><strong>Subtraktion mit C++:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#include &lt;iostream&gt;\nint main()\n{\nstd::cout &lt;&lt; \"10 - 3 = \" &lt;&lt; 10 - 3 &lt;&lt; std::endl; \/\/ Ausgabe einer Rechnung\n}<\/code><\/pre>\n\n\n\n<p><strong>Multiplikation mit C++:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#include &lt;iostream&gt;\nint main()\n{\nstd::cout &lt;&lt; \"10 * 3 = \" &lt;&lt; 10 * 3 &lt;&lt; std::endl; \/\/ Ausgabe einer Rechnung\n}<\/code><\/pre>\n\n\n\n<p><strong>Division mit C++:<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>#include &lt;iostream&gt;\nint main()\n{\nstd::cout &lt;&lt; \"10 \/ 5 = \" &lt;&lt; 10 \/ 5 &lt;&lt; std::endl; \/\/ Ausgabe einer Rechnung\n}<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Im Coding Workshop 03 wurde der Grundaufbau eines Codes f\u00fcr Eingabe und Ausgabe beschrieben und hier soll es jetzt mit den Grundrechenarten weitergehen&#8230;<\/p>\n","protected":false},"author":1,"featured_media":543,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[33],"tags":[32],"class_list":["post-1827","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-coding-club","tag-coding-club-peine"],"_links":{"self":[{"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/posts\/1827","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/comments?post=1827"}],"version-history":[{"count":3,"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/posts\/1827\/revisions"}],"predecessor-version":[{"id":2847,"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/posts\/1827\/revisions\/2847"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/media\/543"}],"wp:attachment":[{"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/media?parent=1827"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/categories?post=1827"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.fuhselab.de\/index.php\/wp-json\/wp\/v2\/tags?post=1827"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}