Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ANSI C graphics extension [closed]

I have to make a project for the Windows OS in strics ANSI C (so im not allowed to use C++, C# or Objective-C). And I'm wondering if it is possible to use any kind of graphics. And if it's possible, how can I? Are there any open source frameworks for strict ANSI C that allow me to use GUI programming?

Thanks in advance,

Marnix van Rijswijk.

like image 952
Marnix v. R. Avatar asked Dec 04 '25 01:12

Marnix v. R.


1 Answers

I am assuming you are just not allowed to use any other C-derived language, not limited to only using the features plain ANSI-C gives you. Otherwise asking for frameworks doesn't make any sense - everything outside the standard-library would be off-limits for you.

If you are only targetting windows you can just use the WinAPI. Alternatively you could get a higher abstraction level and better portability by using toolkits like gtk+.

like image 167
Georg Fritzsche Avatar answered Dec 05 '25 15:12

Georg Fritzsche



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!