<?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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>

<channel>
	<title>Bhavik's blog</title>
	<atom:link href="http://www.bhavikcontractor.com/blog/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.bhavikcontractor.com/blog</link>
	<description>Welcome people. Lets try our bit to make this world a better place.</description>
	<pubDate>Mon, 18 May 2009 23:00:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Top 10 cities for new grads</title>
		<link>http://www.bhavikcontractor.com/blog/?p=96</link>
		<comments>http://www.bhavikcontractor.com/blog/?p=96#comments</comments>
		<pubDate>Wed, 13 May 2009 23:15:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Career]]></category>

		<category><![CDATA[Education]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bhavikcontractor.com/blog/?p=96</guid>
		<description><![CDATA[Find this interesting articale on CNN.com
http://www.cnn.com/2009/LIVING/worklife/05/13/cb.top10.cities.grads/index.html
10 ways to earn quick cash
http://www.cnn.com/2009/LIVING/worklife/05/18/cb.earn.extra.money/index.html
]]></description>
			<content:encoded><![CDATA[<p>Find this interesting articale on CNN.com</p>
<p><a href="http://www.cnn.com/2009/LIVING/worklife/05/13/cb.top10.cities.grads/index.html">http://www.cnn.com/2009/LIVING/worklife/05/13/cb.top10.cities.grads/index.html</a></p>
<p>10 ways to earn quick cash</p>
<p><a href="http://www.cnn.com/2009/LIVING/worklife/05/18/cb.earn.extra.money/index.html" target="_blank">http://www.cnn.com/2009/LIVING/worklife/05/18/cb.earn.extra.money/index.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bhavikcontractor.com/blog/?feed=rss2&amp;p=96</wfw:commentRss>
		</item>
		<item>
		<title>convert String* to char* ? convert from managed C++ string to native C++ string</title>
		<link>http://www.bhavikcontractor.com/blog/?p=92</link>
		<comments>http://www.bhavikcontractor.com/blog/?p=92#comments</comments>
		<pubDate>Tue, 28 Apr 2009 23:16:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[C++]]></category>

		<category><![CDATA[Education]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bhavikcontractor.com/blog/?p=92</guid>
		<description><![CDATA[found the answer on this forum:
http://www.xtremedotnettalk.com/showthread.php?t=71907
This is easy to figure out but you can also combine the 2 lines:
String * fname = &#8220;Whatever String&#8221;;
char* ufname = ( char * ) ( void * ) Marshal::StringToHGlobalAnsi(fname);
// do your stuff with ufname here
Marshal::FreeHGlobal((int)ufname);
]]></description>
			<content:encoded><![CDATA[<p>found the answer on this forum:</p>
<p>http://www.xtremedotnettalk.com/showthread.php?t=71907</p>
<p>This is easy to figure out but you can also combine the 2 lines:</p>
<p>String * fname = &#8220;Whatever String&#8221;;</p>
<p>char* ufname = ( char * ) ( void * ) Marshal::StringToHGlobalAnsi(fname);<br />
// do your stuff with ufname here<br />
Marshal::FreeHGlobal((int)ufname);</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bhavikcontractor.com/blog/?feed=rss2&amp;p=92</wfw:commentRss>
		</item>
		<item>
		<title>CString, char*, LPCSTR, Sting*? What is CString?</title>
		<link>http://www.bhavikcontractor.com/blog/?p=88</link>
		<comments>http://www.bhavikcontractor.com/blog/?p=88#comments</comments>
		<pubDate>Tue, 28 Apr 2009 21:00:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[C++]]></category>

		<category><![CDATA[Education]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[Cstring]]></category>

		<category><![CDATA[How to convert between different kinds of strings]]></category>

		<category><![CDATA[String questions]]></category>

		<category><![CDATA[Strings in C++]]></category>

		<guid isPermaLink="false">http://www.bhavikcontractor.com/blog/?p=88</guid>
		<description><![CDATA[This is a very nice article, I found on for CString management. In fact it is an in depth , one place explanation for various unanswered String questions that you must have encountered in C++.
http://www.flounder.com/cstring.htm
]]></description>
			<content:encoded><![CDATA[<p>This is a very nice article, I found on for CString management. In fact it is an in depth , one place explanation for various unanswered String questions that you must have encountered in C++.</p>
<p>http://www.flounder.com/cstring.htm</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bhavikcontractor.com/blog/?feed=rss2&amp;p=88</wfw:commentRss>
		</item>
		<item>
		<title>How to convert a string from native to managed c++?/ How to convert from System::String* to Char* ??</title>
		<link>http://www.bhavikcontractor.com/blog/?p=83</link>
		<comments>http://www.bhavikcontractor.com/blog/?p=83#comments</comments>
		<pubDate>Tue, 28 Apr 2009 20:20:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[C++]]></category>

		<category><![CDATA[Education]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<category><![CDATA[How to convert a string from native to managed c++]]></category>

		<category><![CDATA[How to convert from System::String* to Char* ??]]></category>

		<category><![CDATA[native to managed c++]]></category>

		<category><![CDATA[System::String* to Char*]]></category>

		<guid isPermaLink="false">http://www.bhavikcontractor.com/blog/?p=83</guid>
		<description><![CDATA[1) http://support.microsoft.com/default.aspx?scid=kb;EN-US;311259
2) http://www.codeguru.com/forum/archive/index.php/t-372096.html
2) http://www.codeguru.com/Cpp/Cpp/cpp_managed/moving/article.php/c8031/
]]></description>
			<content:encoded><![CDATA[<p>1) http://support.microsoft.com/default.aspx?scid=kb;EN-US;311259</p>
<p>2) http://www.codeguru.com/forum/archive/index.php/t-372096.html</p>
<p>2) http://www.codeguru.com/Cpp/Cpp/cpp_managed/moving/article.php/c8031/</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bhavikcontractor.com/blog/?feed=rss2&amp;p=83</wfw:commentRss>
		</item>
		<item>
		<title>microsoft word : figure numbering</title>
		<link>http://www.bhavikcontractor.com/blog/?p=81</link>
		<comments>http://www.bhavikcontractor.com/blog/?p=81#comments</comments>
		<pubDate>Thu, 16 Apr 2009 19:51:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Education]]></category>

		<guid isPermaLink="false">http://www.bhavikcontractor.com/blog/?p=81</guid>
		<description><![CDATA[http://www.shaunakelly.com/word/numbering/NumberingAppendixes.html
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.shaunakelly.com/word/numbering/NumberingAppendixes.html">http://www.shaunakelly.com/word/numbering/NumberingAppendixes.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bhavikcontractor.com/blog/?feed=rss2&amp;p=81</wfw:commentRss>
		</item>
		<item>
		<title>Helpful link for grad students</title>
		<link>http://www.bhavikcontractor.com/blog/?p=77</link>
		<comments>http://www.bhavikcontractor.com/blog/?p=77#comments</comments>
		<pubDate>Sun, 05 Apr 2009 17:43:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Education]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bhavikcontractor.com/blog/?p=77</guid>
		<description><![CDATA[Dr Prabhaker Mateti is a distinguished professor from wright state university, and the link below on his home page was a great help to me while completing my thesis.
http://www.cs.wright.edu/~pmateti/GradStudents/advice.html
]]></description>
			<content:encoded><![CDATA[<p>Dr Prabhaker Mateti is a distinguished professor from wright state university, and the link below on his home page was a great help to me while completing my thesis.</p>
<p><a href="http://www.cs.wright.edu/~pmateti/GradStudents/advice.html">http://www.cs.wright.edu/~pmateti/GradStudents/advice.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bhavikcontractor.com/blog/?feed=rss2&amp;p=77</wfw:commentRss>
		</item>
		<item>
		<title>100 possible interview questions (from Monster)</title>
		<link>http://www.bhavikcontractor.com/blog/?p=74</link>
		<comments>http://www.bhavikcontractor.com/blog/?p=74#comments</comments>
		<pubDate>Sun, 05 Apr 2009 17:33:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Career]]></category>

		<guid isPermaLink="false">http://www.bhavikcontractor.com/blog/?p=74</guid>
		<description><![CDATA[Preparing for interview????
http://career-advice.monster.com/job-interview/Interview-Questions/100-Potential-Interview-Questions/article.aspx?WT.mc_n=CRMUS000096
]]></description>
			<content:encoded><![CDATA[<p>Preparing for interview????</p>
<p><a href="http://career-advice.monster.com/job-interview/Interview-Questions/100-Potential-Interview-Questions/article.aspx?WT.mc_n=CRMUS000096">http://career-advice.monster.com/job-interview/Interview-Questions/100-Potential-Interview-Questions/article.aspx?WT.mc_n=CRMUS000096</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bhavikcontractor.com/blog/?feed=rss2&amp;p=74</wfw:commentRss>
		</item>
		<item>
		<title>C#: use unmanaged code in C#</title>
		<link>http://www.bhavikcontractor.com/blog/?p=71</link>
		<comments>http://www.bhavikcontractor.com/blog/?p=71#comments</comments>
		<pubDate>Thu, 02 Apr 2009 23:15:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Csharp]]></category>

		<category><![CDATA[Education]]></category>

		<category><![CDATA[Programming]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bhavikcontractor.com/blog/?p=71</guid>
		<description><![CDATA[Found a nice link for people who want to use dll written in old C++ (.NET) (unmanaged)
http://www.brainbell.com/tutors/C_Sharp/Interoperating_with_Unmanaged_Code.htm
]]></description>
			<content:encoded><![CDATA[<p>Found a nice link for people who want to use dll written in old C++ (.NET) (unmanaged)</p>
<p><a href="http://www.brainbell.com/tutors/C_Sharp/Interoperating_with_Unmanaged_Code.htm">http://www.brainbell.com/tutors/C_Sharp/Interoperating_with_Unmanaged_Code.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bhavikcontractor.com/blog/?feed=rss2&amp;p=71</wfw:commentRss>
		</item>
		<item>
		<title>Something nice to read</title>
		<link>http://www.bhavikcontractor.com/blog/?p=68</link>
		<comments>http://www.bhavikcontractor.com/blog/?p=68#comments</comments>
		<pubDate>Sun, 29 Mar 2009 23:49:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Education]]></category>

		<category><![CDATA[Internet]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bhavikcontractor.com/blog/?p=68</guid>
		<description><![CDATA[My friend suggested me the page below. I have to find some time to read the notes&#8230;
http://www.imsc.res.in/tcsweb/tcs.html
]]></description>
			<content:encoded><![CDATA[<p>My friend suggested me the page below. I have to find some time to read the notes&#8230;</p>
<p><a href="http://www.imsc.res.in/tcsweb/tcs.html">http://www.imsc.res.in/tcsweb/tcs.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bhavikcontractor.com/blog/?feed=rss2&amp;p=68</wfw:commentRss>
		</item>
		<item>
		<title>C# access variables which are lost when a form closes</title>
		<link>http://www.bhavikcontractor.com/blog/?p=64</link>
		<comments>http://www.bhavikcontractor.com/blog/?p=64#comments</comments>
		<pubDate>Sat, 21 Mar 2009 21:45:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Csharp]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.bhavikcontractor.com/blog/?p=64</guid>
		<description><![CDATA[http://bytes.com/groups/net-c/224293-how-change-height-textbox
]]></description>
			<content:encoded><![CDATA[<p><a href="http://bytes.com/groups/net-c/224293-how-change-height-textbox">http://bytes.com/groups/net-c/224293-how-change-height-textbox</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bhavikcontractor.com/blog/?feed=rss2&amp;p=64</wfw:commentRss>
		</item>
	</channel>
</rss>
