NO

Author Topic: Useful website for WIndows programming in Pelles C  (Read 623 times)

Offline CFred

  • Member
  • *
  • Posts: 36
Useful website for WIndows programming in Pelles C
« 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/

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.

Offline Vortex

  • Member
  • *
  • Posts: 802
    • http://www.vortex.masmcode.com
Re: Useful website for WIndows programming in Pelles C
« Reply #1 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
Code it... That's all...