0_0_36542121_14144.cpp: In function 'int main()':
0_0_36542121_14144.cpp:10:18: error: 'myFuction' is not a namespace-name
using namespace myFuction;
^
0_0_36542121_14144.cpp:10:27: error: expected namespace-name before ';' token
using namespace myFuction;
^
0_0_36542121_14144.cpp:11:8: error: 'print' was not declared in this scope
print();
^
|