Author Topic: C++ Win32 APIS,HELP TUTORIAL!  (Read 1821 times)

0 Members and 1 Guest are viewing this topic.

Offline Pachelbel

  • /dev/null
  • *
  • Posts: 12
  • Cookies: 0
    • View Profile
C++ Win32 APIS,HELP TUTORIAL!
« on: May 02, 2012, 11:05:38 pm »
Hello again guys, as you may already know i have been studying C++ language.I already know all the basics,i jumped to Win32 APis
but after googling alot i couldnt find any good tutorial or list of this APIS. I would like to know if there is any kind of list or tutorial that shows
all the Win32 APIs and their function in C++. If anyone got a list or tutorial of all the Win32 Apis please send it to me, Thanks!

Offline petermlm

  • Knight
  • **
  • Posts: 226
  • Cookies: 7
  • Information is Power
    • View Profile
    • Security Check
Re: C++ Win32 APIS,HELP TUTORIAL!
« Reply #1 on: May 02, 2012, 11:12:44 pm »
Nothing better, I would think, than the Microsoft Developer Network (MSDN):

http://msdn.microsoft.com/en-us/library/bb384843.aspx

I see a lot of stuff in there. There is also a video in that page to make a Hello World I think. Does it help?

Offline Pachelbel

  • /dev/null
  • *
  • Posts: 12
  • Cookies: 0
    • View Profile
Re: C++ Win32 APIS,HELP TUTORIAL!
« Reply #2 on: May 02, 2012, 11:21:15 pm »
Yes it helps @petermlm Thank you very much and also by just reading stuffs like this i found a really complete tutorial with all the functions
in Win32 APis, the problem is that is in Spanish, for me its cool because i know spanish but it could be really usefull for people who know this language :D , iam reading it while posting this and i got an erection haha  ;D , it's time to start programming 8) .

Here is the link:
http://winapi.conclase.net/ <------------- Win APIs tutorial.

by making some questions to my self i found what i wanted, hope that this helps to more people in the forum, Bye and thanks.

Offline petermlm

  • Knight
  • **
  • Posts: 226
  • Cookies: 7
  • Information is Power
    • View Profile
    • Security Check
Re: C++ Win32 APIS,HELP TUTORIAL!
« Reply #3 on: May 02, 2012, 11:27:35 pm »
Yes it helps @petermlm Thank you very much and also by just reading stuffs like this i found a really complete tutorial with all the functions
in Win32 APis, the problem is that is in Spanish, for me its cool because i know spanish but it could be really usefull for people who know this language :D , iam reading it while posting this and i got an erection haha  ;D , it's time to start programming 8) .

Here is the link:
http://winapi.conclase.net/ <------------- Win APIs tutorial.

by making some questions to my self i found what i wanted, hope that this helps to more people in the forum, Bye and thanks.

Nice! Happy programming!!