<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Chess program' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Chess program' posted on the 'Beginner C/C++' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2012 Programmers Heaven</copyright>
    <pubDate>Wed, 23 May 2012 13:03:14 -0700</pubDate>
    <lastBuildDate>Wed, 23 May 2012 13:03:14 -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>Chess program</title>
      <link>http://www.programmersheaven.com/mb/beginnercpp/409360/409360/chess-program/</link>
      <description>Hi all,&lt;br /&gt;
&lt;br /&gt;
I'm trying to do a practice from a book I learn from,&lt;br /&gt;
and no success so far.&lt;br /&gt;
&lt;br /&gt;
"This program will be asked to answer whether the black king is threatened – by white Tools (condition called chess), or not threatened. &lt;br /&gt;
Threat to the King is that there is a white tool that can access the square which is the black king &lt;br /&gt;
during one play.&lt;br /&gt;
The program prompts the user to enter three numbers of the row, column, tool, and return on it in a loop &lt;br /&gt;
until final input. Input series ends when one of the values of the column, row or tool exceeds &lt;br /&gt;
Defined boundaries. I.e.: tool less than - 1, greater than - 5 or coordinates tile extends beyond the boundaries &lt;br /&gt;
Board. As in the previous sections, the negative coordinates are considered exception limits the board. &lt;br /&gt;
There is no limit on the amount of different types of white tolls on the board, but the black king appears exactly once. (You may assume that the input does contain black king greater than once), given an input for a slot that already taken, error message will appear: "Already taken!" &lt;br /&gt;
After the input sequence, the program prints "check!" Or "! No check" in accordance with the state board."&lt;br /&gt;
&lt;br /&gt;
I translate it, so sorry for bad english.&lt;br /&gt;
can some help me with an idea? or code?&lt;br /&gt;
&lt;br /&gt;
I'm a beginner so no functios an such:(&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/beginnercpp/409360/409360/chess-program/</guid>
      <pubDate>Mon, 16 Nov 2009 03:46:46 -0700</pubDate>
      <category>Beginner C/C++</category>
    </item>
  </channel>
</rss>
