z/OS Language Environment Programming Guide for 64-bit Virtual Addressing Mode
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Making your C/C++ program reentrant

z/OS Language Environment Programming Guide for 64-bit Virtual Addressing Mode
SA38-0689-00

Under C/C++, reentrant programs can be categorized by their reentrancy type as follows:
Natural reentrancy
The attribute of programs that contain no modifiable external data.

Natural reentrancy is not applicable to C++.

Constructed reentrancy
The attribute of applications that contain modifiable external data and require additional processing to become reentrant. By default, all C++ programs are made reentrant via constructed reentrancy.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014