K
king
Isn't intptr_t part of the latest ISO C++?
It is part of the C99 standard but C++? Has any new standard for C++
after C++ 2003 which is almost same as C++98 published?
Which are the compilers that supports it completely?
on gcc (GCC) 3.3.3 (SuSE Linux) I dont get any error when using
intptr_t even after specifying -std=c89
http://www.informit.com/guides/content.asp?g=cplusplus&seqNum=223&rl=1
Is any new standard for C published after C99?
It is part of the C99 standard but C++? Has any new standard for C++
after C++ 2003 which is almost same as C++98 published?
Which are the compilers that supports it completely?
on gcc (GCC) 3.3.3 (SuSE Linux) I dont get any error when using
intptr_t even after specifying -std=c89
http://www.informit.com/guides/content.asp?g=cplusplus&seqNum=223&rl=1
Is any new standard for C published after C99?