Hi ,
Can anyone suggest me how to read the contents from an Array from C program while the array is actually populated from another program in C++
More specifically, what i like to do is read some dynamic information from a file, populate into the memory so that both the C program and C++ program can access the runtime contents? Also, i'm working in an UNIX environment!
Thanks in Advance
Can anyone suggest me how to read the contents from an Array from C program while the array is actually populated from another program in C++
More specifically, what i like to do is read some dynamic information from a file, populate into the memory so that both the C program and C++ program can access the runtime contents? Also, i'm working in an UNIX environment!
Thanks in Advance