C++
1. cannot assign bool to ENUM_TYPE
check brackets
Remove Memory Leaks with Solaris Library...
There is a library called libgc in Solaris which takes care of the memory leaks and acts like a "Garbage Collector".
Simply linking with the libgc library automatically and permanently fixes a program's memory leaks.
When you link your program with the libgc library, you can program without calling free or delete.
What you have to do:
Simply add the -lgc option in your project setting under C++ -> libs.
qmake
make clean
make
Unix server
1. unable to mount remote machine partition
add remote server to /etc/hosts
share the partition in machine from where you mount using command share.
Last updated on: 21 Mar 2008