Posts by Gabriel Dantas • 55 points
2 posts
-
0
votes1
answer836
viewsQ: ERROR: Static declaration of Follows non-static declaration
My code has the following error and I’m not seeing or understanding what it is. 80:6: error: Static declaration of 'print_menu' Follows non-static declaration void print_menu(){ 14:6: note: Previous…
casked Gabriel Dantas 55 -
5
votes2
answers1366
viewsQ: Discover machine operating system in C
I need to do a function to clean the C screen running on Windows, Mac and Linux. I thought to do a function that: If the OS were Windows: system("cls"); If the OS was Linux or Mac: system("clear");…
casked Gabriel Dantas 55