• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 22:54
CEST 04:54
KST 11:54
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
TL.net Map Contest #21: Voting10[ASL20] Ro4 Preview: Descent11Team TLMC #5: Winners Announced!3[ASL20] Ro8 Preview Pt2: Holding On9Maestros of the Game: Live Finals Preview (RO4)5
Community News
BSL Team A vs Koreans - Sat-Sun 16:00 CET6Weekly Cups (Oct 6-12): Four star herO85.0.15 Patch Balance Hotfix (2025-10-8)80Weekly Cups (Sept 29-Oct 5): MaxPax triples up3PartinG joins SteamerZone, returns to SC2 competition32
StarCraft 2
General
Revisiting the game after10 years and wow it's bad The New Patch Killed Mech! TL.net Map Contest #21: Voting Stellar Fest: StarCraft II returns to Canada herO Talks: Poor Performance at EWC and more...
Tourneys
Tenacious Turtle Tussle SC2's Safe House 2 - October 18 & 19 Sparkling Tuna Cup - Weekly Open Tournament $1,200 WardiTV October (Oct 21st-31st) WardiTV Mondays
Strategy
Custom Maps
Map Editor closed ?
External Content
Mutation # 496 Endless Infection Mutation # 495 Rest In Peace Mutation # 494 Unstable Environment Mutation # 493 Quick Killers
Brood War
General
BW General Discussion BSL Season 21 BGH Auto Balance -> http://bghmmr.eu/ BW caster Sayle BSL Team A vs Koreans - Sat-Sun 16:00 CET
Tourneys
Azhi's Colosseum - Anonymous Tournament [ASL20] Semifinal B [Megathread] Daily Proleagues SC4ALL $1,500 Open Bracket LAN
Strategy
Current Meta BW - ajfirecracker Strategy & Training Relatively freeroll strategies Siegecraft - a new perspective
Other Games
General Games
Path of Exile Stormgate/Frost Giant Megathread Dawn of War IV Nintendo Switch Thread ZeroSpace Megathread
Dota 2
Official 'what is Dota anymore' discussion LiquidDota to reintegrate into TL.net
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread SPIRED by.ASL Mafia {211640}
Community
General
Things Aren’t Peaceful in Palestine Russo-Ukrainian War Thread US Politics Mega-thread Men's Fashion Thread Sex and weight loss
Fan Clubs
The herO Fan Club! The Happy Fan Club!
Media & Entertainment
Series you have seen recently... Anime Discussion Thread [Manga] One Piece Movie Discussion!
Sports
Formula 1 Discussion 2024 - 2026 Football Thread MLB/Baseball 2023 NBA General Discussion TeamLiquid Health and Fitness Initiative For 2023
World Cup 2022
Tech Support
SC2 Client Relocalization [Change SC2 Language] Linksys AE2500 USB WIFI keeps disconnecting Computer Build, Upgrade & Buying Resource Thread
TL Community
The Automated Ban List Recent Gifted Posts
Blogs
The Heroism of Pepe the Fro…
Peanutsc
Rocket League: Traits, Abili…
TrAiDoS
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1232 users

[Rant] My stupid professor

Blogs > Djagulingu
Post a Reply
Djagulingu
Profile Blog Joined December 2010
Germany3605 Posts
Last Edited: 2011-11-06 20:59:25
November 06 2011 20:58 GMT
#1
So this semester, I'm taking Data Structures course and I have its first homework and here is my problem:

I have to use Visual C++ 2010 for that, which is standardized by my professor and everyone who uses another compiler will get a big O from the homework. And the program is too stupid to generate .exe files from my .cpp formatted source codes, which basically prevents me from testing my stuff. Learning how to use that shit took longer than learning C++ for me and after learning how to write codes in that shit, now I have to learn how to test my codes. That is, if I learn to write a code that will not give a compilation error when I write it in the compiler.

Who in the world standardize a simple compiler so that people can finish the homework in less than the duration of a dark swarm when the goal is to make students fail miserably and rage instead of do the fucking homework and actually learn stuff? Hell, they can even standardize a compiler which itself requires a course for people to actually be able to use. Because other ones aren't shitty enough to make students be unable to do an easy homework.

Other than that, I have to use array of pointers to class objects as database and our professor was kind enough to give the codes for it. I wish that she was also smart enough so that her codes would actually work. Now I'm wondering: Is she actually stupid enough to write the wrong codes or is she intentionally giving the wrong codes? Because if it's the latter, I really wonder its reason that isn't satisfied by not giving the codes in the homework document in the first place.

If you wonder how stupid my professor is, just compile this code:

+ Show Spoiler +
WorkerID * worker[5];
WorkerID _20111("20111","Hofstadter","Leonard","LeonardsDad","LeonardsMom","Birthplace","Birthdate",3,1);
WorkerID _20112("20112","Wolowitz","Howard","HowardsDad","HowardsMom","Birthplace","Birthdate",4,0);
WorkerID _20113("20113","Cooper","Sheldon","SheldonsDad","SheldonsMom","Birthplace","Birthdate",1,5);
WorkerID _20114("20114","Koothrappali","Raj","RajsDad","RajsMom","Birthplace","Birthdate",2,3);
WorkerID _20115("20115","PennysSurname","Penny","PennysDad","PennysMom","Birthplace","Birthdate",4,4);
worker[0] = &_20111;
worker[1] = &_20112;
worker[2] = &_20113;
worker[3] = &_20114;
worker[4] = &_20115;

Note: Even though how small the probability of my professor coming to TL looks to me, I changed some parts of the code (such as the names of people, names of classes&variables) so that she won't find this blog when/if she googles her stupid code.

Which brings me back to the original points.

Dear professor,

I wonder what you were thinking when you were doing this. Is this some kind of an unoriginal prank or whatever? And are you stupid enough to a) find this funny or b) write this shit in the homework document without actually writing it in the compiler. And what about the choice of compiler? Did you actually think before doing that never mind, that was a stupid question, of course you didn't think, but would you choose the same compiler if you had to teach your students how to use the compiler of your choice in your free time?

Anyway, thanks for making this homework somewhat challenging. But I would like some actual challenge, not a stupid compiler which makes it impossible for me to test my codes or gives compilation errors to your code, which is supposed to be compiled before being written on the homework document, or random while loops (Yes, I actually had a compilation error on a while loop, it required a ';' after 'while(i < 4)').

Shit would be a lot better if homework wasn't due this Friday and there wasn't a shitty Muslim Bayram until this Thursday because I would actually be able to find guys who can use Visual C++.

"windows bash is a steaming heap of shit" tofucake
green.at
Profile Blog Joined January 2010
Austria1459 Posts
November 06 2011 21:04 GMT
#2
You do not know Penny's Surname?!

seems like you have a lot of fun with your homework PP
Inputting special characters into chat should no longer cause the game to crash.
Sufficiency
Profile Blog Joined October 2010
Canada23833 Posts
Last Edited: 2011-11-06 21:07:49
November 06 2011 21:05 GMT
#3
"PennysSurname" - hahahahaha.


Which university is this? I find it odd that a university would teach a course that is platform specific - Microsoft Windows, in this case - even though the course itself should be cross-platform.

On November 07 2011 06:04 green.at wrote:
You do not know Penny's Surname?!

seems like you have a lot of fun with your homework PP


Not sure if you are being intentionally ignorant. Penny's last name has never been revealed on the show. Even though her dad appeared on the show before, Leonard called him by first name only.
https://twitter.com/SufficientStats
MasterOfChaos
Profile Blog Joined April 2007
Germany2896 Posts
Last Edited: 2011-11-06 21:24:01
November 06 2011 21:13 GMT
#4
Not really sure where your problem with VS is. While plain VS isn't the bet IDE for C++, it's not that bad. Forcing people to use a specific compiler is annoying, yes. We usually were forces to use gcc on linux, where I'd prefer VS on windows. But for primitive code like this it doesn't really matter.

Create a new project. Add cpp files in the the code file section and the header files in the header section of the project. Press F5, and it should work. It also produces an exe file, so no idea what your problem is.

A `;` after that `while` loop makes no sense at all, not sure what you're talking about there. While there are some `while` loops that make sense with a `;` behind them, `while(i < 4)` never does.

And the code sample is certainly ugly, but I don't see any significant mistake at a glance.
LiquipediaOne eye to kill. Two eyes to live.
Djagulingu
Profile Blog Joined December 2010
Germany3605 Posts
Last Edited: 2011-11-06 21:23:17
November 06 2011 21:16 GMT
#5
On November 07 2011 06:05 Sufficiency wrote:
"PennysSurname" - hahahahaha.


Which university is this? I find it odd that a university would teach a course that is platform specific - Microsoft Windows, in this case - even though the course itself should be cross-platform.

Show nested quote +
On November 07 2011 06:04 green.at wrote:
You do not know Penny's Surname?!

seems like you have a lot of fun with your homework PP


Not sure if you are being intentionally ignorant. Penny's last name has never been revealed on the show. Even though her dad appeared on the show before, Leonard called him by first name only.

Middle East Technical University. There were some random Turkish names in the code, which got replaced by... well, you know who. And the compiler is like the combination of SKT Zergs and Woongjin Terrans.

On November 07 2011 06:04 green.at wrote:
You do not know Penny's Surname?!

seems like you have a lot of fun with your homework PP

I don't. Could you inform me if you do?

On November 07 2011 06:13 MasterOfChaos wrote:
Not really sure where your problem with VS is. While plain VS isn't the bet IDE for C++, it's not that bad. Forcing people to use a specific compiler is annoying, yes. We usually were forces to use gcc on linux, where I'd prefer VS on windows. But for primitive code like this it doesn't really matter.

Create a new project. Add cpp files in the the code file section and the header files in the header section of the project. Press F5, and it should work. It also produces an exe file, so no idea what your problem is.

A `;` after that while look makes no sense at all, not sure what you're talking about there. While there are some while loops that make sense with a `;` behind it, `while(i < 4)` never does.

Well, when that primitive code (the one involves big bang theory characters) itself gives me a compilation error, I get on the edge of going crazy. I also was unable to comprehend my compiler when it gave me errors when I tried to build my project after getting zero compilation errors in every single code line.
"windows bash is a steaming heap of shit" tofucake
MasterOfChaos
Profile Blog Joined April 2007
Germany2896 Posts
Last Edited: 2011-11-06 21:37:02
November 06 2011 21:36 GMT
#6
After adding a dummy `WorkerID` class your sample code compiled for me.

Created a new Win32 console application, unchecked precompiled headers, checked empty project.

Then added a .cpp file under "Source Files" containing a main function, a dummy class and your code. No problems. Compiled, created an .exe file and ran without error.
LiquipediaOne eye to kill. Two eyes to live.
green.at
Profile Blog Joined January 2010
Austria1459 Posts
Last Edited: 2011-11-06 21:38:21
November 06 2011 21:37 GMT
#7
On November 07 2011 06:05 Sufficiency wrote:
"PennysSurname" - hahahahaha.


Which university is this? I find it odd that a university would teach a course that is platform specific - Microsoft Windows, in this case - even though the course itself should be cross-platform.

Show nested quote +
On November 07 2011 06:04 green.at wrote:
You do not know Penny's Surname?!

seems like you have a lot of fun with your homework PP


Not sure if you are being intentionally ignorant. Penny's last name has never been revealed on the show. Even though her dad appeared on the show before, Leonard called him by first name only.


i think he also did not have fun with his homework ^^
edit: but i bet i got someone to google for her last name
Inputting special characters into chat should no longer cause the game to crash.
Djagulingu
Profile Blog Joined December 2010
Germany3605 Posts
November 06 2011 21:39 GMT
#8
On November 07 2011 06:36 MasterOfChaos wrote:
After adding a dummy `WorkerID` class your sample code compiled for me.

Created a new Win32 console application, unchecked precompiled headers, checked empty project.

Then added a .cpp file under "Source Files" containing a main function, a dummy class and your code. No problems. Compiled, created an .exe file and ran without error.

[image loading]

Then why in the world am I getting this error?
"windows bash is a steaming heap of shit" tofucake
MasterOfChaos
Profile Blog Joined April 2007
Germany2896 Posts
Last Edited: 2011-11-06 21:45:44
November 06 2011 21:42 GMT
#9
You put code outside a function. If you put the quoted lines inside your main function it should compile.
LiquipediaOne eye to kill. Two eyes to live.
Djagulingu
Profile Blog Joined December 2010
Germany3605 Posts
November 06 2011 21:51 GMT
#10
On November 07 2011 06:42 MasterOfChaos wrote:
You put code outside a function. If you put the quoted lines inside your main function it should compile.

It really did. Now I feel like the idiot in the place.
"windows bash is a steaming heap of shit" tofucake
green.at
Profile Blog Joined January 2010
Austria1459 Posts
November 06 2011 21:56 GMT
#11
damn that looks confusing, good thing i can noob around with eclipse and visual studio.
what semester are you in?
Inputting special characters into chat should no longer cause the game to crash.
MasterOfChaos
Profile Blog Joined April 2007
Germany2896 Posts
November 06 2011 22:00 GMT
#12
Can you post the code where you needed to put a `;` behind a while loop? There are a few idioms that use bodyless loops, but personally I think that such code is ugly. In your example the condition had no side effects, so a bodyless while loop doesn't make sense there.
LiquipediaOne eye to kill. Two eyes to live.
LML
Profile Blog Joined March 2007
Germany1771 Posts
November 06 2011 22:21 GMT
#13
unless it was a do-while loop;d

We also have to present our programming homework on an OpenSUSE distribution in the VIM editor or otherwise we will not get any points for it.
I always do them on windows anyway and then just copy/paste them there, but this seems to be a little different.
Or doesn't it just work to open the .c or .cpp file with yoru VC++2010 and then compile it so it creates all the needed project files and then run it and you got the .exe? I only used VC++2006 in the past, it did work that way there.
LML
Djagulingu
Profile Blog Joined December 2010
Germany3605 Posts
Last Edited: 2011-11-06 22:30:10
November 06 2011 22:23 GMT
#14
On November 07 2011 07:00 MasterOfChaos wrote:
Can you post the code where you needed to put a `;` behind a while loop? There are a few idioms that use bodyless loops, but personally I think that such code is ugly. In your example the condition had no side effects, so a bodyless while loop doesn't make sense there.

I was trying alternatives to the code given by my professor when I got that, I instantly deleted that code when I got my professor's code running.

On November 07 2011 07:21 LML wrote:
unless it was a do-while loop;d

We also have to present our programming homework on an OpenSUSE distribution in the VIM editor or otherwise we will not get any points for it.
I always do them on windows anyway and then just copy/paste them there, but this seems to be a little different.
Or doesn't it just work to open the .c or .cpp file with yoru VC++2010 and then compile it so it creates all the needed project files and then run it and you got the .exe? I only used VC++2006 in the past, it did work that way there.

Shit actually started working. I still don't have the .exe files in my project folder but I don't need them anyway as I can run my codes now.
"windows bash is a steaming heap of shit" tofucake
MasterOfChaos
Profile Blog Joined April 2007
Germany2896 Posts
November 06 2011 22:40 GMT
#15
The .exe file gets creating in a subdirectory called "Debug" or "Release", depending on how you build it.
LiquipediaOne eye to kill. Two eyes to live.
Please log in or register to reply.
Live Events Refresh
Safe House 2
17:00
Playoffs
TriGGeR vs Cham
Astrea vs TBD
LiquipediaDiscussion
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
PiGStarcraft522
WinterStarcraft492
Nathanias 94
Nina 15
StarCraft: Brood War
Artosis 740
Icarus 6
Dota 2
monkeys_forever442
League of Legends
JimRising 739
Cuddl3bear6
Super Smash Bros
hungrybox557
Heroes of the Storm
Khaldor134
Other Games
summit1g13316
ViBE137
fpsfer 2
Organizations
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 13 non-featured ]
StarCraft 2
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
Dota 2
• WagamamaTV436
League of Legends
• Doublelift4850
• Rush386
Upcoming Events
Replay Cast
7h 6m
Monday Night Weeklies
13h 6m
Replay Cast
20h 6m
WardiTV Invitational
1d 8h
WardiTV Invitational
1d 11h
PiGosaur Monday
1d 21h
Replay Cast
2 days
Tenacious Turtle Tussle
2 days
The PondCast
3 days
WardiTV Invitational
4 days
[ Show More ]
Online Event
4 days
RSL Revival
4 days
RSL Revival
5 days
WardiTV Invitational
5 days
Afreeca Starleague
6 days
Snow vs Soma
Sparkling Tuna Cup
6 days
WardiTV Invitational
6 days
CrankTV Team League
6 days
RSL Revival
6 days
Liquipedia Results

Completed

Acropolis #4 - TS2
WardiTV TLMC #15
HCC Europe

Ongoing

BSL 21 Points
ASL Season 20
CSL 2025 AUTUMN (S18)
C-Race Season 1
IPSL Winter 2025-26
EC S1
Thunderpick World Champ.
CS Asia Championships 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual

Upcoming

SC4ALL: Brood War
BSL Season 21
BSL 21 Team A
BSL 21 Non-Korean Championship
RSL Offline Finals
RSL Revival: Season 3
Stellar Fest
SC4ALL: StarCraft II
CranK Gathers Season 2: SC II Pro Teams
eXTREMESLAND 2025
ESL Impact League Season 8
SL Budapest Major 2025
BLAST Rivals Fall 2025
IEM Chengdu 2025
PGL Masters Bucharest 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.