Search:

Type: Posts; User: sangfroid

Search: Search took 0.01 seconds.

  1. Thread: dynamic form

    by sangfroid
    Replies
    5
    Views
    2,448

    the thing is, the checkbox and other controls...

    the thing is, the checkbox and other controls need to be generated on the fly and dynamic..
  2. Replies
    7
    Views
    41,613

    Hi Bob, This piece of code is really...

    Hi Bob,
    This piece of code is really wonderful....but i didn't get the details of it...

    can you provide me any good links from where i can learn such dll programming ?

    Thank you
  3. Thread: dynamic form

    by sangfroid
    Replies
    5
    Views
    2,448

    dynamic form

    Hi
    Is it possible to have some dynamic form in C# ?

    In php and other , we can have it easily....but the concern here is of c#

    The problem is, I want the program to have textboxes/checkboxes...
  4. Replies
    1
    Views
    1,335

    semaphore and monitors

    Hi,
    I am a bit confused with these two terms, semaphore and monitor.
    Is it that in the case of semaphore, we have to ourself take care of synchronization whereas if we use monitors, the...
  5. Replies
    5
    Views
    2,138

    But when I wrote simple prog. and tested, it...

    But when I wrote simple prog. and tested, it produced 8 children...

    why ??
  6. Replies
    5
    Views
    2,138

    say if i use only like this for (i=0;i

    say if i use only like this

    for (i=0;i<2;i++)
    fork()

    then in that case, will it go like this ??

    when i =0

    child1 , similar to parent created
  7. Replies
    5
    Views
    2,138

    ohhh....thanks a lot Salem, I will try it out and...

    ohhh....thanks a lot Salem, I will try it out and let you know if i fall into any trap...

    Thanks a lot ...:)
  8. Replies
    5
    Views
    2,138

    shared memory problem

    I am supposed to create shared variables in which multiple processes (p1 to p8) update it. Say processes p1-p4 update shared variable x1 and processes p5-p8 update shared variable x2.

    how do it do...
  9. Thread: pid_t type

    by sangfroid
    Replies
    2
    Views
    8,117

    i got confused and asked this question as in ...

    i got confused and asked this question as in

    http://www.symbian.com/developer/techlib/v70sdocs/doc_source/reference/cpp/libc/sys/types_h/pid_tTypedef.html

    i found pid_t to be defined the same...
  10. Thread: pid_t type

    by sangfroid
    Replies
    2
    Views
    8,117

    pid_t type

    Hi,
    In socket programming, why do we have a variable type pid_t to represent process id ?? I found its size being the same that of integer...I am confused..cannot we use int instead to denote...
  11. Replies
    6
    Views
    1,218

    for (j=0;j

    for (j=0;j<size;j++)

    data[j]=j+100;

    i did this way, as you guys suggested...thanks a lot :)
  12. Replies
    6
    Views
    1,218

    pointer problem

    Hi,

    I wrote a small code to change the values of the entries of data. But it is not changing. Will you please point out my mistake over here ?

    The values of data[] are not changing even after...
Results 1 to 12 of 12