z/OS Language Environment Writing Interlanguage Communication Applications
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Passing data between C and C++

z/OS Language Environment Writing Interlanguage Communication Applications
SA38-0684-00

There are two ways to pass data with C and C++: by value and by reference. By value means that a temporary copy of the argument is passed to the called function or procedure. By reference means that the address of the argument is passed.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014