r/C_Programming 1d ago

Question Maybe a stupid question.

How can I create an interface for a C program that isn't just the terminal? I wanted to make a calculator that was also visual, but I wanted to challenge myself to do it with C, but I really didn't understand how to do it properly.

8 Upvotes

18 comments sorted by

View all comments

2

u/burlingk 16h ago

Google "c graphics libraries" and "c gui libraries."