<?xml version="1.0" encoding="UTF-8" ?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>c-prog at Yahoo! Groups</title>
    <link>http://tech.groups.yahoo.com/group/c-prog/</link>
    <description>C/C&#43;+ Programmer&#39;s Mailing List</description>

    <item>
      <title>Re: long interger constant representation</title>
      <pubDate>Mon, 09 Nov 2009 01:08:39 GMT</pubDate>
      <dc:creator>Peter</dc:creator>
      <link>http://tech.groups.yahoo.com/group/c-prog/message/71513</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/c-prog/message/71513</guid>
      <description>... It isn&#39;t in that instance. ... The conversion is done before the assignment. ... Think about leaving off L in... long secs_per_day = 24 * 60 * 60L; ...on a</description>
    </item>
    <item>
      <title>long interger constant representation</title>
      <pubDate>Sun, 08 Nov 2009 21:10:16 GMT</pubDate>
      <dc:creator>manglikalok</dc:creator>
      <link>http://tech.groups.yahoo.com/group/c-prog/message/71512</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/c-prog/message/71512</guid>
      <description>Hi All, I am very much excited on  joining this group. This is my first query (hopes will over load the group in future :)) Question: long i = 2000L; why &#39;L&#39;</description>
    </item>
    <item>
      <title>Re: I want to learn c Programing</title>
      <pubDate>Sun, 08 Nov 2009 21:10:05 GMT</pubDate>
      <dc:creator>agarwal.ankit87</dc:creator>
      <link>http://tech.groups.yahoo.com/group/c-prog/message/71511</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/c-prog/message/71511</guid>
      <description>Here is a nice tutorial in pdf format from where you can easily learn it . It is downloadable pdf file so that you can downlaod it on your computer </description>
    </item>
    <item>
      <title>Re: Win32 Appplication</title>
      <pubDate>Sun, 08 Nov 2009 21:08:05 GMT</pubDate>
      <dc:creator>agarwal.ankit87</dc:creator>
      <link>http://tech.groups.yahoo.com/group/c-prog/message/71510</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/c-prog/message/71510</guid>
      <description>Hi Nirav, Here is a nice tutorial on Win32 Application in C . Just found on net while surfing hope it will help you in learning what you want </description>
    </item>
    <item>
      <title>Nesting function in C</title>
      <pubDate>Fri, 06 Nov 2009 04:58:39 GMT</pubDate>
      <dc:creator>Benjamin Scott</dc:creator>
      <link>http://tech.groups.yahoo.com/group/c-prog/message/71509</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/c-prog/message/71509</guid>
      <description>As I understand C, Functions must always be available to all functions equally.  I assume this is what you are talking about?</description>
    </item>
    <item>
      <title>Re: Nesting function in C</title>
      <pubDate>Thu, 05 Nov 2009 21:41:55 GMT</pubDate>
      <dc:creator>a.geo</dc:creator>
      <link>http://tech.groups.yahoo.com/group/c-prog/message/71508</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/c-prog/message/71508</guid>
      <description>because the C philosophy maybe...  but you can use a class hierarchy, or multiple source code files, and declare the required and general functions like</description>
    </item>
    <item>
      <title>Re: Nesting function in C</title>
      <pubDate>Thu, 05 Nov 2009 21:40:58 GMT</pubDate>
      <dc:creator>Peter</dc:creator>
      <link>http://tech.groups.yahoo.com/group/c-prog/message/71507</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/c-prog/message/71507</guid>
      <description>... Can you explain why that level of language abstraction would be needed or useful in writing OS kernals? If not, then I think you have your answer. But when</description>
    </item>
    <item>
      <title>Annoucement : Easy Profiler - Compile-time profiler for C&#43;&#43;</title>
      <pubDate>Thu, 05 Nov 2009 21:37:47 GMT</pubDate>
      <dc:creator>charfeddine.ahmed@...</dc:creator>
      <link>http://tech.groups.yahoo.com/group/c-prog/message/71506</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/c-prog/message/71506</guid>
      <description>I&#39;ve just posted it at Code Project and it is an open source profiler. This is the url in case you are interested : </description>
    </item>
    <item>
      <title>Nesting function in C</title>
      <pubDate>Thu, 05 Nov 2009 21:30:24 GMT</pubDate>
      <dc:creator>sumant gupta</dc:creator>
      <link>http://tech.groups.yahoo.com/group/c-prog/message/71505</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/c-prog/message/71505</guid>
      <description>Can somebody explain me why nesting functions are not allowed in C? Regrads Sumant Now, send attachments up to 25MB with Yahoo! India Mail. Learn how.</description>
    </item>
    <item>
      <title>Re: Return Multi dimensional array</title>
      <pubDate>Thu, 05 Nov 2009 19:06:03 GMT</pubDate>
      <dc:creator>a.geo</dc:creator>
      <link>http://tech.groups.yahoo.com/group/c-prog/message/71504</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/c-prog/message/71504</guid>
      <description>You have many options Particle *p = createParticle(); So to access to X and Y element you can access with index = y*Width + x Or you can use an unitary array</description>
    </item>
    <item>
      <title>Return Multi dimensional array</title>
      <pubDate>Thu, 05 Nov 2009 18:42:31 GMT</pubDate>
      <dc:creator>Sam</dc:creator>
      <link>http://tech.groups.yahoo.com/group/c-prog/message/71503</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/c-prog/message/71503</guid>
      <description>Hey all so yes basically the subject title gives it away really. Im just creating a multidimensional array made up of my own particle structure using visual</description>
    </item>
    <item>
      <title>Re: How to Learn PORT Programming in C</title>
      <pubDate>Tue, 03 Nov 2009 21:01:09 GMT</pubDate>
      <dc:creator>agarwal.ankit87</dc:creator>
      <link>http://tech.groups.yahoo.com/group/c-prog/message/71502</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/c-prog/message/71502</guid>
      <description>Hii... Here is a nice tutorial which may help you in learning Port Programming in C http://bit.ly/23mSXs</description>
    </item>
    <item>
      <title>Re: Functions and Arrays</title>
      <pubDate>Mon, 02 Nov 2009 00:51:52 GMT</pubDate>
      <dc:creator>Peter</dc:creator>
      <link>http://tech.groups.yahoo.com/group/c-prog/message/71501</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/c-prog/message/71501</guid>
      <description>... No, they aren&#39;t. It&#39;s possible to pass by reference in C&#43;+ by using the reference operator. It is hence possible to pass an array by reference, but only</description>
    </item>
    <item>
      <title>Re: Functions and Arrays</title>
      <pubDate>Sat, 31 Oct 2009 18:18:30 GMT</pubDate>
      <dc:creator>johnmatthews2000</dc:creator>
      <link>http://tech.groups.yahoo.com/group/c-prog/message/71500</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/c-prog/message/71500</guid>
      <description>... You can also cheat by enclosing the array in a structure, and passing the structure by value. Eg. (sorry, in C) instead of: void processValues(int v[]); </description>
    </item>
    <item>
      <title>R: [c-prog] Re: Problem with string pointers in VC&#43;+ 2008</title>
      <pubDate>Sat, 31 Oct 2009 18:10:17 GMT</pubDate>
      <dc:creator>johnmatthews2000</dc:creator>
      <link>http://tech.groups.yahoo.com/group/c-prog/message/71499</link>
      <guid isPermaLink="true">http://tech.groups.yahoo.com/group/c-prog/message/71499</guid>
      <description>... Yes, you are attempting to overwrite the constant string &quot;&quot; (which is just the \0 end-of-string character). You need something like: char</description>
    </item>

  </channel>
</rss>
<!-- wr2.grp.sp2.yahoo.com uncompressed/chunked Fri Dec  4 00:24:31 PST 2009 -->
