Search:

Type: Posts; User: Nyah Check

Page 1 of 8 1 2 3 4

Search: Search took 0.01 seconds.

  1. I can't reduce the array size, because I need to...

    I can't reduce the array size, because I need to read a transaction database and store to this array, then generate a tree so as to mine the data. I just checked some posts online and it appears this...
  2. Relocation truncated to fit: R_X86_64_PC32 against symbol defined in COMMON

    Hello +Guys,

    I have this very strange error in C. I need a very large array to store items from file so as to mine, while generating a large tree and do some data mining. I'm working on some...
  3. Replies
    2
    Views
    750

    Problem with Merge sort algorithm

    Hello,

    sounds weird but i can't seem to get this merge sort to work. running through gdb though; appreciate any eyes.

    /**
    *Filename: mergeSort.c
    *Usage: This implements merge sort algorithm...
  4. Replies
    3
    Views
    705

    Problem with breat first Search

    #include <stdio.h>
    #include <stdlib.h>
    #include <math.h>
    #include <stdbool.h>


    #define N 100000

    int A[N][2];
  5. Replies
    3
    Views
    1,256

    It's only when I use the static option.

    It's only when I use the static option.
  6. Replies
    1
    Views
    686

    Compile Error

    How do i resolve this?
  7. Replies
    3
    Views
    1,256

    Compile Error

    I don't know how to resolve this.



    [localhost@localhost Code]$ gcc -static -O2 -o out c.c
    /usr/bin/ld: cannot find -lc
    collect2: error: ld returned 1 exit status
    [localhost@localhost Code]$
  8. Replies
    1
    Views
    822

    How to process each output from grep

    I'm working on this shell script to process the each output from grep by searching each regexp from file1 and using each matching regexp and searching file2 for a matching line and using awk to...
  9. @Salem corrected the indent prob. I was...

    @Salem corrected the indent prob.

    I was thinking strcasestr searches for substrings ignoring the cases of both args?

    So what does strcasestr do?
  10. Reading Matching strings from a file and deleting from another.

    Hello I'm working on this code for the school and we are generating emails for freshman students, however, the system probably due to server overload fails to generate some emails. So I'm working on...
  11. Command for making a program execute faster

    Hi guys,

    just wrote this piece of code dealing with incredibly large numbers and i'm executing on this server which is looking incredibly(Really strange). I wish to ask if there are any commands I...
  12. Replies
    2
    Views
    1,221

    I'm thinking probably of using 'getopt' and...

    I'm thinking probably of using 'getopt' and optarg here, but not sure how.
  13. Replies
    2
    Views
    1,221

    Adding linux commands to C programs

    Hi Guys,

    I'm currently working on a program which sorts a file and returns all the words in a file together with their frequencies, I'm thinking of using linux commands like "wc" "sort" and others...
  14. thanks @SirPrattlepod. Is not about my ego...

    thanks @SirPrattlepod. Is not about my ego although i'm working hard on killing it ;). Just never heard of it thats all
  15. Is there any freenode channel for cprogramming ?

    Hi, trying making this post on cboard forums; but couldn't find one.
    But I just with to know if Cprogramming.com has an irc channel where i could do some facetime talk. Continuosly clicking and...
  16. Implementing a Pull routine for reversing the Push on a CSG tree

    Hey guys i need some assistance in implementing a pull(reverse push operation) on a Constructive solid geometry tree. Well with those familiar with CAD software like brlcad. The push operation copies...
  17. Nominal Animal, thanks for your assistance on the...

    Nominal Animal, thanks for your assistance on the heart primitive. It has been very helpful and I see that you are very versed with geometry of solids. Thanks once more. Check
  18. I am working on a BRLCAD project - a computer...

    I am working on a BRLCAD project - a computer simulation software which helps visualise products during design in military and manufacturing. I want to build a heart primitive for this equation and...
  19. Implementing a sextic equation for the heart

    I intend to implement the equation of the heart in C which is talked about on Valentine's day. The sextic ( of power 6 ) equation associated with the Three dimensional heart is
    ( x^2 + 9/4*y^2 +...
  20. ok thanks salem working on a test like that.

    ok thanks salem working on a test like that.
  21. ok yeah its an opensource project and its one of...

    ok yeah its an opensource project and its one of the bugs reported by other developers and users in the bug file so i'm jst trying to figure out where exactly the problem might be occuring..Thats the...
  22. this code is quite huge but the latter part of...

    this code is quite huge but the latter part of the code has the bu_vls_printf() routine.
  23. bu_vls_printf file

    #include "common.h"


    #include <stdlib.h>
    #include <ctype.h>
    #include <string.h>
    #include <stdarg.h>
    #include <assert.h>

    #ifdef HAVE_STDINT_H
  24. thanks for the help Salem let me check the...

    thanks for the help Salem let me check the bu_vls_vprintf() routine let me paste the code for that here..
  25. bu_log() width specifier does not align like in printf

    hey guys i am currently debugging this function. I am trying to make this function's width specifier align like a printf() routine.

    here 's the code(Thanks for the help)

    v
    oid
    bu_log(const...
Results 1 to 25 of 197
Page 1 of 8 1 2 3 4