0
namespace
what is "using namespace std;" what is the purpose of it?
4 Antworten
+ 2
it tells the compiler what namespace to use. If you skip the namespace part then you will need to right std::cout, std::cin and std::endl etc.
0
Hello
0
Hey sir I am new to this
0
How should i start