Search:

Type: Posts; User: Mini_Maggit

Search: Search took 0.01 seconds.

  1. Where do I put what in the implementation file?

    Hey all,

    I'm having a bit of trouble understanding this all...

    I want to create a BinaryString class that holds a single array of characters (thus a single char*) and manages it as if it is a...
  2. Replies
    3
    Views
    1,805

    Yes, well... Don't I feel like an ass..? That...

    Yes, well... Don't I feel like an ass..?
    That worked perfectly

    Thanks for your trouble
  3. Replies
    3
    Views
    1,805

    Linking Problems

    Using g++ in Linux, I have 2 .C files and a .h file:



    //Fibonacci.h

    #ifndef FIBONACCI_H
    #define FIBONACCI_H

    unsigned int Fibonacci (unsigned int);
Results 1 to 3 of 3