passing array from function back to main functionyou have some error in code: line 8: [code] int ary1[5]; [/code] line 25: [code] ary(aryl[...
Core Dump in called function?How to handle it gracefully from calling functionif function of other library having pointer as input parameters, maybe you must allocated this point...
putting shared object files in the same folder as the executableexport LD_LIBRARY_PATH as like this: [b]export LD_LIBRARY_PATH=path_of_your_shared_object:$LD_LIBRA...
shared library on QNXHi, I'm develop shared library for Linux, AIX and QNX. there is no problem for Linux and AIX, but ...
access to dynamic allocated arraytry these: class confidence { public: confidence(); virtual ~confidence(); vo...
This user does not accept Private Messages