Click here to Skip to main content
15,894,720 members

Comments by Shubha Debnath (Top 4 by date)

Shubha Debnath 28-Sep-15 5:00am View    
Thanks for your support. I append a null character at the end after fread() and it is working. Thanks again.
Shubha Debnath 6-Aug-15 8:18am View    
CreateProcess successfully starts the application. But the application is getting closed automatically after start up and the second one cannot open xx.dat file and failed to read registry and data base. Please see the following code.

Please note that those are two separate application run individually and shows different behavior.
Shubha Debnath 20-May-15 6:00am View    
Hi Fredrik, Thanks for your explanation. Its pretty cool.
As per your suggestion I have used a member variable and tried to access it from the Func1(). The behavior of this variable is undefined but it is not throwing any run time exception.
Shubha Debnath 4-Dec-14 1:13am View    
Yes I understand and the problem get resolved. Previously I was sending a constant sting; that is why it does not allow me to assign value. Now I have allocated the string before calling the function and it worked.

Thanks Mohibur. Please give me a better idea of reversing a string.