<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'FAR reserved word...' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'FAR reserved word...' posted on the 'C and C++' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 18 May 2013 16:25:08 -0700</pubDate>
    <lastBuildDate>Sat, 18 May 2013 16:25:08 -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>FAR reserved word...</title>
      <link>http://www.programmersheaven.com/mb/CandCPP/181604/181604/far-reserved-word/</link>
      <description>Can someone please explain to me what FAR does in this fn. prototype?&lt;br /&gt;
&lt;br /&gt;
long FAR PASCAL WindowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lparam);&lt;br /&gt;
&lt;br /&gt;
Thanks alot - lankEman&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/CandCPP/181604/181604/far-reserved-word/</guid>
      <pubDate>Mon, 07 Apr 2003 21:15:24 -0700</pubDate>
      <category>C and C++</category>
    </item>
    <item>
      <title>Re: FAR reserved word...</title>
      <link>http://www.programmersheaven.com/mb/CandCPP/181604/181654/re-far-reserved-word/#181654</link>
      <description>: Can someone please explain to me what FAR does in this fn. prototype?&lt;br /&gt;
: &lt;br /&gt;
: long FAR PASCAL WindowProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lparam);&lt;br /&gt;
: &lt;br /&gt;
: Thanks alot - lankEman&lt;br /&gt;
: &lt;br /&gt;
&lt;span style="color: Blue;"&gt;It is only meaningful if you are compiling with a 16-bit compiler for MS-DOS 6.X or earlier.  The FAR keyword told the compiler that the function (or other object) resides in a different memory segment address than the current one and requires a 32-bit address to access it.  That keyword is obsolete in modern 32-bit compilers such as Dev-C++ or Visual C++ because all addresses are 32-bit addresses.&lt;/span&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/CandCPP/181604/181654/re-far-reserved-word/#181654</guid>
      <pubDate>Tue, 08 Apr 2003 02:29:53 -0700</pubDate>
      <category>C and C++</category>
    </item>
  </channel>
</rss>