|
-
May 3rd, 2002, 08:39 PM
#1
Thread Starter
Lively Member
What Should I Know ?
What should i know before i move onto windows applications ?
I Know:
classes(polymorphism)
functions
pointers
variables(const,etc...)
Flow Control(if,switch)
Loops
useful commands(typedef)
anything else i should know ?
-
May 3rd, 2002, 08:44 PM
#2
Frenzied Member
just the basic way windows works.....
retired member. Thanks for everything 
-
May 3rd, 2002, 10:07 PM
#3
-
May 4th, 2002, 02:52 PM
#4
PowerPoster
yeah, you need to userstand event drive programming else Windows programming will drive you bonkers. VB is a good intro go event driven programming and WAY easier to deal with than windows programming.
-
May 4th, 2002, 02:59 PM
#5
Frenzied Member
mostly all of those, but classes aren't needed...you can get away with a limited knowledge of pointers also
-
May 5th, 2002, 10:33 AM
#6
Yeah, you only need to know how to pass a value by pointer. And you don't need to know about how windows works - it's what you're going to learn. And you should NOT use VB to learn it!
You should have heard of function pointers.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
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
|