Void pointers: Difference between c and c++
I'm trying to understand the differences between C and C++ with regards to void pointers. the following compiles in C but not C++ :
However, here:
Both C++ and C compile it with no complain. Why? |
I'm trying to understand the differences between C and C++ with regards to void pointers. the following compiles in C but not C++ :
However, here:
Both C++ and C compile it with no complain. Why? |
Comments
Post a Comment