Since 4/2/2012 6:08:25 AM, moumitaghosh has written 4 articles and participated in 2 conversations. moumitaghosh signature: moumitaghosh
moumitaghosh's articles:
Items(4) /1
bytes to unsigned long1422 (5/9/2007 6:44:05 AM) comp.lang.c++ Hi All, I need to convert 4 bytes to an unsigned long. Suppose I have one array like unsigned char buf[4].I need to convert these 4 bytes into a single unsigned long. Is the following piece of code is right?... moumita
How to activate a running Windows application424 (1/13/2006 12:33:06 PM) comp.lang.c++ hi, I have launched one Windows application like Calculator from my VC++ application.Now i need to activate as well as show this window(calculator) from my application. How can i do this. plz help. ... moumita
How to activate a running Windows application424 (1/13/2006 12:33:06 PM) comp.lang.c++ hi, I have launched one Windows application like Calculator from my VC++ application.Now i need to activate as well as show this window(calculator) from my application. How can i do this. plz help. ... moumitaghosh(6)
bytes to unsigned long1422 (5/9/2007 6:44:05 AM) comp.lang.c++ Hi All, I need to convert 4 bytes to an unsigned long. Suppose I have one array like unsigned char buf[4].I need to convert these 4 bytes into a single unsigned long. Is the following piece of code is right?... moumitaghosh(6)