Question
Hi, I am working on a project for my C++ class and it is a 24 hour fitness booking system. I worked on the code
Hi, I am working on a project for my C++ class and it is a 24 hour fitness booking system.
I worked on the code on notepad and run it on command prompt and everything works fine.
However, I want to run this code on an IDE and when I run it on Visual Studio I keep getting an error that identifier "gets" is undefined.
Oh and for the IDE I had to change system(cls) to system(clear) and system(pause) to system(read) because they wouldn't work . So if u run the code on cmd the code would run but you would see the error.
And the password is password to enter the application.
Please find the code in the following link:
https://paste.ubuntu.com/p/YPbHMhZ2qc/
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started