Search:

Type: Posts; User: sagi

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    6,090

    DWORD WINAPI thread_function(LPVOID lpParam) {...

    DWORD WINAPI thread_function(LPVOID lpParam)
    {
    TCHAR *t;
    int command_line_out = 100;
    tests_line *test = (tests_line*)lpParam;
    char command_line[MAX_LINE_LEN];
    TCHAR...
  2. Replies
    3
    Views
    6,090

    running .exe file with CreateProcess

    so im trying for a couple of days to run a simple .exe file (that creating a simple text file) using the function createprocess. i put the path that i want to run, in the cmd, as the second input for...
  3. Replies
    13
    Views
    5,127

    thank you guys very more for explanations! im...

    thank you guys very more for explanations!
    im new here, how can i thumbs up for you guys?
  4. Replies
    13
    Views
    5,127

    i really try to understand and figure it out. i...

    i really try to understand and figure it out. i thought i did but still when i print ppp from the main it stays null and when i print my pTotype inside the function it points to the string i wanted...
  5. Replies
    13
    Views
    5,127

    sorry for the mess. i want a function that gets...

    sorry for the mess.
    i want a function that gets a pointer to char (or a pointer to pointer) and i want the pointer that sent to the function to point on a new thing, and use its new value on the...
  6. Replies
    13
    Views
    5,127

    can u tell me which adjustment are to make...

    can u tell me which adjustment are to make please? if im sending *ppp to the function.
  7. Replies
    13
    Views
    5,127

    insert const airplane airplaneTypes[3] = {...

    insert


    const airplane airplaneTypes[3] = {
    {.type = "737" ,.destinations = "Larnaca,Athens,Budapest,Zurich,London,Paris,Rome"},
    {.type = "747" ,.destinations = "London,New...
  8. Replies
    13
    Views
    5,127

    the function returns 0 which means it did get...

    the function returns 0 which means it did get into the "if" , also it prints the right type but outside the function, the pointer i send stays NULL.
  9. Replies
    13
    Views
    5,127

    15531

    15531
  10. Replies
    13
    Views
    5,127

    pointer to a pointer

    so i have a function with a pointer input, and im able to change the pointer value but whenever i get out of the function, the pointer doesnt hold the value i changed it to and keeps the old value. i...
Results 1 to 10 of 10