Hi,
With enabling of C++ support in my nCS project, i was able to include "using namespace std" and successfully build.
However, i wasn't able to use C++ std keywords like cout,endl, etc,.
So can you please help me understand what do i gain by adding "using namespace std" in my project..? Does it enable any std C++ features..?
Thanks,
Ubaid