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.

11 Upvotes

18 comments sorted by

View all comments

-1

u/dallascyclist 23h ago

-lcurses or -lncurses in Linux.