December 27th, 2010 05:02 AM
I tried to catch the stack trace of an address, but it always show me nothing,
my issue is analyse memory leak, so i have queried all heap statics and then queried highest allocated memory, it...
November 18th, 2010 03:53 PM
I am trying to create auto crash dump generation for C++ applications. so MiniDumpWriteDump function is used. Application is setting up unhandled SetUnhandledExceptionFilter to handle all unhandled...
November 16th, 2009 05:13 AM
Hi guys,
I have issue in service created using VC++ code.
as my ServiceMain function ends. it returns following error in End of the function
Unhandled exception at 0x0012e3b4 in Adiserv.exe:...
September 10th, 2009 09:22 AM
Have a look on this thread
http://www.codeguru.com/forum/showthread.php?t=179442
September 5th, 2009 05:15 AM
now I think issue is due to /r/n appended by windows, i tried to read this file with getline function which return string including /r. now i created new file itself in unix system. now its working
...
September 5th, 2009 04:49 AM
yes paul , i changed my code, the my first code i posted is working, but this one is not wokring , but if you need i will start new thread. else please help me out.
thanks
Ashish
September 5th, 2009 04:38 AM
Thanks for your response,
But i wans not able to execute this code,
code:
//Inclue files for libraries
#include <stdlib.h>
#include <ctype.h>
September 5th, 2009 03:51 AM
I want to write shell programming in UNIX, alao i am new to unix. i have written very simple program for console
ISSUE:
I added some item in map as string int pair, now i am searching string...
August 30th, 2009 03:27 AM
if you want to multiply 10 with 1 and then subtract 5 . then use *
to get decimal value of 1 x 10-5 can be calculated 1*10-5
August 30th, 2009 03:11 AM
can you eleobrate your problem in more detail