<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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>Comments on: Creating &amp; Recording Sound in WAV file using MIMOS with C/C++</title>
	<atom:link href="http://www.nerdmodo.com/2009/07/creating-recording-sound-in-wav-file-using-mimos-with-cc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nerdmodo.com/2009/07/creating-recording-sound-in-wav-file-using-mimos-with-cc/</link>
	<description>For All Your Nerdy Bytes</description>
	<lastBuildDate>Fri, 03 Feb 2012 06:29:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Santoshthota87</title>
		<link>http://www.nerdmodo.com/2009/07/creating-recording-sound-in-wav-file-using-mimos-with-cc/comment-page-1/#comment-6406</link>
		<dc:creator>Santoshthota87</dc:creator>
		<pubDate>Thu, 01 Dec 2011 14:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdmodo.com/?p=1339#comment-6406</guid>
		<description>so many errors im getting when i run in VS++.. amp undefined.... plz provide error less code..</description>
		<content:encoded><![CDATA[<p>so many errors im getting when i run in VS++.. amp undefined&#8230;. plz provide error less code..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NemanShahid</title>
		<link>http://www.nerdmodo.com/2009/07/creating-recording-sound-in-wav-file-using-mimos-with-cc/comment-page-1/#comment-6282</link>
		<dc:creator>NemanShahid</dc:creator>
		<pubDate>Thu, 21 Apr 2011 18:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdmodo.com/?p=1339#comment-6282</guid>
		<description>I used Visual C++ 6.0 to compile this code, I dont know if this works in borland compiler or not. To understand the idea how C processes/plays wav file, you need to go through links I mentioned at the end of the code. Hope it helps!</description>
		<content:encoded><![CDATA[<p>I used Visual C++ 6.0 to compile this code, I dont know if this works in borland compiler or not. To understand the idea how C processes/plays wav file, you need to go through links I mentioned at the end of the code. Hope it helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zarLag</title>
		<link>http://www.nerdmodo.com/2009/07/creating-recording-sound-in-wav-file-using-mimos-with-cc/comment-page-1/#comment-6277</link>
		<dc:creator>zarLag</dc:creator>
		<pubDate>Tue, 19 Apr 2011 19:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdmodo.com/?p=1339#comment-6277</guid>
		<description>@shakil &#124;&#124; whoever

#include 
#include 
#include 
#include 
#include 
#include 
#include 

so you have any of this headers in your compiler&#039;s library? that is the a possible main reason why it wont compile on you system cause the method that are used in the non-existing header file are not declare therefore the compile has no idea how to translate the code in the machine language. </description>
		<content:encoded><![CDATA[<p>@shakil || whoever</p>
<p>#include<br />
#include<br />
#include<br />
#include<br />
#include<br />
#include<br />
#include </p>
<p>so you have any of this headers in your compiler&#8217;s library? that is the a possible main reason why it wont compile on you system cause the method that are used in the non-existing header file are not declare therefore the compile has no idea how to translate the code in the machine language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shakil</title>
		<link>http://www.nerdmodo.com/2009/07/creating-recording-sound-in-wav-file-using-mimos-with-cc/comment-page-1/#comment-6106</link>
		<dc:creator>Shakil</dc:creator>
		<pubDate>Wed, 12 Jan 2011 17:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.nerdmodo.com/?p=1339#comment-6106</guid>
		<description>hi.i read your document.i have few questions.&lt;br&gt;1.which compiler did you use to compile this code.&lt;br&gt;&lt;a href=&quot;http://2.is&quot; rel=&quot;nofollow&quot;&gt;2.is&lt;/a&gt; it possible to compile it in borland c++ 3.0 if yes how and if no why not&lt;br&gt;&lt;a href=&quot;http://3.is&quot; rel=&quot;nofollow&quot;&gt;3.is&lt;/a&gt; there any library to support wav file playback in pc speakers(stereo) for borland&lt;br&gt; c++ compiler&lt;br&gt;4.can u provide me with basic idea(algorithm) to understand how exactly C reads,processes and plays the wav file.</description>
		<content:encoded><![CDATA[<p>hi.i read your document.i have few questions.<br />1.which compiler did you use to compile this code.<br /><a href="http://2.is" rel="nofollow">2.is</a> it possible to compile it in borland c++ 3.0 if yes how and if no why not<br /><a href="http://3.is" rel="nofollow">3.is</a> there any library to support wav file playback in pc speakers(stereo) for borland<br /> c++ compiler<br />4.can u provide me with basic idea(algorithm) to understand how exactly C reads,processes and plays the wav file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

