Results 1 to 1 of 1
hi,
I try to use ndbm.h header file and its methods...
I wrote a simple test program that just makes a call to
dbm_open();
when I try to compile with ...
- 11-19-2008 #1Just Joined!
- Join Date
- Nov 2008
- Posts
- 1
ndbm.h and support for c++
hi,
I try to use ndbm.h header file and its methods...
I wrote a simple test program that just makes a call to
dbm_open();
when I try to compile with gcc, it works ok.
But with g++ it throws some compiler errors.
when I compile it with gcc and link with g++, the result ios ok........
I need a code to be compiled with c++ compiler...
I searched on the net and came across some pages, the links to which I have posted below
http://www.nntp.perl.org/group/perl..../msg22654.html
http://www.nntp.perl.org/group/perl..../msg22653.html
are these links helpful for my purpose....
looking for some sugestions................
.........specially some patches
regards!
Sandeep Mohapatra


Reply With Quote