Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Narrowing error
#include <iostream> using namespace std; int main() { // your code goes here auto foo = int{ 2.5 }; auto bar = int(2.5); std::cout << foo <<'\n' << bar << std::endl; return 0; }
run
|
edit
|
history
|
help
0
numeric_limits
<string> No indirect include of <errno.h>
Peregruzka
Pascals Triangle
STL stack
Throttle Example using a circular queue (Push all but 2 less than maxSize; then pop all but 2 of current size)
Exploring stringstreams
FUCK
user defined exception
11/18