CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: pantherman34

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    3,430

    Producer/Consumer using mutexs C

    the following I am not confused over the "idea" of this producer/consumer problem, but im still confused about threads and semaphores and stuff. this particular program has 4 threads that read or...
  2. Load Array from Whitespace-delimited text file

    Problem: I can read from the file, however the information is not doing what it should. I overlooked the fact that the text file is whitespace-delimited by either spaces or tabs.

    Problem - need to...
  3. Replies
    5
    Views
    5,537

    Re: Function Parameters & Pointers

    well ****! where is the 'C' forum?!
  4. Replies
    5
    Views
    5,537

    Re: Function Parameters & Pointers

    how is this not C? im writing it in c and using cygwin gcc to compile it. I didnt see a gcc or cygwin category
  5. Replies
    5
    Views
    5,537

    Function Parameters & Pointers

    This entire code works, but im having trouble with the pointers (which i dont understand 100%) In the code im taking the integers and holding them into a buffer (an array) so that i may use the int...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured