Search:

Type: Posts; User: kron_19792000

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,954

    opps I am very sorry about that.I made a mistake...

    opps I am very sorry about that.I made a mistake when copying. This is what I used


    if(isalpha(**(argv+(temp_counter))!=0)

    So I have used a pointer to a pointer which points to the first...
  2. Replies
    3
    Views
    1,954

    Problem with isalpha

    I have a doubt about the isalpha function
    The literature says that it accepts a variable of type char.
    But I sent a pointer to a char
    This is what I did


    if(isalpha(*(argv+(temp_counter))!=0)...
  3. Thanks for that reply cwr That is what I...

    Thanks for that reply cwr
    That is what I thought, so technically in unix there is no difference between text mode and binary mode? I mean no additions are made to the file like in the case of a...
  4. Difference between reading a file in binary and ready only mode?

    I just wanted to know what the difference between opening a file as "r" and "rb" is? I thought C stored all values as the ASCII value? So doesn't this mean that is I opened a file in read only mode...
  5. Replies
    8
    Views
    2,848

    Thanks for the reply

    So that problem is sorted out, I seem to have run into another problem

    I am trying to read the data from a file using fread but I keep getting 0 bytes read although there is data in my file.


    ...
  6. Replies
    8
    Views
    2,848

    ASCII value

    Hello everyone
    I am new to this forum and I just started out with C. I just shifted to C from VB and I think it is going to take some time getting used to.

    Anyway my doubt is this. Does C have...
Results 1 to 6 of 6