I know till function(II) in the tutorials in this site.....
i wanted to learn windows programming.....presently i don't understand a word in the programs i downloaded.....
How much basic knowledge do i need to know to learn windows programming...
Please tell me step by step......i have a project to make whose logic i know....but want to make the program presentable
If your programs use the C windows API you need to know about the things in the Compound Data Types section of the tutorials (Arrays, Character sequences, Pointers, Dynamic memory, Data structures, Other data types),
if they use MFC you should know everything explained in the tutorial