
{"id":8123,"date":"2013-01-25T15:44:04","date_gmt":"2013-01-25T15:44:04","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=8123"},"modified":"2013-01-25T15:44:04","modified_gmt":"2013-01-25T15:44:04","slug":"gcc-commandline-options-part-3-2","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2013\/01\/25\/gcc-commandline-options-part-3-2\/","title":{"rendered":"GCC COMMANDLINE OPTIONS PART 3"},"content":{"rendered":"<pre>\ncommandline session\n\n\n$cat main.c\n#include&lt;stdio.h&gt;\n\nint main(void)\n{\n   int i;\n   printf(\"n The Geek Stuff [%d]n\", i);\n   return 0;\n}\n$gcc -C main.c\n$ls -l main\nmain    main.c  main.i  main.s\n$ls -l main.\nmain.c  main.i  main.s\n$ls -l main.\nls: cannot access main.: No such file or directory\n$rm main\n$rm a.out\n$gcc -C main.c\n$ls a.out\na.out\n$.\/a.out\n\n The Geek Stuff [0]\n$\n\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>commandline session $cat main.c #include&lt;stdio.h&gt; int main(void) { int i; printf(&#8220;n The Geek Stuff [%d]n&#8221;, i); return 0; } $gcc -C main.c $ls -l main main main.c main.i main.s $ls -l main. main.c main.i main.s $ls -l main. ls: cannot access main.: No such file or directory $rm main $rm a.out $gcc -C main.c $ls &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/www.trueangle.org\/index.php\/2013\/01\/25\/gcc-commandline-options-part-3-2\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;GCC COMMANDLINE OPTIONS PART 3&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[83],"tags":[],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/8123"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=8123"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/8123\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=8123"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=8123"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=8123"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}