Posts by Wagnerlw • 17 points
2 posts
-
0
votes3
answers82
viewsQ: How do I insert a menu?
To with a project, and the final part of it is inserting the menu of choice for user. I will leave the original code, because of several attempts, all were unsuccessful. Even includes the case,…
-
0
votes3
answers81
viewsQ: How do I resolve this error by trying to delete a specific node from a chained double list?
In my project, I am making a double-padlock list in C, where it has simple objectives, such as adding at the beginning or end, removing a specific or zeroing. I took a shallow code and was adding…