Search:

Type: Posts; User: redcrusher

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    835

    2 dimensional dynamic array SEG FAULT!

    I am getting a Seg Fault on the 2 lines denoted below. Any ideas why i am getting a seg fault? Any help would be amazing! thanks.



    int** pathArry;
    int i;
    int count;...
  2. Replies
    8
    Views
    1,129

    thank you very much. I will do that.

    thank you very much. I will do that.
  3. Replies
    8
    Views
    1,129

    This fixed the problem ...... gcc main.c...

    This fixed the problem ......

    gcc main.c rbtree.h rbtree.c

    I feel really dumb right now.

    thank you for the help :)
  4. Replies
    8
    Views
    1,129

    Still getting the same error, but i changed what...

    Still getting the same error, but i changed what you stated.

    main.c

    #include <stdio.h>#include <stdlib.h>
    #include "rbtree.h"


    int main()
    {
  5. Replies
    8
    Views
    1,129

    gcc -g main.c .... that is all i do ... i am...

    gcc -g main.c

    .... that is all i do ... i am going to assume that is wrong...
  6. Replies
    8
    Views
    1,129

    Everything compiles until I put something into...

    Everything compiles until I put something into main

    Error


    /tmp/cc2enRJZ.o: In function `main':
    /home/redcrusher/Projects/CSE310/RedBlackTree/main.c:7: undefined reference to `_bin_insert'...
  7. Replies
    8
    Views
    1,129

    Easy .h & .c Question

    I want to split this File into 3 files:
    main.c
    rbtree.h
    rbtree.c

    I am not thinking anyone will do it for me, i am just looking for a good tutorial on it. I see some, but not any that include...
  8. Replies
    1
    Views
    3,085

    /proc/pid/mem Reading

    I am trying to read this file and get values out of the specific mem addresses.

    Is this possible?

    --redcrusher
  9. Cursor/Mouse Position and Type - Platform independent?

    Hello,

    I originally posted this into the C programming forum, but i do not think anyone knows how to do it just using C. So, i am here.. in the c++ programming forum hoping to have better luck.
    ...
  10. Pointer(Cursor) Position and Type - Platform Independent?

    Hello,

    I am fairly new to c programming, but I wanted to give myself a challenge. I want to make a program that outputs Pointer position and what type it is (arrow, text[I], moving cross, etc...)...
Results 1 to 10 of 10