Search:

Type: Posts; User: YALINI

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,577

    working in windows and printer is inkjet printer...

    working in windows and printer is inkjet printer ... is there possiblity of writing to any type of printer
  2. Replies
    2
    Views
    1,577

    how to activate printer

    hi

    I want to pass dfferent file names as argument to the function and that files are to be printed by the printer, how to do that ... what are the possible methods i can do that...that is how...
  3. Replies
    1
    Views
    2,826

    Debugging mode selection during compile time

    Is that possible to set the Debugging mode in compiltime by setting the some preprocessor variables or so.

    In Linux or in Unix when i compile i should be able to give a -<character> so that my...
  4. Thread: Exceptions in C

    by YALINI
    Replies
    12
    Views
    1,816

    Exceptions in C

    Hi
    Is there a possiblity of handling exceptions in C as in Java and C++, Of course Error handling not based on the retuntype of the function, Exception should handle runtime error like divide by...
  5. Replies
    0
    Views
    1,945

    Accessing memory directly

    Is that possible to access the memory directly through the pointer variable..... if so, How to access the memory dirctly?? Do we have any specific method to write to the specified memory location.
    ...
  6. Replies
    1
    Views
    1,255

    When do we get Null Pointer Assignment

    #include<alloc.h>

    int *ptr[2];
    int loc[2];

    call()
    {
    * ptr[0] = 20;
    *ptr[1] = 1;
    }
  7. Thread: Sharing memory

    by YALINI
    Replies
    1
    Views
    1,675

    Sharing memory

    I want to have a code which can share memory to a paticular variable while forking.

    i know that shmget() helps in sahring memory but not clear how to use it.


    Could u please help
Results 1 to 7 of 7