<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: c under linux in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/c-under-linux/m-p/5102804#M63841</link>
    <description>Not sure why you are asking a linux related question in hp-ux land, but if this is your source code - how do you write comments?&lt;BR /&gt;&lt;BR /&gt;/*&lt;BR /&gt;not only&lt;BR /&gt;*</description>
    <pubDate>Fri, 11 Apr 2008 05:32:34 GMT</pubDate>
    <dc:creator>Torsten.</dc:creator>
    <dc:date>2008-04-11T05:32:34Z</dc:date>
    <item>
      <title>c under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-under-linux/m-p/5102803#M63840</link>
      <description>NOT ABLE TO COMPILE simple c program in FC8 linux ??&lt;BR /&gt;[root@linuxguru.symantec.com][ /usr/src/redhat/SOURCES ]gcc abc.cc &lt;BR /&gt;abc.cc:10: error: stray ‘\342’ in program&lt;BR /&gt;abc.cc:10: error: stray ‘\200’ in program&lt;BR /&gt;abc.cc:10: error: stray ‘\234’ in program&lt;BR /&gt;abc.cc:10: error: stray ‘\’ in program&lt;BR /&gt;abc.cc:10: error: stray ‘\342’ in program&lt;BR /&gt;abc.cc:10: error: stray ‘\200’ in program&lt;BR /&gt;abc.cc:10: error: stray ‘\235’ in program&lt;BR /&gt;abc.cc: In function ‘int main()’:&lt;BR /&gt;abc.cc:10: error: ‘Hello’ was not declared in this scope&lt;BR /&gt;abc.cc:10: error: ‘Linux’ was not declared in this scope&lt;BR /&gt;[root@linuxguru.symantec.com][ /usr/src/redhat/SOURCES ]rm abc.c&lt;BR /&gt;rm: remove regular file `abc.c'? y&lt;BR /&gt;[root@linuxguru.symantec.com][ /usr/src/redhat/SOURCES ]&lt;BR /&gt;&lt;BR /&gt;  * hello.c – Canonical “Hello, world!” program 4   4  */&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;int main(void)&lt;BR /&gt;{&lt;BR /&gt;     fprintf(stdout, “Hello, Linux programming world!\n”);&lt;BR /&gt;     return 0;&lt;BR /&gt;}&lt;BR /&gt;gcc is installed but not able to compile c code ..need help?&lt;/STDIO.H&gt;</description>
      <pubDate>Fri, 11 Apr 2008 05:15:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-under-linux/m-p/5102803#M63840</guid>
      <dc:creator>Vinayak_HPUX</dc:creator>
      <dc:date>2008-04-11T05:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: c under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-under-linux/m-p/5102804#M63841</link>
      <description>Not sure why you are asking a linux related question in hp-ux land, but if this is your source code - how do you write comments?&lt;BR /&gt;&lt;BR /&gt;/*&lt;BR /&gt;not only&lt;BR /&gt;*</description>
      <pubDate>Fri, 11 Apr 2008 05:32:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-under-linux/m-p/5102804#M63841</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2008-04-11T05:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: c under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-under-linux/m-p/5102805#M63842</link>
      <description>#include &lt;PWD.H&gt;&lt;BR /&gt;#include &lt;SYS&gt;&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;#include &lt;UNISTD.H&gt;&lt;BR /&gt;#include &lt;STRING.H&gt;&lt;BR /&gt;#include &lt;STDLIB.H&gt;&lt;BR /&gt;#include &lt;STDIO.H&gt;&lt;BR /&gt;int main(void)&lt;BR /&gt;{&lt;BR /&gt;    fprintf(stdout, â  Hello, Linux programming world!\nâ  );&lt;BR /&gt;    return 0;&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;have a this code&lt;/STDIO.H&gt;&lt;/STDLIB.H&gt;&lt;/STRING.H&gt;&lt;/UNISTD.H&gt;&lt;/STDIO.H&gt;&lt;/SYS&gt;&lt;/PWD.H&gt;</description>
      <pubDate>Fri, 11 Apr 2008 05:53:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-under-linux/m-p/5102805#M63842</guid>
      <dc:creator>Vinayak_HPUX</dc:creator>
      <dc:date>2008-04-11T05:53:03Z</dc:date>
    </item>
    <item>
      <title>Re: c under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-under-linux/m-p/5102806#M63843</link>
      <description>Try using simple ASCII quotation marks,&lt;BR /&gt;instead of whatever complicated,&lt;BR /&gt;good-looking (I'm sure), exotically-coded&lt;BR /&gt;junk you have in there.&lt;BR /&gt;&lt;BR /&gt;What are you using as an editor, Microsoft&lt;BR /&gt;Word?</description>
      <pubDate>Fri, 11 Apr 2008 07:07:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-under-linux/m-p/5102806#M63843</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2008-04-11T07:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: c under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-under-linux/m-p/5102807#M63844</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I'll guess that you've cut and pasted some code, and managed to include some invisible control sequences in your source code...&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Rob</description>
      <pubDate>Fri, 11 Apr 2008 09:58:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-under-linux/m-p/5102807#M63844</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2008-04-11T09:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: c under linux</title>
      <link>https://community.hpe.com/t5/operating-system-linux/c-under-linux/m-p/5102808#M63845</link>
      <description>ok bye</description>
      <pubDate>Mon, 14 Apr 2008 10:23:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/c-under-linux/m-p/5102808#M63845</guid>
      <dc:creator>Vinayak_HPUX</dc:creator>
      <dc:date>2008-04-14T10:23:36Z</dc:date>
    </item>
  </channel>
</rss>

