Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
introduction c-types
#include <cstdint> #include <cstddef> int main() { std::size_t s1 = 41; ::size_t s2 = 42; std::int32_t i1 = 31; ::int32_t i2 = 32; return s1 + s2 + i1 + i2; }
run
|
edit
|
history
|
help
0
vem de livezada
Income calculator
Variadic template example
Sequence point and array
alm7ly
scope new delete
DP on Trees: Type B (In/out Dp)
ClassQuiz2
threadpool02
Assigment operator (easy)