PDA

Click to See Complete Forum and Search --> : What Should I Know ?


slx47
May 3rd, 2002, 08:39 PM
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 ?

markman
May 3rd, 2002, 08:44 PM
just the basic way windows works.....

AnT
May 3rd, 2002, 10:07 PM
...and doesn't work

phinds
May 4th, 2002, 02:52 PM
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.

SteveCRM
May 4th, 2002, 02:59 PM
mostly all of those, but classes aren't needed...you can get away with a limited knowledge of pointers also :)

CornedBee
May 5th, 2002, 10:33 AM
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.