NO

Author Topic: What is the easist way to draw graphics using pelleC?  (Read 2793 times)

jwzumwalt

  • Guest
What is the easist way to draw graphics using pelleC?
« 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?

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: What is the easist way to draw graphics using pelleC?
« Reply #1 on: May 06, 2009, 09:46:11 AM »
Perhaps leaning Windows GUI/GDI API.
Keyword examples: MoveToEx() LineTo() ArcTo()
May the source be with you