Run Code
|
API
|
Code Wall
|
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
Template
Code
VC++ windows exception
CommandQueue
cross-platform sleep function
algorithm_1
#18
Hello World
Regex success
wall