Search:

Type: Posts; User: ashb

Search: Search took 0.00 seconds.

  1. Thread: database problem

    by ashb
    Replies
    4
    Views
    1,644

    still i can't save or load data !!!! ....

    still i can't save or load data !!!! ....
  2. Thread: database problem

    by ashb
    Replies
    4
    Views
    1,644

    database problem

    i have a small problem , when i exit the program ,open it again and load ( nothing loaded !!!!) i select display .. nothin is displayed.. i don't know if the problem is in the save() function or in...
  3. Replies
    11
    Views
    1,563

    I have done some modification in the program but ...

    I have done some modification in the program but i have a small problem , when i exit the program ,open it again and load ( nothing loaded !!!!) i select display .. nothin is displayed.. i don't...
  4. Replies
    11
    Views
    1,563

    I have done some modification in the program but ...

    I have done some modification in the program but i have a small problem , when i exit the program ,open it again and load ( nothing loaded !!!!) i select display .. nothin is displayed.. i don't...
  5. Replies
    11
    Views
    1,563

    is there is somthing wrong with this load() ...

    is there is somthing wrong with this load() function ??? when i call it, the is an error accures ...



    void load()
    {
    int i = 0 ;
    ifstream fin;

    ...
  6. Replies
    11
    Views
    1,563

    I'm really stuck .. can any one help me !!!!

    I'm really stuck .. can any one help me !!!!
  7. Replies
    11
    Views
    1,563

    sorry man but i'm still beginner :) ... i add...

    sorry man but i'm still beginner :) ...

    i add a new student then I increme the i value (i++), how could i pass the new value of i from add() function to display and save functions ? ..
  8. Replies
    11
    Views
    1,563

    Thanx man ... but i didn't get you clearly...

    Thanx man ...
    but i didn't get you clearly .... if I initialized i to 0, the loop will end at which value ?!
  9. Replies
    11
    Views
    1,563

    array of structure

    This is my code .. accually with this code i can only save one student data and display only one!! .. i want to add a new student data (without overwriting) and display them all (the new data and the...
  10. Thread: Need Some Help!

    by ashb
    Replies
    7
    Views
    1,130

    This is my code .. accually with this code i can...

    This is my code .. accually with this code i can only save one student data .. i want to save more than one and display them all ....




    #include <iostream>
    #include <stdlib.h>
    #include...
  11. Thread: Need Some Help!

    by ashb
    Replies
    7
    Views
    1,130

    thanx guyz for the help .. but i still don't get...

    thanx guyz for the help .. but i still don't get it .. (still bigenner)

    I want to save an array of structure in a binary file and then display ALL the information i have saved.
    I have been...
  12. Thread: Need Some Help!

    by ashb
    Replies
    7
    Views
    1,130

    Need Some Help!

    Accually i need to create a student database but i have a problem when i try to add a new student, it overwrites on the old student data so, when i choose display, only the last student that i have...
  13. Replies
    6
    Views
    4,467

    Assignment Help !! (Student information system)

    The objective of this assignment is to develop a student information system to manage the students’ information.


    The student information system should be capable to perform the following tasks:...
Results 1 to 13 of 13