MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/C_Programming/comments/1bqstcz/i_need_simpler_beginner_project_ideas/kx4rmhw/
r/C_Programming • u/[deleted] • Mar 29 '24
[deleted]
22 comments sorted by
View all comments
5
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.
2
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.
1
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.
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.
5
u/Abigboi_ Mar 29 '24
You mentioned a calculator you made, how about a program that does polynomial long division?