Search:

Type: Posts; User: eple

Search: Search took 0.00 seconds.

  1. Using a char-array in stead of an external data file

    I have a char-array with the binary data of a file, and a function that takes a FILE pointer.
    Can I in some way give the function the data in my char-array in stead of writing it to an external file...
  2. Replies
    8
    Views
    1,353

    Function pointers in C++ classes

    Hi.

    I'm trying to pass a pointer to a function in a class as a parameter to another class' constructor, but I'm not sure how to do this.
    I created a small example-program:


    #include...
Results 1 to 2 of 2