0
Code writting format
I've started reading a book titled "c++ primer plus" the code shown wrote like this: #include<iostream> int main() { using namespace std; //code } I wanna know, is this means standard namespace used just for this function? If we make a new fuction, standard namespace is not used?
1 Resposta
0
Thank you, I'll go with try and error method :)