- 1
Question related to namespace
what is namespace. is it easier than using void
3 Respostas
+ 2
I can't answer, it is depending on the context.
If namespace is useful in shortening the code complexity, go ahead. Else, just don't use it. From the logical perspective of a programmer (I can't code in C++ though) I think what I said is right
+ 1
so should I use namespace or not