NO

Author Topic: where do I start??  (Read 2639 times)

fbartra

  • Guest
where do I start??
« on: June 26, 2015, 09:18:52 PM »
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

  • Guest
Re: where do I start??
« Reply #1 on: June 26, 2015, 10:45:56 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/

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

  • Guest
Re: where do I start??
« Reply #2 on: June 29, 2015, 02:53:22 AM »
Thank you very much
This is exactly what I was looking for

Fausto Bartra