• The results of the egg decorating contest have been announced! Everyone's designs were amazing! Congratulations to our winners!

Relics of the past ARRRG

Status
Not open for further replies.

Sporge27

Retired Staff
Joined
Jan 5, 2005
Posts
7,962
Bells
25
Eggs
0
November Birthstone (Topaz)
Cake
Red Candy
Alright so I am trying to figure out the basics of making a windowed program today and found a nice tutorial... but the parts about it I never understood before that I always put in as just because it seems to need it there, are there because they are outdated things that are just needed by windows....

I hate it when I am right. So much code I don't understand is because it is outdated artifacts left in only so backwards compatability is allowed... I would think they could move past it, and just make a mode that runs older programs or something.

NERDRAGE!!!! and yes imad.
 
I already read you griping about this on Facebook! Are you trying to make my life redundant?
 
*trevor said:
I already read you griping about this on Facebook! Are you trying to make my life redundant?
clearly. You should read everything I write everywhere :-p

To be fair I oddly posted here first and then realized more people I know on facebook would understand lol
 
so basically, the tutorial is way old, and windows 7/vista/whatever isn't old enough to work with the code?
 
Psychonaut said:
so basically, the tutorial is way old, and windows 7/vista/whatever isn't old enough to work with the code?
no there are lines of code you have to put in htat really haven't been used since pre windows 95.... yeah, the tutorial finally made me understad what these lines were there for lol.

The fact that it is there for no real reason now is what bugs me :-p
 
what? it isn't so much complex as annoying an unreasonable.

Either way I have to use C++ right now. I don't like C# anyway :-p

I only run into a few of these things and it is just to make it a win32 program. It just looks so foreign compared to the other parts I am/will be writing. It is the weird code that gets stuck on the front of a program to scare people away from becoming programmers, I can only assume because the folks who make windows are geniuses who realize that this will secure their jobs in the future :-p
 
Are you in a programming class or something? I admitedly know very little about programming but I can't imaging using anything that old for something practical...

There are just so many other more simple programming languages. :P
 
Status
Not open for further replies.
Back
Top