Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
oh that conio.h bullshit.
turboc still gives me nightmares.
I hate. fucking hate turboc. and there is special place In hell for teachers using it now when there are superior less pain in the ass alternatives. -,-
all hail turboc, the massive pain in the ass software ever written(after windows ofc) -
This post reminds me of my college.
Teacher didn't know how for loops work (yes she didn't and I still don't know how she got the job) and shouted at me for pointing out she was doing it wrong. She was like "I'm the teacher, you shouldn't be telling me how to do it"
Ultimately her code didn't work (obviously) -
adeen-s2748y@matutter4 what I did was to include conio.h and then not use it. That's how I was allowed to sit in class today.
-
This reminds me of a classmate back in the nineties who got suspended from comp. class for a month for having exited Windows by hitting alt-F4. Looked too much like wizardry to the teacher...
-
flag020328y@ishankothari got in a big brawl with the teaching staff for pointing out something wrong.
-
I wasted ten years of my programming life using the fking conio.h
like the ending of the story, thug life -
yusijs12508yHad a similar experience, although I pointed out some freakishly terrible css mistakes in our teachers website. He was not amused. :3
-
flag020328y@Oversmart every school and college in my country uses that shit. And I bet other countries do too.
-
In our college no one knows what is turboc 😅. We used to use vim even though we only knew :wq.. Good times!!
-
Is she dumb? Does she not see that you're supposed to learn in that class? As long as you learn, what's the point in getting mad if its just a different way? Maybe her ego is getting in the way?
-
This is actually the reason my college professors don't like me however my thesis advisors love me for the output I have for thesis
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
nikmanG16CS Professor: “What M word is the black hole to all productivity?” Student: “Management” CS Professo...
-
elgringo41Student - Teacher renaming .c to .exe make the program executable ? Teacher - Yes A group of people stand up...
In one of our first C programming classes today in college, I booted up Ubuntu on the dual boot systems to practice our first few programs which we were supposed to be doing in Turbo C on Windows.
I successfully compiled it using gcc on the first try which appeared like magic to my neighbor. Soon our teacher came to check my program and said that I made a mistake. I asked her what is the mistake? She said that I was supposed to be using conio.h!!
I argued that it is not a standard header file and using it makes the code non-portable. She tried it to edit it to include conio.h but couldn't edit it since I was using vim. I was asked to switch to Windows and use Turbo C instead and also use conio.h. I denied and she told me to follow her or leave the class.
The weather was nice.
undefined
vim
linux vs windows
c
college
university