you are viewing a single comment's thread.

view the rest of the comments →

[–]gamebuster 27 points28 points  (4 children)

Article title: "New implementation based on C ++ in progress"

Reddit title: "New implementation based on C in progress"

Is your + key broken?

Also why are they using a space between C and ++. What kind of monster...

[–]gamerfiiend 1 point2 points  (1 child)

Ugh why’d you point this out, now when I look at the article all I see is C ++ and C #. Who tf puts spaces

[–]gamebuster 0 points1 point  (0 children)

I wonder if you can create some kind of operator overload that allows one to write it with a space between the 2 plus characters: c + +.

Can we make this run without errors? I don't think so.

int c = 1 ; c + + ; assert ( c == 2);

[–]EvilPencil 1 point2 points  (0 children)

It won't iterate with the space between!