Hello all, I am writing a program so people can sign up for a class at a school. The class has a limited number of spaces and i was wondering if there was a way to show somer kind of live number of poeple in the class. also i would like the class to close when it is full. a person will log in and see a list of like 30 classes, they will pick a class and their choice is stored. So is there any way to do this?
Thanks
M

You should try it your self

You should try it your self

i have been...

1> First create login component to enter into each class.
2>Create one interface with two variable as count .
3>Implement the Interface with each class.
4> if( count < = 30 )
enter the class and increment the count by 1.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.