Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
Namespace scope qualifier
//clang 3.8.0 #include <iostream> using namespace std; namespace myNsp { int mult(int a,int b){ return a*b; } }; int main() { cout<<myNsp::mult(8,7); return 0; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Pascals Triangle
general
bank queue
ArrayList
std::99 bottles of beer!
sort
GetTypeName
Zadanie Dejwu
Saam hash example
boost::geometry::distance performance overhead compared to a straightforward implementation
Please log in to post a comment.