Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
designated-inits
//Title of this code //clang 3.5.0 #include <iostream> typedef enum { APPLE = 0, BANANA = 1 } fruit_e; static const int price[] = { [APPLE] = 10, [BANANA] = 20 }; int main() { std::cout << "Hello, world!\n"; }
run
|
edit
|
history
|
help
0
role of copy constructor
odws
Backtracking_simple
Fungsi
Synchro#1
bin search
Stock buy/sell, maximum subarray problem
Float
Building squares using smallest amount of matches
Exempel 2