Pelles C forum

C language => Expert questions => Topic started by: jwzumwalt on May 06, 2009, 08:34:59 AM

Title: What is the easist way to draw graphics using pelleC?
Post by: jwzumwalt on May 06, 2009, 08:34:59 AM
I have a book that has many experimental c routines. I would like to try them out using the most straight forward technique... What do you suggest as the easist?
Title: Re: What is the easist way to draw graphics using pelleC?
Post by: TimoVJL on May 06, 2009, 09:46:11 AM
Perhaps leaning Windows GUI/GDI API.
Keyword examples: MoveToEx() LineTo() ArcTo()