<?xml version="1.0" encoding="utf-8"?>
<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>Visual C++</title>
		<link>http://anthraxcommunity.darkbb.com/visual-c-f21/-t1.htm</link>
		<description></description>
		<lastBuildDate>Thu, 18 Dec 2008 00:50:24 GMT</lastBuildDate>
		<ttl>10</ttl>
		<image>
			<title>Visual C++</title>
			<url>http://img150.imageshack.us/img150/9075/anthraxbanner1.png</url>
			<link>http://anthraxcommunity.darkbb.com/visual-c-f21/-t1.htm</link>
		</image>
		<item>
			<title>Skeleton for a Windows app(C++ too)</title>
			<link>http://anthraxcommunity.darkbb.com/visual-c-f21/skeleton-for-a-windows-appc-too-t16.htm</link>
			<dc:creator>RougeAttacker</dc:creator>
			<description>#include &lt;windows.h&gt;



int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow) {

       MessageBox (NULL, &quot;Hello World&quot; , &quot;Tutorial&quot;, 0);

       return 0;

}









#include &lt;windows.h&gt;



LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);



static char sClassName[]  = &quot;MyClass&quot;;

static HINSTANCE zhInstance = NULL;



int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR  ...</description>
			<category>Visual C++</category>
			<pubDate>Thu, 18 Dec 2008 00:50:24 GMT</pubDate>
			<comments>http://anthraxcommunity.darkbb.com/visual-c-f21/skeleton-for-a-windows-appc-too-t16.htm#45</comments>
			<guid>http://anthraxcommunity.darkbb.com/visual-c-f21/skeleton-for-a-windows-appc-too-t16.htm</guid>
		</item>
	</channel>
</rss>