Search:

Type: Posts; User: azamsharp1

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,555

    In my c# application I created a new THREAD. I...

    In my c# application I created a new THREAD. I guess I do have to use Mutex.

    Thanks for the advice!
  2. Replies
    4
    Views
    2,555

    Hi, Thanks for the reply. Well, but should'nt...

    Hi,

    Thanks for the reply. Well, but should'nt it automatically assign the semaphore object to the process that is waiting for it. I code this thing in C# (C Sharp) using Semaphore Class and it...
  3. Replies
    4
    Views
    2,555

    Semaphore Question

    Hi,

    I am making a semaphore application. I make a child process which waits for the semaphore object to be free from the main process. And when its free than it accesses it.

    For some reason...
  4. Thanks that did the trick :)

    Thanks that did the trick :)
  5. Hi, well processes is a character array. like...

    Hi,

    well processes is a character array. like this



    char processes[10];

    for(loop = 0; loop<=10; loop++)
    {
  6. Hi, Well in the documentation it says that...

    Hi,

    Well in the documentation it says that atoi takes in character constant. Dont know what is that suppoed to mean I will do some test today and see what happens.
  7. Thanks I will check it out.

    Thanks I will check it out.
  8. Converting Char Array Loop values to integer

    How can I convert the Char array loop values to integers and assign to the interger array?


    // write to the procInput array
    if( atoi(processes[loop]) >= 1 && atoi(processes[loop]) <=9 )...
  9. Replies
    5
    Views
    974

    Thanks for the replies I will try it and let you...

    Thanks for the replies I will try it and let you know
  10. Replies
    5
    Views
    974

    Array Problem

    Hi,

    I am trying to make a array that can contain elements like this:

    Array[0] = "p1";
    Array[1] = "p2";
    ..
    .
    .
    .
  11. Thanks Axel. I will try that !!

    Thanks Axel. I will try that !!
  12. Parsing Text File and gathering input variables

    Hi,

    I have a text file which contains some text. Now I want to get the some variables out of the TextFiles.

    The format of the file is something like this:

    MyVariables

    a,b,c,d
  13. Replies
    1
    Views
    1,241

    nothing

    Moderataors please delete this post

    no programming Job
Results 1 to 13 of 13