Search:

Type: Posts; User: y_cant_i_C

Search: Search took 0.01 seconds.

  1. ATL and structs - searching the answer

    okay looks like google has helped me
    searched some useful ATL resources
    for passing user defined structs to the function
    will try and work on this
  2. com programming - interface cannot use my struct

    hi

    im trying to pass a struct for a com interface member function
    i have no success so far.. please help thanks. here is what i tried to do.



    interface IMyInterface : IDispatch
    ...
  3. Replies
    1
    Views
    1,445

    sharing event objects across processes

    im currently learning how to share objects across processes.. eg. using
    the same named event for different programs..

    in this note, how can i know which program signaled a program..

    say progX...
  4. Replies
    1
    Views
    1,262

    clueless about the semaphore object

    hi i am trying to develop a program
    that can coordinate the access of a resource...

    my resource is an array of strings.. my producers will
    put strings into the array, my consumers will retrieve...
  5. Replies
    1
    Views
    2,561

    Win32 API - unable to SetCapture properly

    hi there

    i am a beginner programmer and
    reading Programming Windows 5th Edition.

    my question: is it possible to capture mouse movements
    outside client area without dragging the mouse...

    i...
  6. Replies
    7
    Views
    9,806

    using sscanf to skip trailing whitespace

    hello i am a beginner in c.. and i am trying to read in user input
    the expected input is directory paths

    int main()
    {
    char line[256] = { 0 };
    char extra[256] = { 0 };
    char path[256] = { 0...
Results 1 to 6 of 6