<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'C Development for Windows' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'C Development for Windows' posted on the 'C and C++' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Tue, 18 Jun 2013 16:07:29 -0700</pubDate>
    <lastBuildDate>Tue, 18 Jun 2013 16:07:29 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>C Development for Windows</title>
      <link>http://www.programmersheaven.com/mb/CandCPP/157470/157470/c-development-for-windows/</link>
      <description>Can anyone recommend a reference for C programming (not C++) on Windows using the Win32 API? I would like to write some applications for Windows 98/ME/2K/XP if possible.&lt;br /&gt;
&lt;br /&gt;
Silly comment, but Freeware would be nice too.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
&lt;br /&gt;
Job&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/CandCPP/157470/157470/c-development-for-windows/</guid>
      <pubDate>Mon, 02 Dec 2002 15:01:05 -0700</pubDate>
      <category>C and C++</category>
    </item>
    <item>
      <title>Re: C Development for Windows</title>
      <link>http://www.programmersheaven.com/mb/CandCPP/157470/159947/re-c-development-for-windows/#159947</link>
      <description>: Can anyone recommend a reference for C programming (not C++) on Windows using the Win32 API? I would like to write some applications for Windows 98/ME/2K/XP if possible.&lt;br /&gt;
: &lt;br /&gt;
: Silly comment, but Freeware would be nice too.&lt;br /&gt;
: &lt;br /&gt;
: Thanks,&lt;br /&gt;
: &lt;br /&gt;
: Job&lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
Hi ,&lt;br /&gt;
  There is one book of Microsft Press. I cant remember the title of that book but the author of that book is Charles Petzold.&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/CandCPP/157470/159947/re-c-development-for-windows/#159947</guid>
      <pubDate>Fri, 13 Dec 2002 02:28:19 -0700</pubDate>
      <category>C and C++</category>
    </item>
    <item>
      <title>Re: C Development for Windows</title>
      <link>http://www.programmersheaven.com/mb/CandCPP/157470/159969/re-c-development-for-windows/#159969</link>
      <description>: Can anyone recommend a reference for C programming (not C++) on&lt;br /&gt;
: Windows using the Win32 API? I would like to write some applications&lt;br /&gt;
: for Windows 98/ME/2K/XP if possible.&lt;br /&gt;
: &lt;br /&gt;
: Silly comment, but Freeware would be nice too.&lt;br /&gt;
: &lt;br /&gt;
: Thanks,&lt;br /&gt;
: &lt;br /&gt;
: Job&lt;br /&gt;
&lt;br /&gt;
This is a very good tuorial on windows programming and taught me the basics about windows programming. The only bad thing is that it's a C++ tutorial, you may be able to use it with C but i'm not sure.&lt;br /&gt;
&lt;a href="http://www.winprog.org/tutorial/"&gt;http://www.winprog.org/tutorial/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Secondly you might want to get your hands on a Win32 API reference. I'm not sure where you can get that from as i managed to get a friend on mIRC to send it to me but it has taught me a lot about windows API programming.&lt;br /&gt;
The one i've got is in the form of a help file called WIN32.hlp, you may be able to find it by doing a search on that.&lt;br /&gt;
&lt;br /&gt;
With the API reference if you're not sure about a certain windows function, class, constant etc you will be able to search the reference and find exactly what you need. If you need an API function that does a certain thing you will be able to run a search on the help file for a word or two and most likely find what you are looking for.&lt;br /&gt;
&lt;br /&gt;
Hope this helps! :)&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/CandCPP/157470/159969/re-c-development-for-windows/#159969</guid>
      <pubDate>Fri, 13 Dec 2002 04:37:33 -0700</pubDate>
      <category>C and C++</category>
    </item>
    <item>
      <title>Re: C Development for Windows</title>
      <link>http://www.programmersheaven.com/mb/CandCPP/157470/159999/re-c-development-for-windows/#159999</link>
      <description>: : Can anyone recommend a reference for C programming (not C++) on&lt;br /&gt;
: : Windows using the Win32 API? I would like to write some applications&lt;br /&gt;
: : for Windows 98/ME/2K/XP if possible.&lt;br /&gt;
: : &lt;br /&gt;
: : Silly comment, but Freeware would be nice too.&lt;br /&gt;
: : &lt;br /&gt;
: : Thanks,&lt;br /&gt;
: : &lt;br /&gt;
: : Job&lt;br /&gt;
: &lt;br /&gt;
: This is a very good tuorial on windows programming and taught me the basics about windows programming. The only bad thing is that it's a C++ tutorial, you may be able to use it with C but i'm not sure.&lt;br /&gt;
: &lt;a href="http://www.winprog.org/tutorial/"&gt;http://www.winprog.org/tutorial/&lt;/a&gt;&lt;br /&gt;
: &lt;br /&gt;
: Secondly you might want to get your hands on a Win32 API reference. I'm not sure where you can get that from as i managed to get a friend on mIRC to send it to me but it has taught me a lot about windows API programming.&lt;br /&gt;
: The one i've got is in the form of a help file called WIN32.hlp, you may be able to find it by doing a search on that.&lt;br /&gt;
: &lt;br /&gt;
: With the API reference if you're not sure about a certain windows function, class, constant etc you will be able to search the reference and find exactly what you need. If you need an API function that does a certain thing you will be able to run a search on the help file for a word or two and most likely find what you are looking for.&lt;br /&gt;
: &lt;br /&gt;
: Hope this helps! :)&lt;br /&gt;
: &lt;br /&gt;
&lt;span style="color: Blue;"&gt;Win32 API Reference:&lt;br /&gt;
&lt;br /&gt;
&lt;a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winprog/winprog/functions_by_category.asp"&gt;http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winprog/winprog/functions_by_category.asp&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/CandCPP/157470/159999/re-c-development-for-windows/#159999</guid>
      <pubDate>Fri, 13 Dec 2002 07:57:29 -0700</pubDate>
      <category>C and C++</category>
    </item>
  </channel>
</rss>