Posts by Lucas • 77 points
2 posts
-
2
votes2
answers7557
viewsQ: How to Save Read Chained List in File?
I’m a beginner in programming and I’m coding this program for a college job. It is a "pizzeria manager", I need to save read a linked list (customer registration) in a file, so that the data is not…
-
4
votes1
answer216
viewsQ: How to manipulate Widgets from the main window through a signal function ( C and GTK+)?
I have very little experience and am coding a program for a college job. I am using the GTK+ 2.0 library. There are several widgets in the main window, among them a button that I connected to a…