C Programming Project Topic | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

C Programming Project Topic

Suggest me some project topic by C language without graphics header. Also, will I be able to make a paint program without graphics header in C language?

12th Oct 2020, 8:22 PM
Samia Haque
Samia Haque - avatar
2 Answers
+ 1
Hi, by graphics header if you mean graphics.h, then I don’t think it’s part of modern c/c++ compilers. You could make one of those traditional ... management system (bank, library...) or some of the apps that I wrote in c++ using pure WIN32 api: weather app, daily desktop wallpaper changer, color picker from background screen, video desktop wallpaper, steganography app ... or create an app that you use normally, like notepad. I think you can make paint app without any graphics. On Windows you could use GDI. If you use c++ then you could try GDI+. For cross platform, QT framework (c++) could be an option as well. good luck!
13th Oct 2020, 1:27 AM
Flash
0
Flash you are right. The codeblocks compiler shows error whenever I try to run the graphics.h .
13th Oct 2020, 8:17 AM
Samia Haque
Samia Haque - avatar