<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>krishnampkkm's Feed - Programmer's Heaven</title>
    <link>http://www.programmersheaven.com/feed/User/340135/RSS.aspx</link>
    <description>Events at Programmer's Heaven related to the user krishnampkkm.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Mon, 20 May 2013 09:41:11 -0700</pubDate>
    <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>
    <item>
      <title>Programs that will communicate via shared memory and semaphores.</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the LINUX programming forum.&lt;/p&gt;Write 2 programs that will communicate via shared memory and semaphores. Data will be exchanged via memory and semaphores will be used to synchronise and notify each process when operations such as memory loaded and memory read have been performed.&lt;br /&gt;
&lt;br /&gt;
Thnaking u&lt;br /&gt;
KRISH&lt;br /&gt;</description>
      <pubDate>Mon, 01 Mar 2010 03:49:00 -0700</pubDate>
    </item>
    <item>
      <title>How can I implement our own sleep call in c language?</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the LINUX programming forum.&lt;/p&gt;Hoiiii&lt;br /&gt;
&lt;br /&gt;
      How can I implement our own sleep call in c language?&lt;br /&gt;
&lt;br /&gt;
      Any idea ...???&lt;br /&gt;
&lt;br /&gt;
Thanking you,&lt;br /&gt;
Krish&lt;br /&gt;</description>
      <pubDate>Fri, 19 Feb 2010 08:56:15 -0700</pubDate>
    </item>
    <item>
      <title>What happens when a process executes unlink(".");</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the LINUX programming forum.&lt;/p&gt;&lt;br /&gt;
hiii&lt;br /&gt;
&lt;br /&gt;
What happens when a process executes unlink(".");&lt;br /&gt;
What is the current directory of the process ? (Assume superuser permissions are given.)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thanking you&lt;br /&gt;
Krish&lt;br /&gt;</description>
      <pubDate>Fri, 19 Feb 2010 08:47:34 -0700</pubDate>
    </item>
    <item>
      <title>Making confusion</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the C/C++ on Linux/Unix forum.&lt;/p&gt;&lt;strong&gt;&lt;br /&gt;
program &lt;br /&gt;
---------&lt;br /&gt;
printf("\n\n Size of float is %d ",sizeof(float));&lt;br /&gt;
printf("\n size of float is %f",sizeof(float));&lt;br /&gt;
&lt;br /&gt;
output&lt;br /&gt;
--------&lt;br /&gt;
 Size of float is 4 &lt;br /&gt;
 size of float is 256.000000&lt;/strong&gt;&lt;span style="font-size: small;"&gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
  I made only a small change, %d to  %f ...they why &lt;br /&gt;
Answer changing from 4 to 256.......???&lt;/strong&gt;&lt;span style="color: Red;"&gt;&lt;/span&gt; &lt;br /&gt;
&lt;br /&gt;</description>
      <pubDate>Thu, 10 Dec 2009 22:52:01 -0700</pubDate>
    </item>
    <item>
      <title>pow(x,y) is not working</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the C/C++ on Linux/Unix forum.&lt;/p&gt;Hiii&lt;br /&gt;
&lt;br /&gt;
      I tried to write a small program in C.&lt;br /&gt;
&lt;br /&gt;
&lt;pre class="sourcecode"&gt;#include&amp;lt;stdio.h&amp;gt;
#include&amp;lt;math.h&amp;gt;
int main()
{
printf("\n\n the 4^3 = %d",pow(4,3));
return 0;
}&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
And I compile like&lt;strong&gt; $gcc -lmath pgm1.c  &lt;/strong&gt;&lt;br /&gt;
&lt;br /&gt;
but it doesn't work..What may be the reason. &lt;br /&gt;
&lt;br /&gt;
Thanking you&lt;br /&gt;
Krish+&lt;br /&gt;</description>
      <pubDate>Thu, 10 Dec 2009 22:12:33 -0700</pubDate>
    </item>
    <item>
      <title>read and write at same time</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the C/C++ Windows API forum.&lt;/p&gt;Hiii&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 I wanna read and write same time..using readfile() and writefile() windows functions...&lt;br /&gt;
Which technique I've to use.....&lt;br /&gt;
&lt;br /&gt;
Threading...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Any sample codes u have..???&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
---------------&lt;br /&gt;
thanking you&lt;br /&gt;
---------------&lt;br /&gt;</description>
      <pubDate>Tue, 23 Jun 2009 02:23:50 -0700</pubDate>
    </item>
    <item>
      <title>Any sample code availble?</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the Windows programming forum.&lt;/p&gt;Hii&lt;br /&gt;
&lt;br /&gt;
I wanna list all the files and folders of a particular drive.&lt;br /&gt;
Any sample codes available...for MS Windows&lt;br /&gt;
&lt;br /&gt;
Give me a link to them...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thanking you&lt;br /&gt;</description>
      <pubDate>Thu, 18 Jun 2009 23:02:41 -0700</pubDate>
    </item>
    <item>
      <title>Used cluster number  of a hard disk partition  come continuously...Is</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the C/C++ Windows API forum.&lt;/p&gt;&lt;br /&gt;
Hii&lt;br /&gt;
&lt;br /&gt;
   I duplicated my NTFS partition.And in that partition some of the folders is not opening  " .While opening  the message comes "File or directory is corrupted and and unreadable".&lt;br /&gt;
&lt;br /&gt;
    Here in my application  I use the control code"FSCTL_GET_VOLUME_BITMAP " to get the cluster usage(cluster is used or free) details.And I'm copying only used clusters from my source partition to destination partition.&lt;br /&gt;
&lt;br /&gt;
    And I think the files in the duplicated partition not getting the link among them correctly.&lt;br /&gt;
Because I am copying the used clusters only so the free space in the source partition is discarded.So I've re-initialize the link...?&lt;br /&gt;
&lt;br /&gt;
   Can I do that one...???&lt;br /&gt;
   How to do that....?&lt;br /&gt;
   Where I've to make change...? In the volume boot record of that duplicated volume..?&lt;br /&gt;
&lt;br /&gt;
Thanking you&lt;br /&gt;
Krish+&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <pubDate>Mon, 08 Jun 2009 07:45:30 -0700</pubDate>
    </item>
  </channel>
</rss>