Search:

Type: Posts; User: HelpfulPerson

Search: Search took 0.01 seconds.

  1. I was trying to copy fork() in the book, but as...

    I was trying to copy fork() in the book, but as you can see, it wasn't really going the way I might've hoped it would. I got confused on the correct module name to use, should I just make a seperate...
  2. Thanks, that fixed the call to create the...

    Thanks, that fixed the call to create the process, but the program basically slowed my computer down and I had to restart it after running it. My guess is that it kept calling itself recursively and...
  3. Can you post a correct RSS feed please? I've...

    Can you post a correct RSS feed please? I've never messed with it before.
  4. Having trouble with using CreateProcess and reading RSS feeds

    #define WIN_32_LEAN_AND_MEAN
    #include <windows.h>
    #include <stdio.h>
    #include <process.h>
    #include <tchar.h>


    int main( int argc, char * argv[] )
    {
    char * feeds[] = {...
Results 1 to 4 of 4