Skip to main content
GameDev.net gamedev.net
🔒 Locked

Argh! Windows!

Started by Xelius Aug 17, 1999 at 2:07 PM 9 replies 2.8k views
Original Post
Xelius
Xelius
Hey everyone. I have need a simple answer to a complex problem. (Or is a complex answer to...nevermind ;-)) Anyway, my problem is that when I started programming, it was DOS all the way, and anyone that wanted to program in Windows had to buy really expensive software. (At least, expensive in the view that I was in 7th grade, and that my parents know absolutely nothing about computers, so they weren't going to spend the money) Now, it's very cheap to buy anything that makes windows programs. My problem, however, is that I absolutely HATE Windows. Not only on usability, but also in programming. I HATE, I HATE, I HATE, (one more) I HATE WINDOWS! But, I do like PC's, so I have 2 options: 1) I shut my mouth, and learn Windows, or 2) I start using Linux. Right now, I've decided to program in Windows, so my question is this:
Has anyone figured out the secret to making it make sense? Or does it always have this mysterious fog surrounding it, that not even Bill Gates himself can control anymore? ;-)
Please, someone, let me know, okay?

Thank you.

-=Xelius=-

-------------------"Pointer?" -Anonymous-=Xelius=-
Zer
Zer
Yes here is a solution. www.be.com (or www.bedope.com, that site is funny)
Don't use Linux OR Windows, the BeOS programmer newsgroup makes it sound like its VERY easy to program for and besides it looks nifty.
jens
jens
hi,
I don't think progamming for Windows is so difficult. If you already know some C or even C++ from DOS, it shouldn't be a problem.
Try to get a book or at least some samples and play around with them. If you have any special problem, you can ask.
If you used PASCAL or BASIC or whatever, you should think about learning C++.
I have not worked with Linux much, but I'm sure programming under a GUI like KDE is not much simpler than working with windows.

ciao...
...jens

Arfa
Arfa
Windows programming is evil! Go for Linux every time

Having said that, Xlib isn't the easiest thing to program in either, so...

If you want to make your life easier, get a GUI toolkit, such as Qt or EasyGTK+. There are versions for X-Windows and MS Windows (and probably BeOS too).

These aren't going to help you if you want to program games though. Best trick is to use a game library such as GGI/GII or Allegro. Allegro is your best bet, since it allows you to write Windows games without knowing anything about Windows programming at all (the code is usually no different from the DOS code). It's what I use

------------------
=> Arfa <=

=> Arfa <=
D
D
Windows programming does suck, majorly.
But there's a small trick that I have read about where you can turn windows with directX into basically DOS. I read it in an article called "DirectX-tasy" by Andre' LaMothe. I haven't actually been bothered from programming DirectX yet since school keeps me busy enough from that, but the article is a decent read and it might help in your quest.
Plus that way it'll be easier for you to port your game form DOS to windows.

------------------
-Dom:)
Visit - http://www.eisa.net.au/~sdgrab/contents.html

Daemin(Dominik Grabiec)
NuFAN
NuFAN
BEOS : Coding in BeOS is easy, no difficult GUI, no problematic stuff around, so it's good for learning real, portable C.

LINUX : If you want to become a game-coder - and I think you want to, if you post on sites like this one - you shouldn't learn coding under Linux, because there's no market. Mostly Linux is used for webservers and some normal applications, but not for games. And you will have to sell your games, and if there is no market, you won't sell them ----> you won't earn money.

WINDOWS : It's easy to step in, forget the old DOS stuff you've learned. It's the os to code for, there's a hugh market and many tools that can help you. All games are developed for Windows and it'll be the most used OS for many years, maybe in a few years you'll use Win2014.

All in all, Windows is easy after you stepped in. You've got several API's to use, which make things pretty fast, and they're not that hard to use. You can learn OpenGL which you can use on several other systems, too, ... you won't have any memory problems, ... the next generation compiler will be something like C++ Builder, I guess, so creating GUI and some components will be just drag & drop.

CU

------------------
Skullpture Entertainment
#40842461

Graphix Coding @Skullpture Entertainmenthttp://www.skullpture.de
ScruffyTheCat
ScruffyTheCat
Look, this will get me some flames but hey what the hell. If you want to program and actually get a job doing it -- especially in the game realm -- bite the bullet and learn windows programming. I'm not saying it's the best OS -- simply the most common and most marketable. Get two books -- "Windows Game Programming For Dummies" or "Tricks of the Game Programming Gurus Part 2" both by Andre Lamothe AND Charles Petzold's "Programming Windows 95" The First is a good windows/directX/game programming primer, the second is not out yet so no comment, the third is the bible of windows programming -- unless you have a special masochistic desire to learn MFC. That's my advice. I'm not gonna knock any other OS's but if you wanna get a job or make money learn windows..


------------------
L8R

Scruffy

[This message has been edited by felisandria (edited August 17, 1999).]

L8RScruffy
Zenroth
Zenroth
I agree with Scruffy on this,if you want a job learn windows programming. It may not be the best(but IMHO its alot better than dos no drivers to write compatability and acceleration are major pluses) ,but its the major OS right now and probally well be for awhile. Is it that hard to learn windows programming? From my own experince of leaving dos/allegro and learning win/directx no. It took me about a week to have most of the basics down pack. As far as anyhing specific goes msvc++ help is a major help. I mean i fiqured out how to dynamicly load dll's from the help file alone. Anyways good luck however you decide to go. Just get outa dos its dead and has been.

L8R

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.