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
hangman
Project
Dequeue Using STL List
Guess a number in c++
vector of bool
Integral constant
delete from list
This is the first one
Generic EventProvider
hangman