clubgamma / Ticket-Booking

Participate in Club Gamma Hacktoberfest by contributing to any Club Gamma Project
https://clubgamma.vercel.app/
1 stars 10 forks source link

Correcting Some logical errors in the code and making it more robust #84

Closed FireFistisDead closed 4 weeks ago

FireFistisDead commented 4 weeks ago

Logical error were:-C:\Users\yash khare\Desktop\Achievement.c\Ticket-Booking\booking.c: In function 'void TransportMode()': C:\Users\yash khare\Desktop\Achievement.c\Ticket-Booking\booking.c:116:9: error: 'clearInputBuffer' was not declared in this scope 116 | clearInputBuffer(); | ^~~~ C:\Users\yash khare\Desktop\Achievement.c\Ticket-Booking\booking.c:119:5: error: 'clearInputBuffer' was not declared in this scope 119 | clearInputBuffer(); | ^~~~ C:\Users\yash khare\Desktop\Achievement.c\Ticket-Booking\booking.c:124:9: error: 'handleInput' was not declared in this scope 124 | handleInput(); | ^~~ C:\Users\yash khare\Desktop\Achievement.c\Ticket-Booking\booking.c:126:9: error: 'handleInput' was not declared in this scope 126 | handleInput(); | ^~~C:\Users\yash khare\Desktop\Achievement.c\Ticket-Booking\booking.c: In function 'void TransportMode()': C:\Users\yash khare\Desktop\Achievement.c\Ticket-Booking\booking.c:116:9: error: 'clearInputBuffer' was not declared in this scope 116 | clearInputBuffer(); | ^~~~ C:\Users\yash khare\Desktop\Achievement.c\Ticket-Booking\booking.c:119:5: error: 'clearInputBuffer' was not declared in this scope 119 | clearInputBuffer(); | ^~~~ C:\Users\yash khare\Desktop\Achievement.c\Ticket-Booking\booking.c:124:9: error: 'handleInput' was not declared in this scope 124 | handleInput(); | ^~~ C:\Users\yash khare\Desktop\Achievement.c\Ticket-Booking\booking.c:126:9: error: 'handleInput' was not declared in this scope 126 | handleInput(); | ^~~

soni-shashan commented 4 weeks ago

there is already pr opened on that issue @FireFistisDead

FireFistisDead commented 4 weeks ago

@soni-shashan can you tell me in detail what is the conflict happening because of my code

soni-shashan commented 4 weeks ago

@FireFistisDead this issue is already solve, i am closing your pr