Search:

Type: Posts; User: verge2k1

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,268

    Salem, I know that is an example, the gist...

    Salem,
    I know that is an example, the gist of question is: if the child process (executable) generates some messages, I don't want to see them. I just want to see the messages generated by my...
  2. Replies
    6
    Views
    1,767

    Microsoft has decided to give their new Visual...

    Microsoft has decided to give their new Visual Studio 2005 Express edition for free (Visual C++, Visual Basic e.t.c). Here are the relevant links:

    Home page...
  3. Replies
    9
    Views
    1,268

    Treenef, Thanks for the reply but,...

    Treenef,
    Thanks for the reply but, that does not answer my question.

    In the sample code in link you provided, the child process always displays "I am a child" in all the...
  4. Thread: Typedef

    by verge2k1
    Replies
    10
    Views
    2,297

    Hi all, I know that is not relevant here...

    Hi all,
    I know that is not relevant here but, "Zeller's formula" will give you day for any given date.

    Regards,
    Verge2k1
  5. Replies
    9
    Views
    1,268

    Help with "system" command

    Hi all,
    I am using to "system" command to call another executable from my program. The executable I call generates some messages that are not of interest to me. Is there any way to supress these...
  6. Replies
    1
    Views
    944

    Dynamic Memory Efficiency

    I need a large 3D array (typical size 4000x400x3) in my program. Which is more efficient of -
    (1) dynamically allocate a 1D array, then use index calculation (I am thinking of a macro) to simulate...
Results 1 to 6 of 6