Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Increment pointer to struct
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x64 #include <iostream> int main() { struct MyStruct { int a; int b; int c; }; MyStruct* p = nullptr; p += 1; std::cout << p << std::endl; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
parantheses matching test 1
Strings
operator new / delete
cv4_template
unordered map broken msvc
#26.fix
ccloader
hangman
ADL of operator expression & unqualified function call
Regex failure
Please log in to post a comment.