Hi
I have created student data (i.e)rollno and names using dat file and i have created book data (i.e)booknumber and booknames using dat file. Now i want to issue books to students if i issue book mean i want to display to which student i have issue book (i.e) it display like below
rollno name booknumber bookname issued
1 harsha 453 c++ issue
Hi
I am created student details and book details .I want to issue book to a student with the help of student number and book number
at the end it will display that book issue to a student . And if i view student table mean book issue detail also have to display on the screen
For book issue i am not able to create proper code