“I am not afraid to say it” they said, hiding behind a pseudonym at the deepest depths of the internet where only a handful of people will ever see it.
He / him. INTP-A
- 1 Post
- 8 Comments
Joined 2 years ago
Cake day: June 6th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
I think she has to concentrate to know who’s emotions she is receiving. Otherwise she can only tell that someone is bluffing.
plistig@feddit.deto Programming@programming.dev•What will happen if we put a semi-colon after a for loop in C++?English6·2 years agoCanadian Aboriginal syllabics to the rescue!
plistig@feddit.deto Programming@programming.dev•What will happen if we put a semi-colon after a for loop in C++?4·2 years agoYeah, both Voyager and the normal lemmy web client escape the less-than sign. I tried it twice on both clients.
plistig@feddit.deto Programming@programming.dev•What will happen if we put a semi-colon after a for loop in C++?18·2 years agoA semicolon ends a statement, and semicolon is a statement on its own. One that does nothing. That’s why you can write
int i; for (i = 0; i ᐸ 3; i++);
to set
i = 3
. You can use that pattern to find something in an iterator, etc. But I would preferint i = 0; while (i ᐸ 3) { i++; }
for readability.
plistig@feddit.deto Programming@programming.dev•Big projects are ditching TypeScript… wtf? - The Code Report4·2 years agoThat approach was mentioned in the video.
plistig@feddit.deto Rust@programming.dev•Was hacking some [@rust](https://programming.dev/c/rust) a couple of days ago whilst travelling at 130kmh. The project is Artichoke (artichokeruby.org)2·2 years agoVery interesting keyboard! What does the key in the middle of the space bar do?
Monopoly has rules?