Search:

Type: Posts; User: fireonyx

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    2,672

    When I add the prototype to the header file, and...

    When I add the prototype to the header file, and remove the static keyword, it works out.
  2. Replies
    6
    Views
    2,672

    When I just add the prototype up top, it just...

    When I just add the prototype up top, it just says its used, but never defined. And yes, ill have to cast the arg someway else.
  3. Replies
    6
    Views
    2,672

    Undefined Reference to function?

    Our assignment is to write a program that tests our teacher's code. He has written 4 files for us to "test". However, when I try and compile it, it cant find only 1 of his functions, but the rest...
  4. Replies
    7
    Views
    2,034

    Copying buffers?

    Our assignment is to make a simplified stdio.h. I have most of it done and working, but I am having a problem with with my_fwrite. I am trying to copy the buffer that the user sends to me into the...
  5. Replies
    4
    Views
    8,883

    thanks all. I have a class that has several...

    thanks all. I have a class that has several public char[] arrays. The method posted by Tonto works fine. Its been forever since I have done c++, and still getting the hang of it again.
  6. Replies
    4
    Views
    8,883

    cout a fixed length string?

    Is there any clean way to print out a fixed-length string (no null terminator)? I realize I can copy the fixed length to a string and print out the null terminated one, but that seems execive. I...
Results 1 to 6 of 6