PDA
$threadinfo[title]
-


lordvXD
April 30th, 2002, 22:38
Hi, I bought a book called "C++ How to program" by Deitel and Deitel. It teaches the basics as well as object oriented design with UML. I've read through about a quarter of the book and it seems the it only teaches programing in DOS. It's quite good but I'm more intrested in Win based programing. Is the DOS part necesary to learn C++ or is programing in windows a much different. Since most books do teach the same things I'm guessing it is usefull afterwards in win based programing...on to the point...
What would the next step be after I finish this book...I'm interested in online guides, tutorials, ebooks... anything you know of that can help...

Thanks in advance

LordV

Hacktarux
April 30th, 2002, 23:36
Maybe you can be interested by the tutorial at www.windev.org

The Khan Artist
May 1st, 2002, 04:26
Yeah, I've got that book too, it's pretty good, but like you said, it's only pure standard C++, no WIN32 API stuff.

Jsr
May 1st, 2002, 04:38
Its pretty necessary to know C/C++ before you start windows programming with it. I have only read a C++ book that explained the C++ itself, no win programming. But after that was I able to figure out most things about windows programming with help of the MSDN library. It is not as hard as it looks like, when you begin.

mesman00
May 1st, 2002, 04:47
yes, u should learn c++ for dos first, becuase u will need all the skills to carry over to windows. also, like jsr said, windows programming looks very complicated, but its not as bad as ya think... atleast thats why ive been told, for im still learning the win32 api.

mesman00
May 1st, 2002, 04:49
oh yah, one mor thing... www.winprog.org has a great win32 tutorial. check it out

Cyberman
May 1st, 2002, 06:15
Originally posted by mesman00
yes, u should learn c++ for dos first, becuase u will need all the skills to carry over to windows. also, like jsr said, windows programming looks very complicated, but its not as bad as ya think... atleast thats why ive been told, for im still learning the win32 api.
The win32 API reminds me of using a sand blaster to clean your teeth. It's pretty arcane. I suppose nothing wrong with that, but they could have created some wrapping objects instead of everyone having do write wrappers every time they want to use a stream and a socket. That gets REALLY old fast. Simple wrapper class, you know server classes client classes, for both UDP and TCP? MS didn't do ANY of that, I feel like I've steped into the stone age with VC++!

Oh well VC++ is designed to be complicated and anoying I guess. :)

Welcome to MS

Cyb

bjz
May 1st, 2002, 16:09
/me points out that if u go to the section with pictures on winprog.org you'll find a picture of me. But its crappy quality with a pos cam.

Doomulation
May 2nd, 2002, 01:05
MS was born to make things complicated :P
They've made a lot of things very complicated, and I don't understand why, 'cuz VC++ could've been much easier.

Cyberman
May 2nd, 2002, 05:25
Originally posted by Doomulation
MS was born to make things complicated :P
They've made a lot of things very complicated, and I don't understand why, 'cuz VC++ could've been much easier.
Superiority by making things unnecesarily complicated, I believe the catch phrase was in the Anti Trust suit.

I guess that is how they maintain there edge.

Cyberman

The Khan Artist
May 4th, 2002, 06:33
Yup, they can maintain their tyranny because people don't know any better, or are too dumbed down by marketing to demand better products for less.

It sux0rs.

:(