Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
__FUNCTION__ not a preprocessor macro on clang
//clang 3.8.0 #include <iostream> void foo(const char* msg) { std::cout << msg; } int main() { foo( __FUNCTION__ "Hello, world!\n"); }
run
|
edit
|
history
|
help
0
First
Example Node Program
MPL 2-0
Example of custom deleter to manage a resource.
MY FIRST OBJECT ORIENTED PROGRAM
Recursive Enumeration Example
SimpleList Example
hello world 3
Thread-safe Interval Average Calculator
uniq ptr