<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>dule88's Feed - Programmer's Heaven</title>
    <link>http://www.programmersheaven.com/feed/User/322053/RSS.aspx</link>
    <description>Events at Programmer's Heaven related to the user dule88.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Thu, 23 May 2013 12:19:57 -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>running without debug problem</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the Visual C++ forum.&lt;/p&gt;Hello&lt;br /&gt;
I have a strange observation. When ever I try to run my C++ code on Microsoft Visual Studio 2008 by just pressing F5 the code runs fine. But if I run the same code by pressing ctrl + F5, the code crashes.&lt;br /&gt;
When I click option debug, it opens the place where the program stopped working and that is while executing operator new. I am not sure if this has something to do with running the code in debug mode and release mode. Can you clarify on the difference of running the code using F5 and ctrl + F5. Also if the difference is of debug and release mode , then please suggest me the possible reason for code crash.&lt;br /&gt;
&lt;br /&gt;
Thanks in advance &lt;img src="http://www.programmersheaven.com/images/Community/smile.gif" width="15" height="15" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
&lt;br /&gt;
Dusan&lt;br /&gt;</description>
      <pubDate>Tue, 09 Feb 2010 19:15:17 -0700</pubDate>
    </item>
    <item>
      <title>Start without debugging problem</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the C and C++ forum.&lt;/p&gt;Hello&lt;br /&gt;
I have a strange observation. When ever I try to run my C++ code on Microsoft Visual Studio 2008 by just pressing F5 the code runs fine. But if I run the same code by pressing ctrl + F5, the code crashes.&lt;br /&gt;
When I click option debug, it opens the place where the program stopped working and that is while executing operator new. I am not sure if this has something to do with running the code in debug mode and release mode. Can you clarify on the difference of running the code using F5 and ctrl + F5. Also if the difference is of debug and release mode , then please suggest me the possible reason for code crash.&lt;br /&gt;
&lt;br /&gt;
Thanks in advance &lt;img src="http://www.programmersheaven.com/images/Community/smile.gif" width="15" height="15" alt="" /&gt;&lt;br /&gt;
&lt;br /&gt;
Regards&lt;br /&gt;
&lt;br /&gt;
Dusan&lt;br /&gt;</description>
      <pubDate>Tue, 09 Feb 2010 19:06:29 -0700</pubDate>
    </item>
    <item>
      <title>info on PS3 operating system</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the Embedded / RTOS forum.&lt;/p&gt;Hello, can anyone give me some info on PS3 operating system ( often called system software), the more details the better. Or some links to PS3 OS review text. Any info will help...&lt;br /&gt;</description>
      <pubDate>Sat, 16 May 2009 18:05:38 -0700</pubDate>
    </item>
    <item>
      <title>Re: run firefox from c++ program</title>
      <link />
      <description>&lt;p&gt;Posted the message 'Re: run firefox from c++ program' on the Beginner C/C++ forum.&lt;/p&gt;Thanks, I have learned to open url with my program. But there is another problem. To be precise I want to tell my program to open certain rapidshare link and click on free user button :) ! I can open link but what then... I tried to find the link to that button but I can't. How can i make my program do that?&lt;br /&gt;</description>
      <pubDate>Sun, 30 Nov 2008 10:19:25 -0700</pubDate>
    </item>
    <item>
      <title>run firefox from c++ program</title>
      <link />
      <description>&lt;p&gt;Posted the message 'run firefox from c++ program' on the Beginner C/C++ forum.&lt;/p&gt;How can I open web address from C++ program? I can open firefox with function WinExec("C:\\Program Files\\Mozilla Firefox\\firefox", SW_SHOWNORMAL) but if I try to open address directly with WinExec("http://www.google.com", SW_SHOWNORMAL) it doesn't work.&lt;br /&gt;
And is there a way to start download from my c++ program, if I have a rapidshare link or something like that can I write a code that will open that address and start downloading (the problem may be the window that opens and you need to click save file) ?&lt;br /&gt;</description>
      <pubDate>Sat, 29 Nov 2008 15:38:20 -0700</pubDate>
    </item>
    <item>
      <title>Re: header help</title>
      <link />
      <description>&lt;p&gt;Posted the message 'Re: header help' on the Beginner C/C++ forum.&lt;/p&gt;Thanks. But i have the same problem with some other header files like: curses.h, dir.h, alloc.h... I downloaded from programmers heaven C sourcecodes that contain these headers. &lt;br /&gt;
&lt;br /&gt;
Exemple: Address book v2.1&lt;br /&gt;
&lt;pre class="sourcecode"&gt;
# include &amp;lt;stdio.h&amp;gt;
# include &amp;lt;conio.h&amp;gt;
&lt;strong&gt;# include &amp;lt;alloc.h&amp;gt;&lt;/strong&gt;
# include &amp;lt;string.h&amp;gt;
# include &amp;lt;stdlib.h&amp;gt;
&lt;strong&gt;# include &amp;lt;dir.h&amp;gt;&lt;/strong&gt;
# include &amp;lt;io.h&amp;gt;
# include &amp;lt;fcntl.h&amp;gt;
# include &amp;lt;ctype.h&amp;gt; &lt;/pre&gt;&lt;br /&gt;
Rest of code...&lt;br /&gt;
&lt;br /&gt;
While compiling it displayes error that it cannot open header file.&lt;br /&gt;
Is there a way to run these C sourcecodes on VS 2008?&lt;br /&gt;
Do i need to upgrade my standard library?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <pubDate>Wed, 18 Jun 2008 05:34:18 -0700</pubDate>
    </item>
    <item>
      <title>header help</title>
      <link />
      <description>&lt;p&gt;Posted the message 'header help' on the Beginner C/C++ forum.&lt;/p&gt;Hi to all, I am new here. I downloaded from this site .C file and when i try to start it in VS 2008 it displays error "Cannot open include file: 'graphics.h". Where can i find this header and how can I add it to project?&lt;br /&gt;</description>
      <pubDate>Tue, 17 Jun 2008 10:22:26 -0700</pubDate>
    </item>
  </channel>
</rss>