What is name hiding in C++? Name hiding in C++ is best illustrated by an example – so take a look at this simple code below and then read on for an explanation: Name Hiding in C++ Example It looks like the call to the someFunc function in the main function in the code above … Continue reading What is name hiding in C++?
Tag: C++/CLI
C/C++/CLI Hello world project
Hi everyone, just take a minute to see this code. The result is: Enter your name: Edward Hello Edward. Welcome to C/C++/CLI world. We found 3 languages just in less than 10 lines code.