92

Same Name for Function And Class

 5 years ago
source link: https://www.tuicool.com/articles/hit/UZ3MnqY
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

C++ Telltales part 8:

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 badrequirements 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…).

Rvm2InN.png!web

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 website for more information.

RnUfIfJ.png!web

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK