Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Ternary operator - warnings about unsued values
//g++ 4.9.3 #include <iostream> int main() { // gcc and clang warn about the results of expressions 2,3,4,5 being unused. // only vc++ does not generate warnings. std::cout << ((0) ? (1) : (2,3,4,5,6)) << std::endl; return 0; }
run
|
edit
|
history
|
help
0
Proyecto 1
Buenos Amigos
char strcpy
Chinu
Zadanie Kolokwium 2013: Trójkąty i trójkąty
DP on Trees: Type B (In/out Dp)
getline vs cin
simple use of templete
Dar
akshitha