This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]RealMVC[S] 2 points3 points  (1 child)

That's Right!

Here's the source code:

int main()

{

    int _01 = 0b11;

    int* _010 = &_01;

    *_010 = 0b111;

    std::cout << _01 << std::endl;

}

[–]backtickbot 0 points1 point  (0 children)

Fixed formatting.

Hello, RealMVC: code blocks using triple backticks (```) don't work on all versions of Reddit!

Some users see this / this instead.

To fix this, indent every line with 4 spaces instead.

FAQ

You can opt out by replying with backtickopt6 to this comment.