Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
RegexSearch
c++ mouse
Primality test Fermat primality test
GenericPacker
0-1 Knapsack
CPP - Arrays - Ex.3
BinSearch
Gauss 4x4
Memory_test
Pierwiastkowanie
Please log in to post a comment.