Latest news about Bitcoin and all cryptocurrencies. Your daily crypto news habit.
Same Name for a Function And a Class
This is eighth part of my C++ Telltales series where I share some tips and tricks to work with C++. Feel free to check out also other parts of the series here!
Having same name for a function and for a class or a struct in the same namespace might not be something you encounter every day. But sometimes you are forced to do some things that are named similarly (maybe because of bad requirements coming from the customer). C++ keywords class and struct are not only used to declare things — they can be used also to tell the compiler what is the desired structure to use. See the following example:
Other way is to keep the different blocks in different namespaces or handle it with proper coding guidelines for naming. Or just not using the same names for different control structures (which I wouldn’t do if I wasn’t forced to…).
If you liked the story, please press the ❤ button below (did you know that you can give more than one clap). Also please feel free to share this story!
About me
I am Heikki Hellgren, Software Expert and technology enthusiast working at Elektrobit Automotive. My interests are in software construction, tools, automatic testing and all the new and cool stuff like AI and autonomous driving. You can follow me on Medium and Twitter and check out my websitefor more information.
Same Name for Function And Class was originally published in Hacker Noon on Medium, where people are continuing the conversation by highlighting and responding to this story.
Disclaimer
The views and opinions expressed in this article are solely those of the authors and do not reflect the views of Bitcoin Insider. Every investment and trading move involves risk - this is especially true for cryptocurrencies given their volatility. We strongly advise our readers to conduct their own research when making a decision.