Pelles C forum

C language => Tips & tricks => Topic started by: CFred on November 16, 2023, 05:30:56 PM

Title: Useful website for WIndows programming in Pelles C
Post by: CFred on November 16, 2023, 05:30:56 PM
I was not sure where to post this information - I hope it is in the correct place.

Information about programming in C has become difficult to find on the web. There are standard resources such as Microsoft's information pages (most of these pages provide code for C++ that can usually be used in Pelles C). Recently, I came across a useful website that shows how to use Windows API functions in Pelles C at:

https://zetcode.com/gui/winapi/ (https://zetcode.com/gui/winapi/)

Although this website is aimed at beginners, it contained some useful snippets that I found useful. The site was recently updated (October 2023) and it contains a lot of code that works in Pelles C.

I hope this information is useful.
Title: Re: Useful website for WIndows programming in Pelles C
Post by: Vortex on November 16, 2023, 07:36:27 PM
Hi CFred,

Zedcode is a very nice site. Some additional websites :

http://www.winprog.org/tutorial/

https://github.com/yottaawesome/programming-windows-5th-edition