Unable to load image

Which C compiler should I buy? :marseyveryworried: :pepehacker:

https://i.rdrama.net/images/17320486846601448.webp

https://i.rdrama.net/images/1732048683593764.webp

https://i.rdrama.net/images/17320486839809165.webp


https://i.rdrama.net/images/17320486845101004.webp https://i.rdrama.net/images/17320486842806523.webp

59
Jump in the discussion.

No email address required.

Intel C Compiler as it is the most dramapilled:

changing the CPUID of a VIA Nano significantly improved results.[15]

The FTC settlement included a disclosure provision where Intel must:[18] publish clearly that its compiler discriminates against non-Intel processors (such as AMD's designs), not fully utilizing their features and producing inferior code.

Jump in the discussion.

No email address required.

Borland C++ 4.x series. It strained my 486dx33 with 4mb of RAM so much that I ended up buying an extra 4mb.

https://winworldpc.com/screenshot/c28d2fc5-a032-24c2-9011-c3a4e284a2ef/c39ec2b9-c395-c3a2-4f2b-11c3a4c28d58

Jump in the discussion.

No email address required.

https://i.rdrama.net/images/17320508986165798.webp


https://i.rdrama.net/images/17187151446911044.webp https://i.rdrama.net/images/17093267613293715.webp https://i.rdrama.net/images/17177781034384797.webp

Jump in the discussion.

No email address required.

They were still trying to sell this stuff even after Linux and GCC were available for free in the mid 90s. Visual Studio was like $1500 or some dumb shit.

Jump in the discussion.

No email address required.

Visual Studio costing too much kept out the jeets from windows development, which was pretty cool.


Krayon sexually assaulted his sister. https://i.rdrama.net/images/17118241526738973.webp https://i.rdrama.net/images/17118241426254768.webp https://i.rdrama.net/images/17156480765435808.webp

Jump in the discussion.

No email address required.

My computer science program (1996-2001) had a few Indian students and a ton of Chinese students. We thought China was going to take over the industry. How completely naive we once were...

Jump in the discussion.

No email address required.

I have literally never had a Chinese student in my group projects that didn't try to commit some form of piracy for shit that was provided FOR FREE from the university. It was honestly impressive.

Jump in the discussion.

No email address required.

Things were more normal in the 90s. The chinese kids that you could talk to (10-20%) were cool. They were here on student visas and went home afterward. I mean, it was noticeable that I had a TA in a third year course who literally couldn't communicate with me, but these are just the various pitfalls you must avoid while getting a college education.

Jump in the discussion.

No email address required.

Send a self stamped addressed envelope with a check to Dr. Richard Stallman MD

He sends it back with a note (but without your money) explaining that commerce is anti-freedom

Jump in the discussion.

No email address required.

How do I buy more bits for my variables

Jump in the discussion.

No email address required.

Shit I can't find the guy who used to throw fits about GCC, had his own proprietary compiler he tried to sell

Like Larry McVoy and BitKeeper/git

Jump in the discussion.

No email address required.

#include <stdio.h>

#include <stdbool.h>

#include <stdlib.h>

#include <time.h>

bool autismDiagnosis(int score) {

return score > 2;

}

int main() {

srand(time(NULL)); 

printf("Welcome to the Autism Diagnosis Program 9000!\n");

printf("Answer these questions to determine if you are on the Spectrum of Hilarity:\n\n");

char answer;

int score = 0;

printf("1. Do you watch anime? (Y/N): ");

scanf(" %c", &answer);

if (answer == 'Y' || answer == 'y') score++;

printf("2. When someone says 'literally', do you feel compelled to check if they mean 'literally'? (Y/N): ");

scanf(" %c", &answer);

if (answer == 'Y' || answer == 'y') score++;

printf("3. Are you a moderator on rdrama? (Y/N): ");

scanf(" %c", &answer);

if (answer == 'Y' || answer == 'y') score++;

printf("4. Have you ever corrected someone's grammar in casual conversation? (Y/N): ");

scanf(" %c", &answer);

if (answer == 'Y' || answer == 'y') score++;

printf("5. Do you think family guy is funny? (Y/N): ");

scanf(" %c", &answer);

if (answer == 'Y' || answer == 'y') score++;

printf("\nTallying up your results...\n");



if (autismDiagnosis(score)) {

    printf("\nBased on highly scientific analysis, you might find the world a bit more... logical and detailed than most.\n");

    printf("Talk to a professional! (autistic)\n");

} else {

    printf("\nCongratulations! You've been deemed Neurotypically humorous. (not autistic)\n");

}

return 0;

}

Jump in the discussion.

No email address required.

Praying Trump gets elected so you get sent to some kind of concentration camp

Jump in the discussion.

No email address required.

https://media.tenor.com/RPSWB_prbB4AAAAx/scream-run-away.webp

Jump in the discussion.

No email address required.

Rust

Jump in the discussion.

No email address required.

whats that mean

Jump in the discussion.

No email address required.

It means she's valid as heck

Jump in the discussion.

No email address required.

An idiot admires complexity. A genius admires simplicity.

Jump in the discussion.

No email address required.

I had never considered that there was a time that you had to pay for a compiler. I cant remember the last time i paid for any software at all other than the occasional vidya.

Jump in the discussion.

No email address required.

Link copied to clipboard
Action successful!
Error, please refresh the page and try again.