#Win32 API

20 messages · Page 1 of 1 (latest)

shut heath
#

I just finished watching tutorials on cpp basics and now i wanna learn about win32 API, anyone that has experience in it that could send me a tutorial or anything?

main socket
daring vortex
daring vortex
#

@shut heath

#

i used to do windows.h for gui programming lol.. I switched to direct2d because it's way much better

#

the quality for direct2d is pretty nice aswell

#

but if you resize it you will see that it does wordwrap automatically

#

direct2d is as simple as GDI but it is a lot faster

#

basically an API for drawing

#

you can also use direct2d to interact with windows api

#

I couldn't find anything other than crappy microsoft learn documentation sorry lmao

#

well, i will stop bothering you, if you have any doubts or want to know about some cool API i can help you later on

shut heath
#

So we can both agree that Microsoft documentations is absolute garbage

shut heath
daring vortex