<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: How to write and compile C++ program in Linux</title> <atom:link href="http://talkbinary.com/programming/c/how-to-write-and-compile-c-program-in-linux/feed/" rel="self" type="application/rss+xml" /><link>http://talkbinary.com/programming/c/how-to-write-and-compile-c-program-in-linux/</link> <description>Programming Resources, Technology, Computers</description> <lastBuildDate>Fri, 30 Jul 2010 15:49:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.0.1</generator> <item><title>By: Diego</title><link>http://talkbinary.com/programming/c/how-to-write-and-compile-c-program-in-linux/comment-page-1/#comment-25134</link> <dc:creator>Diego</dc:creator> <pubDate>Tue, 27 Jul 2010 07:22:04 +0000</pubDate> <guid
isPermaLink="false">http://talkbinary.com/?p=68#comment-25134</guid> <description>Can you post the code? Also, how you are trying to compile it? SDK? Terminal? Thanks.</description> <content:encoded><![CDATA[<p>Can you post the code? Also, how you are trying to compile it? SDK? Terminal? Thanks.</p> ]]></content:encoded> </item> <item><title>By: uma.v</title><link>http://talkbinary.com/programming/c/how-to-write-and-compile-c-program-in-linux/comment-page-1/#comment-25128</link> <dc:creator>uma.v</dc:creator> <pubDate>Tue, 27 Jul 2010 04:47:27 +0000</pubDate> <guid
isPermaLink="false">http://talkbinary.com/?p=68#comment-25128</guid> <description>while iam executing my program in linux I got an error that &quot;expected ; befor ) token&quot; but not in windows.  What is this error and why it is so?</description> <content:encoded><![CDATA[<p>while iam executing my program in linux I got an error that &#8220;expected ; befor ) token&#8221; but not in windows.  What is this error and why it is so?</p> ]]></content:encoded> </item> <item><title>By: atul</title><link>http://talkbinary.com/programming/c/how-to-write-and-compile-c-program-in-linux/comment-page-1/#comment-18227</link> <dc:creator>atul</dc:creator> <pubDate>Tue, 27 Apr 2010 14:02:49 +0000</pubDate> <guid
isPermaLink="false">http://talkbinary.com/?p=68#comment-18227</guid> <description>can anyone help me writing di code above,,please i want a full code of dis</description> <content:encoded><![CDATA[<p>can anyone help me writing di code above,,please i want a full code of dis</p> ]]></content:encoded> </item> <item><title>By: Diego</title><link>http://talkbinary.com/programming/c/how-to-write-and-compile-c-program-in-linux/comment-page-1/#comment-14533</link> <dc:creator>Diego</dc:creator> <pubDate>Fri, 19 Feb 2010 20:21:17 +0000</pubDate> <guid
isPermaLink="false">http://talkbinary.com/?p=68#comment-14533</guid> <description>Try using
g++ hello.cpp</description> <content:encoded><![CDATA[<p>Try using<br
/> g++ hello.cpp</p> ]]></content:encoded> </item> <item><title>By: Diego</title><link>http://talkbinary.com/programming/c/how-to-write-and-compile-c-program-in-linux/comment-page-1/#comment-14532</link> <dc:creator>Diego</dc:creator> <pubDate>Fri, 19 Feb 2010 20:21:01 +0000</pubDate> <guid
isPermaLink="false">http://talkbinary.com/?p=68#comment-14532</guid> <description>May you post your code?</description> <content:encoded><![CDATA[<p>May you post your code?</p> ]]></content:encoded> </item> <item><title>By: malik</title><link>http://talkbinary.com/programming/c/how-to-write-and-compile-c-program-in-linux/comment-page-1/#comment-14528</link> <dc:creator>malik</dc:creator> <pubDate>Fri, 19 Feb 2010 19:51:42 +0000</pubDate> <guid
isPermaLink="false">http://talkbinary.com/?p=68#comment-14528</guid> <description>i get this error when compiling on Opensuse 11.2 and i know there is no problem in my code.Documents/c&gt; gcc hello.cpp
hello.cpp:5: warning: extended initializer lists only available with -std=c++0x or -std=gnu++0x
hello.cpp:7: error: expected ‘}’ before ‘;’ token
hello.cpp:7: error: invalid conversion from ‘void*’ to ‘int’
hello.cpp:9: error: expected unqualified-id before ‘return’
hello.cpp:10: error: expected declaration before ‘}’ token</description> <content:encoded><![CDATA[<p>i get this error when compiling on Opensuse 11.2 and i know there is no problem in my code.</p><p>Documents/c&gt; gcc hello.cpp<br
/> hello.cpp:5: warning: extended initializer lists only available with -std=c++0x or -std=gnu++0x<br
/> hello.cpp:7: error: expected ‘}’ before ‘;’ token<br
/> hello.cpp:7: error: invalid conversion from ‘void*’ to ‘int’<br
/> hello.cpp:9: error: expected unqualified-id before ‘return’<br
/> hello.cpp:10: error: expected declaration before ‘}’ token</p> ]]></content:encoded> </item> <item><title>By: Diego</title><link>http://talkbinary.com/programming/c/how-to-write-and-compile-c-program-in-linux/comment-page-1/#comment-14171</link> <dc:creator>Diego</dc:creator> <pubDate>Sat, 13 Feb 2010 17:56:52 +0000</pubDate> <guid
isPermaLink="false">http://talkbinary.com/?p=68#comment-14171</guid> <description>Are you the administrator or root user on Linux?Do you login to your homescreen with a password? Try using that one.</description> <content:encoded><![CDATA[<p>Are you the administrator or root user on Linux?</p><p>Do you login to your homescreen with a password? Try using that one.</p> ]]></content:encoded> </item> <item><title>By: shailesh</title><link>http://talkbinary.com/programming/c/how-to-write-and-compile-c-program-in-linux/comment-page-1/#comment-14150</link> <dc:creator>shailesh</dc:creator> <pubDate>Sat, 13 Feb 2010 10:11:51 +0000</pubDate> <guid
isPermaLink="false">http://talkbinary.com/?p=68#comment-14150</guid> <description>i wrote the above lines in terminal but while inserting password(login) it shows error that sorry try again .after 3 attempts it stops and come back to home directry..
plz .put ur advice ...</description> <content:encoded><![CDATA[<p>i wrote the above lines in terminal but while inserting password(login) it shows error that sorry try again .after 3 attempts it stops and come back to home directry..<br
/> plz .put ur advice &#8230;</p> ]]></content:encoded> </item> <item><title>By: Daniel</title><link>http://talkbinary.com/programming/c/how-to-write-and-compile-c-program-in-linux/comment-page-1/#comment-11025</link> <dc:creator>Daniel</dc:creator> <pubDate>Thu, 24 Dec 2009 06:03:13 +0000</pubDate> <guid
isPermaLink="false">http://talkbinary.com/?p=68#comment-11025</guid> <description>Awesome!!!  Thank You! Wow using terminal makes it so much easier.....This helped me out a lot.  Thanks again!</description> <content:encoded><![CDATA[<p>Awesome!!!  Thank You! Wow using terminal makes it so much easier&#8230;..This helped me out a lot.  Thanks again!</p> ]]></content:encoded> </item> <item><title>By: Diego</title><link>http://talkbinary.com/programming/c/how-to-write-and-compile-c-program-in-linux/comment-page-1/#comment-8537</link> <dc:creator>Diego</dc:creator> <pubDate>Thu, 05 Nov 2009 04:04:35 +0000</pubDate> <guid
isPermaLink="false">http://talkbinary.com/?p=68#comment-8537</guid> <description>@Markus Did you install gdb.Did you try cutting and pasting the code? Maybe you mispelled something?If you haven&#039;t gotten it to work yet, reply, and I&#039;ll try to help you through with it.</description> <content:encoded><![CDATA[<p>@Markus Did you install gdb.</p><p>Did you try cutting and pasting the code? Maybe you mispelled something?</p><p>If you haven&#8217;t gotten it to work yet, reply, and I&#8217;ll try to help you through with it.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 16/32 queries in 0.109 seconds using disk

Served from: talkbinary.com @ 2010-07-31 09:54:57 -->