Who else ignored using namespace before-hand anyway! Woohoo

:sunglasses:

2 Likes

Hello @Nick_Scolari,

remember it’s only useful if there are multiple namespaces within your file. It save the programmer’s time and make the code more overseeable when using using namespace XYZ;. Maybe it’s more difficult to read to code for someone who is new but in generell the code will be more overseeable because of the less XYZ::...;.

Kind regards
Kevin

Privacy & Terms