Search:

Type: Posts; User: macgyverwong

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,001

    Where should i chose to append??? Cause i...

    Where should i chose to append???
    Cause i initially created 10000 space for student using this code


    //create 10000space.
    int main()
    {
    const int maxRoom = 10000;
    Student aStudent;
    ...
  2. Replies
    3
    Views
    1,001

    Why my previous file delete???

    my code is as below...
    i wan add student in my txt file...
    when i close system, restart again and add student... the previous data that i entered lost...WHY???



    int main()
    {
    int ans,...
Results 1 to 2 of 2