Search:

Type: Posts; User: ninboy

Search: Search took 0.01 seconds; generated 8 minute(s) ago.

  1. Replies
    1
    Views
    3,614

    I've added another question... Anyone can give me...

    I've added another question... Anyone can give me some light on this? :S :)
  2. As long as I see, you defining "tmp" INSIDE...

    As long as I see, you defining "tmp" INSIDE reverse2. Remember that (in C and almost all languages) when you define a variable 'foo' inside a subprocess, the scope of that variable is just that...
  3. Replies
    5
    Views
    3,690

    You need a function that look for an specific...

    You need a function that look for an specific number (floating point) and returns the x and y values where it is found?
  4. Replies
    1
    Views
    3,614

    A question about sockets

    Hello everyone in C Boards! I'm here to look again for answer or hints to help me accomplish what I need to do...

    I'm writing a server with sockets (actually, a repository of files), and I have a...
  5. Thanks for the sugestions, I'll change that. I...

    Thanks for the sugestions, I'll change that. I though that malloc always need to have a sizeof(---), thanks for the new definition, hehehe.

    and about DICC, well, yeah. It like a global variable, a...
  6. FIXED!!! anon, you gave me the hint, thanks! I...

    FIXED!!!

    anon, you gave me the hint, thanks! I wasn't asigning te proper amount of memory to the array of pointers to pointers, so i was getting into parts of memory that i shouldn't have been...
  7. Good point about the size of word. But about...

    Good point about the size of word.

    But about realloc, what I read in the manuals is that malloc(size) is the same as realloc(null, size)...
    But let me try using malloc first...

    Edit: The...
  8. Some help with "realloc invalid next size" problem?

    Hello everyone. I'm new in this forum, but I have quite some time reading in the background all the amazing help you give here.

    I'm trying to write a spellchecker, and I have a dictionary file...
Results 1 to 8 of 8