Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
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
Throttle Example using circular queue (push all but 2 less than maxSize; then pop all but 2 less than current size)
hw 1 os
Linker error while passing constexpr variable as const &
sort
Last Class Quiz - Working with Hash Table
applidiumResto_NicolasCarre
Integer conversions
IsContainer
enum operator
test string