Search:

Type: Posts; User: chubigans

Search: Search took 0.01 seconds.

  1. strncpy solved it, Thank you for your wisdom,...

    strncpy solved it,

    Thank you for your wisdom, good sir
  2. I get 0 errors, 0 warnings when I compile. Good...

    I get 0 errors, 0 warnings when I compile. Good call on the return statement.

    This is why i hate dev-c++, but i have to use it for my class. It has to compile with Dev C++. Do you see any other...
  3. Program Doesnt crash in debug mode, crashes normally

    Hello everyone. I'm writing a program that reads in a text file with words, 1 on each line, and reads it into a binary search tree.

    I am using Dev-C++. I'm not sure why i'm getting an error...
  4. Replies
    2
    Views
    833

    I appreciate you pointing that out thanks

    I appreciate you pointing that out

    thanks
  5. Replies
    2
    Views
    833

    Linked list help

    Hello, I'm having a problem with inserting into a linked list... It seems when I'm trying to insert something into the head I get a runtime error. I assumed that I would be safe from the runtime...
  6. New to dynamic arrays... help with my source code?

    Fixed it
  7. Replies
    4
    Views
    1,339

    Yeah, I just read some of those stupid mistakes...

    Yeah, I just read some of those stupid mistakes on sourceforge. I can't believe I made them. My programming class didn't really go over "malloc" but now I get it. Thanks everyone.
  8. Replies
    4
    Views
    1,339

    Array of strings problems...

    Hello. I have a problem with an array of strings. I am scanning a string in a loop. I'm then assigning that string to an array of strings. The problem is, it just assigns a pointer. So when I try to...
Results 1 to 8 of 8