room scheduler

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sowmyth
    New Member
    • Oct 2006
    • 19

    room scheduler

    plz help me to write a c code(program) for hostel management.i don't have any idea of how to do it. if anyone so kind enough please send me in the abstract also.
  • koder
    New Member
    • Sep 2006
    • 23

    #2
    could u be more specific?a little more elaboration on requirement that what u need exaclty with the code u intende to write

    Comment

    • sowmyth
      New Member
      • Oct 2006
      • 19

      #3
      regarding hostel management

      actually in our school we were asked to do project on hostel management.
      we are supposed to write a c code on storing the student information and retrieving it when required,room scheduler,check ing whether the room is available or not,assigning the room,calculate the mess fee,account registry,etc.
      if anyone can think of more ideas please tell me and help me in writing a c code for everything.

      Comment

      • Banfa
        Recognized Expert Expert
        • Feb 2006
        • 9067

        #4
        Please don't double post

        This is a large project, do not try to takle it all at once, start with 1 piece, for instance

        1. Storing and retrieving student information.

        When you have that working go on to the next piece

        2. Room Scheduler

        etc.

        Comment

        • sowmyth
          New Member
          • Oct 2006
          • 19

          #5
          room scheduler

          hi!
          actually i'm doing a project in C on hostel management.i want to know how to write a code to assign rooms to each student.that is for example if a new student arrives and gives his choice of room number then the code should be such that the program should check if that particular rom is vacant or not.if there is vacancy,already how many of them has occupied it etc,.

          Comment

          Working...