@vaporeon_ I don't know what this is doing but it looks evil:
const char* seed = "random seed";
RAND_seed(seed, sizeof(seed));
The following snippet which assigns to an rvalue, something you're not supposed to be able to do:
#include <iostream>
class A{};
int main() {
const A a;
std::cout << &(A() = a) << "\n";
}
using the ternary operator to conditionally change what variable is assigned to:
int main() {
int a;
int b;
// do stuff, also assign to a and b
(a < b ? a : b) = 3;
}
The following is actually valid C++ code:
https://www.google.com
Operator overloading lets you do plenty of absurdities. You could, for example, override <= such that it behaves like a "move assignment":
class A {
public:
int num;
A& operator<=(A& other) {
this->num = other.num;
return *this;
}
};
int main() {
A a;
A a2;
a.num = 1000;
a2 <= a; // move a's content to a2
};
There's certainly more but this is plenty of evil shit.
@amy 🫵 amy
re: not my actual opinion
@monorail in all seriousness what is your issue with talking fighting game characters
re: not my actual opinion
@monorail okay then, they can be silent amalgams of any two-dimensional polygon
not my actual opinion
@monorail the ideal fighting game has only eight characters who are just amalgams of rectangles that beat the shit out of each other
@coriander @monorail as an up-at-2am-enthusiast they should hire me and let me do it
@coriander impressive that you both 1) haven't finished evangelion and 2) have good taste
@monorail i don't have any experience with fightsticks but that sounds fucked to me
it is coming. for your pasta
https://x.com/petopeto_toro/status/1937153725698818064
@monorail impressive. It must be very exhausting to be that large
@lapis what is the handsome man's name?
@chirpbirb Persepolis was excellent I loved it when I read it in high school
@lapis hell yeah
@vaporeon_ yes the vaporeon gets it
@The_T @vaporeon_ um, I'm sorry but we have Vernors, which singlehandedly makes Michigan > Canada imo
@vaporeon_ um, I live in Michigan actually 🤓☝️
the clodvestigator
i answer to Caleb, Clodsire, Clodboy, Clod, and Bumby. very leftist.
videogame enjoyer. mathematics hobbyist and recovering physicist. recovering software engineer. professional wonk. prophet of The Truth. the walking embodiment of "not diagnosed, but somethings wrong". i like animals that wear cowboy hats.
number of fat cock awards received: 56
header is by @vaporeon_
"i regret ever allowing him here" ~aescling
"oh you're one of those weird movie likers" ~Ti
30+
he/him