CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: fireblade2010

Search: Search took 0.01 seconds.

  1. Re: plz help me with virtual functions file handling code

    thanks a lot sir

    i finally found a solution for my problem

    thanks a lot
  2. Re: plz help me with virtual functions file handling code

    ok
    i got what u r trying to explain

    now problem is since i am writing in file from main() hence i cant write each data member individually

    can u suggest any other approach

    thank you
  3. Re: plz help me with virtual functions file handling code

    but i want to write entire object
    and not the individual fields
  4. Re: plz help me with virtual functions file handling code

    we always have to cast class pointer to char pointer while reading or writing to a file

    and also need to specify size of the object which i did

    plz tell me whats wrong with that function call
  5. plz help me with virtual functions file handling code

    here is the code

    plz help me with the case 2 present in main...

    #include<iostream.h>
    #include<conio.h>
    #include<fstream.h>
    #include<stdlib.h>

    class student
  6. plz help me with virtual functions file handling code

    here is the code

    plz help me with the case 2 present in main...

    #include<iostream.h>
    #include<conio.h>
    #include<fstream.h>
    #include<stdlib.h>

    class student
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured