Search:

Type: Posts; User: vbdave78

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    3,292

    C and C++ users who are well-versed in...

    [Quote]
    C and C++ users who are well-versed in pointer arithmetic and the nuances of memory allocation can get away with code like what you did above. However, I suggest that you stay away from it...
  2. Replies
    7
    Views
    3,292

    Freeing memory

    Hi,
    Below is a code that has been written so that I can compute the fibinacci sequence using threads based on user input at command line. The program has been written for a linux OS.
    There is a...
Results 1 to 2 of 2