where do I start??

Started by fbartra, June 26, 2015, 09:18:52 PM

Previous topic - Next topic

fbartra

I know a bit of C language
I am very new with windows programming
is there a basic windows intro?
I have downloaded many examples, but they are using a lot of functions but many of them can't find any info on it

i.e. WinMain = start code here
i.e. CALLBACK = message handling, etc

Thank you

Fausto Bartra

Snowman

Quote from: fbartra on June 26, 2015, 09:18:52 PM
I know a bit of C language
Keep improving your C skills until you can say you know it "well enough":
http://c-faq.com/
http://en.cppreference.com/w/c
http://mycquiz.com/

Quote from: fbartra on June 26, 2015, 09:18:52 PM
I am very new with windows programming
is there a basic windows intro?
I have downloaded many examples, but they are using a lot of functions but many of them can't find any info on it

i.e. WinMain = start code here
i.e. CALLBACK = message handling, etc

Use a tutorial to begin coding quickly, and MSDN to understand and improve the tutorial code:
http://zetcode.com/gui/winapi/
http://www.winprog.org/tutorial/
https://msdn.microsoft.com/en-us/library/windows/desktop/ff381399%28v=vs.85%29.aspx
https://msdn.microsoft.com/en-us/library/windows/desktop/bb773169%28v=vs.85%29.aspx

fbartra

Thank you very much
This is exactly what I was looking for

Fausto Bartra