structured input

can someone help me with structured input how to create it

1
2
3
4
5
6
7
8
  struct clientData	// client data 
{ 
   int accNum;	        // accnr
   char Sur[15];	// surname
   char Name[10];	// name
   float balance;	// balance
};
not exactly what i'm looking for

first of all i need input of one by one
would be nice if checked if accNum is not in use

something like that
Topic archived. No new replies allowed.