Use the memory created by C++ from C program

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • priyachari
    New Member
    • Jan 2007
    • 11

    Use the memory created by C++ from C program

    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
Working...