|
-
Feb 11th, 2001, 04:15 PM
#1
Thread Starter
Frenzied Member
-
Feb 11th, 2001, 04:26 PM
#2
Monday Morning Lunatic
The Platform SDK is definitely required to do any Windows programming 
Here's a couple of examples based on the PSDK:
http://www.parksie.net/Raw.zip
http://www.parksie.net/RawDlg.zip
I tried to comment them nicely 
If you read the PSDK carefully then it's not overly difficult, you just need to understand Windows' message model.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Feb 11th, 2001, 04:40 PM
#3
Frenzied Member
Also try this very good tutorial
http://www.winprog.org/tutorial
Last edited by Vlatko; Feb 11th, 2001 at 04:44 PM.
-
Feb 11th, 2001, 05:26 PM
#4
Monday Morning Lunatic
And Vlatko walks straight into that one... 
He said other than winprog.org 
Hehehehe.......not a problem, though
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Feb 11th, 2001, 11:41 PM
#5
Thread Starter
Frenzied Member
hehehe...thanks guys! I'll take a look into that parksie!
-
Feb 12th, 2001, 09:19 AM
#6
Addicted Member
Let me add my 2 cents.... if you want to do Windows programming, you probably should also learn MFC. There are plenty of good MFC books out there.
Happy programming!
substring.
-
Feb 12th, 2001, 09:46 AM
#7
PowerPoster
So, classes are enough to go into windows programming? That sounds good, because thats about where i am at!
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
USAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSAUSA
-
Feb 12th, 2001, 11:51 AM
#8
Frenzied Member
Well, I recommend you to not touch MFC if you want to use C++ what it's designed for... fast / small.
If you use MFC you might as well use VB
Ofcourse this is my opinion, and I agree it can be handy for RAD (is it called like that? Rapid Application Development), but I think it exploits C++, this is in contradiction with the whole idea of C++
Jop - validweb.nl
Alcohol doesn't solve any problems, but then again, neither does milk.
-
Feb 12th, 2001, 12:06 PM
#9
Frenzied Member
Yeah I agree with Jop here, keep off the MFC for a while, until you know about how Windows works at least. Windows messages, the message loop (or message pump as some call it), that kinda thing.
I see MFC as being somewhere between pure C++ with APIs and VB in terms of low-level/high-level programming. I think you have to acknowledge that MFC has a place somewhere below VB, since it is inherantly lower level by using C++ as the cement between the objects, so some more/different things are possible more easily, but it is really sacrificing a lot of the fundamental benefits of C++ - speed and size.
So, it's got a niche IMO, but it's not one I'm particularly interested in (not at the moment anyway), I'd rather stick to C++ with API.
Harry.
"From one thing, know ten thousand things."
-
Feb 12th, 2001, 09:52 PM
#10
Thread Starter
Frenzied Member
-
Feb 13th, 2001, 11:39 PM
#11
PowerPoster
Just wanted to throw my .02 cents in, I just learned my first C++ Program, "Hello World", wooohh..I'm at the beginning of my long journey...
-
Feb 14th, 2001, 01:18 PM
#12
Addicted Member
Lethal,
Well, you got to start somewhere. Just to let you know that it is going to be a bumpy road. Hang in there and the reward will be tremendous.
Happy programming!
substring.
-
Feb 14th, 2001, 01:24 PM
#13
Monday Morning Lunatic
And what can probably be one of the most useful pieces of advice...someone (my dad ) told me that when you use strings, it's a lot easier if you ALWAYS mentally treat them as arrays rather than strings -- it stops you getting totally confused
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Feb 14th, 2001, 09:21 PM
#14
PowerPoster
Thanks for the advice fellas, If i have any questions I know who to turn to.
-
Feb 14th, 2001, 10:20 PM
#15
-
Feb 16th, 2001, 06:08 PM
#16
Member
check out this book
Programming Windows, The Definitive Guide to the Win32 API
by Charles Petzold
Samwise Galenorn
[email protected]
-
Feb 16th, 2001, 10:46 PM
#17
Thread Starter
Frenzied Member
Will-do...thanks
-
Feb 23rd, 2001, 12:52 PM
#18
Lively Member
hermm...
just because I want to be different I say "Screw windows programming!"
What would be really sweet would be to develop some GNOME applications (and the like) for Linux!
l8r
-
Feb 23rd, 2001, 01:19 PM
#19
Monday Morning Lunatic
Check out a good book on CORBA then
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|