User: ReeV

  • Public profile

User profile: ReeV

User info
User name:ReeV
History
Joined:
Number of posts:5
Latest posts:

passing array from function back to main function
you 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 function
if 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 executable
export LD_LIBRARY_PATH as like this: [b]export LD_LIBRARY_PATH=path_of_your_shared_object:$LD_LIBRA...

shared library on QNX
Hi, I'm develop shared library for Linux, AIX and QNX. there is no problem for Linux and AIX, but ...

access to dynamic allocated array
try these: class confidence { public: confidence(); virtual ~confidence(); vo...

This user does not accept Private Messages