<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'Very quick program help' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'Very quick program help' posted on the 'Assembly Code Share' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 19 Jun 2013 08:50:51 -0700</pubDate>
    <lastBuildDate>Wed, 19 Jun 2013 08:50:51 -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>Very quick program help</title>
      <link>http://www.programmersheaven.com/mb/SourceShare/163599/163599/very-quick-program-help/</link>
      <description>I want to write a program that asks for my name and then prints out the first three letters of my name in a diagonal downward line like:&lt;br /&gt;
&lt;br /&gt;
L&lt;br /&gt;
 F&lt;br /&gt;
  C&lt;br /&gt;
&lt;br /&gt;
How can I do this?&lt;br /&gt;
&lt;br /&gt;
Thanks for any help given. &lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/SourceShare/163599/163599/very-quick-program-help/</guid>
      <pubDate>Mon, 06 Jan 2003 06:44:52 -0700</pubDate>
      <category>Assembly Code Share</category>
    </item>
    <item>
      <title>Re: Very quick program help</title>
      <link>http://www.programmersheaven.com/mb/SourceShare/163599/163600/re-very-quick-program-help/#163600</link>
      <description>The "LFC" should be diagonally...sorry.&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/SourceShare/163599/163600/re-very-quick-program-help/#163600</guid>
      <pubDate>Mon, 06 Jan 2003 06:46:30 -0700</pubDate>
      <category>Assembly Code Share</category>
    </item>
    <item>
      <title>Re: Very quick program help</title>
      <link>http://www.programmersheaven.com/mb/SourceShare/163599/163606/re-very-quick-program-help/#163606</link>
      <description>: I want to write a program that asks for my name and then prints out the first three letters of my name in a diagonal downward line like:&lt;br /&gt;
: &lt;br /&gt;
: L&lt;br /&gt;
:  F&lt;br /&gt;
:   C&lt;br /&gt;
: &lt;br /&gt;
: How can I do this?&lt;br /&gt;
: &lt;br /&gt;
: Thanks for any help given. &lt;br /&gt;
: &lt;br /&gt;
: &lt;br /&gt;
&lt;pre class="sourcecode"&gt;
char strYourName [32] = "Whatever";
int chAsciiBlank = ' ';

printf ("%c", strYourName [0]);
printf ("%c%c", chAsciiBlank, strYourName [1]);
printf ("%c%c%c", chAsciiBlank, chAsciiBlank, strYourName [2]);
&lt;/pre&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/SourceShare/163599/163606/re-very-quick-program-help/#163606</guid>
      <pubDate>Mon, 06 Jan 2003 08:17:01 -0700</pubDate>
      <category>Assembly Code Share</category>
    </item>
    <item>
      <title>Re: Very quick program help</title>
      <link>http://www.programmersheaven.com/mb/SourceShare/163599/163611/re-very-quick-program-help/#163611</link>
      <description>Hi,&lt;br /&gt;
&lt;br /&gt;
I need that in 68000 language (or anything nearest).&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/SourceShare/163599/163611/re-very-quick-program-help/#163611</guid>
      <pubDate>Mon, 06 Jan 2003 08:39:18 -0700</pubDate>
      <category>Assembly Code Share</category>
    </item>
    <item>
      <title>Re: Very quick program help</title>
      <link>http://www.programmersheaven.com/mb/SourceShare/163599/164460/re-very-quick-program-help/#164460</link>
      <description>: Hi,&lt;br /&gt;
: &lt;br /&gt;
: I need that in 68000 language (or anything nearest).&lt;br /&gt;
: &lt;br /&gt;
&lt;span style="color: Blue;"&gt;Ooops! I did it in "C"... that what's happen when I go to get some coffee in the middle of the post and then I forget about the meaning... Anyhow, did you try the 68000 board?&lt;/span&gt;&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/SourceShare/163599/164460/re-very-quick-program-help/#164460</guid>
      <pubDate>Fri, 10 Jan 2003 11:43:46 -0700</pubDate>
      <category>Assembly Code Share</category>
    </item>
    <item>
      <title>Re: Very quick program help</title>
      <link>http://www.programmersheaven.com/mb/SourceShare/163599/166970/re-very-quick-program-help/#166970</link>
      <description>: : I would like to knw what codes (pls provide if possible)to use for programming an RS232 chip to combine with a microprocessor inorder to monitor the acceleration, braking, roughness of road and connering of a car. Also how would the results be displayed.&lt;br /&gt;
         &lt;br /&gt;
                           Thanks.&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/SourceShare/163599/166970/re-very-quick-program-help/#166970</guid>
      <pubDate>Thu, 23 Jan 2003 11:44:39 -0700</pubDate>
      <category>Assembly Code Share</category>
    </item>
  </channel>
</rss>