Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~74 People Reached
Favorite Forums
Favorite Tags
c x 1
Member Avatar for oenwings

I have the code to show tower of hanoi graphically. It is very hard coded,can anyone help me to remove hard coded sotuation. #include <gtk/gtk.h> #include <stdlib.h> int diskisin [5], posinpeg [5], diskcount [3], width = 655, height = 430, delay = 100000, ysize = 20, kbhit, n; double cl …

0
74