feminism_idle.h:
#include <men>
// Namespace is used to separate functions from the outside; you can use namespace::member to access a member of the namespace
namespace feminist {
// The function doesn't return anything, thus void
void idle() {
for (auto man : men::population) {
man.hate();
if (feminist::ready) {
feminist::pronouns = "xir/xer";
man.kill();
}
}
}
}
Jump in the discussion.
No email address required.
I hate header files. They are Jewish
Jump in the discussion.
No email address required.
Idk I’m a HTML programmer and I find them very useful
Jump in the discussion.
No email address required.
It's obvious who has actually worked on more advanced and complicated projects. You would be lost without header files.
Jump in the discussion.
No email address required.
Nobody caught my “HTML programmer”
But yeah, good luck working on any enterprise or large scale project without them.
It’s the same people who claim comments are useless, because you can just look at the code. All these “self-taught” python script kiddies man…
Jump in the discussion.
No email address required.
More options
Context
More options
Context
As a bash programmer myself, I never saw the point of them. Like who has time to read millions of lines of notes?
Jump in the discussion.
No email address required.
More options
Context
Keep yourself safe
Jump in the discussion.
No email address required.
More options
Context
I have only learned HTML4, do you think I should start learning 5?
Jump in the discussion.
No email address required.
More options
Context
More options
Context
this but unironically, they are also gypsy because they steal your time.
Jump in the discussion.
No email address required.
More options
Context
Putting all of your hacky code into one file seems quite believable for an antisemite
Jump in the discussion.
No email address required.
Jump in the discussion.
No email address required.
More options
Context
More options
Context
More options
Context
having trouble deciphering this, little drunk and it's been like 8 years since I've worked with C
new namespace, function idle with no return or arguments. for each item in population in men we name man and work on and run the hate function
the feminist ready tho is confusing, I thought that was an attribute of a instantiated object but you never initialized anything. oh i guess it could be static but wouldn't that always return true or false? I guess it could be a concurrent thread thing
Jump in the discussion.
No email address required.
If I remember correctly namespaces can be spread over multiple files, so you could have another file 'feminism_ready.h' with the content
I may be wrong though
Jump in the discussion.
No email address required.
More options
Context
More options
Context
Jump in the discussion.
No email address required.
Jump in the discussion.
No email address required.
More options
Context
More options
Context