0
why using namespace public declaration ?
I don't understand about it ? why?
1 Resposta
0
In c you do not need it.
in c++ yes, it manages the prefixes, like physics::get_volume, declaring namespace physics you will need to write just get_volume
I don't understand about it ? why?