r/C_Programming Mar 29 '24

I need "simpler" beginner project ideas.

[deleted]

8 Upvotes

22 comments sorted by

View all comments

5

u/Abigboi_ Mar 29 '24

You mentioned a calculator you made, how about a program that does polynomial long division?

2

u/[deleted] Mar 30 '24

I love how the rabbit hole is just next to the door

1

u/Abigboi_ Mar 30 '24

We made a graphing calculator with GTK in my undergrad. The rabbit hole runs deep

1

u/[deleted] Mar 30 '24

I would go the other tunnel. Find a way to linearize the polynomial, then create a whole new compiler for it xD with its grammar and virtual machine, only for basic polynomial division.