Search:

Type: Posts; User: anilk

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,247

    Integers and charecters

    Hi ,

    is there any way by which i can check for a Charecter values from an integer

    wht i mean to say is

    int m ;

    scanf("%d",&m);
    now i compare this m with a charecter "y" is that possible
  2. Replies
    7
    Views
    1,574

    HI salem At first where this post has been...

    HI salem

    At first where this post has been moved . I searched but could'ntt get it .

    My compiler gave an error : Improper use of Typedef "point"

    regards
    Anil
  3. Replies
    7
    Views
    1,574

    Basic problem in C++ Pls help

    Hi all ,

    Pls let me is anything wrong with this code



    #include <stdio.h>
    #include <conio.h>

    void printpoint(struct point *p);
  4. Thread: Loops

    by anilk
    Replies
    8
    Views
    1,588

    Hi , I had already done that but still the...

    Hi ,

    I had already done that but still the same fails , may be i might not explained my properly

    thanks any ways

    regards
    Anil
  5. Thread: Loops

    by anilk
    Replies
    8
    Views
    1,588

    Hi Salem , If i Clear the screen , the other...

    Hi Salem ,

    If i Clear the screen , the other objects associated with the screen also vanishes .

    thus the requirement is only the earlier variable shd vanish .

    I repost my request


    Hi...
  6. Thread: Loops

    by anilk
    Replies
    8
    Views
    1,588

    hi , Sorry , but i did'nt undustood . can...

    hi ,

    Sorry , but i did'nt undustood .

    can u tell me wht the problem is ?

    regards
    Anil
  7. Replies
    1
    Views
    1,268

    switch case and fopen together

    HI ,

    In my program i have got switch case, in one of the cases i want that the C program shd get executed ?

    Is there any possibility that the same can be done .

    In my code the below after...
  8. Replies
    1
    Views
    1,220

    HI all , I managed to do that , i really...

    HI all ,

    I managed to do that , i really wonder C is such a wonderful language , the more u think the more u get :)

    thnx all

    regards
    Anil
  9. Replies
    1
    Views
    1,220

    Problems in opening a txt file in a loop

    HI ,

    I am trying to open a txt file in C and i am successfull in doing the same , but the problem is that the contents of the file is displayed only the first time i execute the file
    the rest...
  10. Thread: Loops

    by anilk
    Replies
    8
    Views
    1,588

    Loops

    Hi all ,

    I have written a program where I am inputting number of values from the user . This process i have added in a loop , but the problem is that whenever my first iteration is over and the...
  11. Replies
    20
    Views
    7,421

    Ohh , I guess i have got all of u a bit confused...

    Ohh , I guess i have got all of u a bit confused ,

    my requirement is i need to open a word doc in C in a much similar manner we open a txt file

    This is my code


    #include <stdio.h>...
  12. Replies
    20
    Views
    7,421

    Hi , had even tired that . it does'nt work ...

    Hi ,

    had even tired that .
    it does'nt work

    wht could be the other possiblity
    pls help

    Thanks
  13. Replies
    20
    Views
    7,421

    hi , Thx for the reply , But then whts the...

    hi ,

    Thx for the reply ,

    But then whts the solution , how do i display those doc files on the screen .

    The whole purpose of doing this is
    in the word doc i have made use of "word Art" and...
  14. Replies
    20
    Views
    7,421

    fopen and fclose functions

    Hi ,

    How can i make use of fopen() and fclose() functions in c and use .doc ( word documents ) to display the same on screen .

    Wht i mean to say is , I am able to display the text present in...
Results 1 to 14 of 14