Since 4/4/2012 6:20:26 PM, divya_krs has written 9 articles and participated in 2 conversations. divya_krs signature: divya_krs
divya_krs's articles:
Items(9) /1
seek to the end of file11190 (7/26/2007 6:33:19 AM) comp.compression Hi, Using the C/C++ zlib APIs, I would like to go to the end of the file. Unfortunately, the zlib doesn't support SEEK_END in the gzseek() API. Can you please let me know if you have any alternatives? TIA, ... Joe
Template specialization #12224 (6/13/2007 6:28:37 AM) comp.lang.c++ Hi, I've two modules in my project. One is a dll and another is an exe. The dll contains the following template code in one of its header file. #ifndef __STACK_HEADER__ #define __STACK_HEADER__ template cla... ratzeel
How to add a Version number to a SO or SL file?045 (1/25/2007 6:07:23 AM) comp.unix.programmer On windows, one can add a version number to the DLL file using the resources file. I would like to do the same thing to a shared library (SL or SO) on UNIX. Can anybody throw some light on this? Thanks.... ... divya_krs
STL map kinda functionality in C2723 (7/10/2006 9:02:30 AM) comp.lang.c Hi, I would like to store a key-value pair and then retrieve the value based on a given key value. I am quite conversent in C++ but this needs be implemented in C. Would appriciate any idea how to achieve th... comp_novice
Accessing array in C/C++ from TCL222 (11/17/2005 2:21:48 PM) comp.lang.tcl Hi, I have written a TCL command in a C++ DLL. Now I would like to pass an array to this c++ command as follows. set f_array(0) "1 2 3 4" comand_name f_array(0) I used Tcl_GetByteArrayFromObj without much ... Joe
fstream error on SUN321 (11/8/2005 11:19:10 AM) comp.lang.c++ The following snippet code throws an error while compiling on SUN os.. Any idea how to resolve this... #include #include #include #include using namespace std; .......... .......... fstream fp; fp.open(... ratzeel
XY plotting tool in TCL/TK1024 (10/28/2005 6:22:45 AM) comp.lang.tcl Folks, I would like to know if there is any tool available which I would like to use for plotting the XY data through programatically. I know that TCL/TK has some plotting routines but it doesnt contain some ... Joe
Default Debugger for VC6 and .NET (VC7)123 (9/2/2005 11:26:34 AM) comp.lang.c++ Hi, I would like to know if there is any way in registry settings or somewhere else, where I can set the default debugger for VC6 and .NET. I have a VC6 compiled application but when I try to debug it is goin... divya_krs
file formating...help needed331 (2/4/2005 9:10:43 AM) comp.lang.c I need to control the number of digits to be printed after the exponential. Please have a look at the example below: float fVal = 0.06854344 The printf that I am using is fprintf(pfile, "%E\n", fVal); The re... comp_novice
divya_krs's replies:
Items(2) /1
fstream error on SUN321 (11/8/2005 11:19:10 AM) comp.lang.c++ The following snippet code throws an error while compiling on SUN os.. Any idea how to resolve this... #include #include #include #include using namespace std; .......... .......... fstream fp; fp.open(... divya_krs(11)
Template specialization #12224 (6/13/2007 6:28:37 AM) comp.lang.c++ Hi, I've two modules in my project. One is a dll and another is an exe. The dll contains the following template code in one of its header file. #ifndef __STACK_HEADER__ #define __STACK_HEADER__ template cla... divya_krs(11)