Search:

Type: Posts; User: spveer

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    6,359

    I am not sure how it works with fscanf, because...

    I am not sure how it works with fscanf, because the length of the string which is to be read, is not specified.

    One way is use fgetc(file pointer) and read each character, and when you find a ';',...
  2. Replies
    5
    Views
    4,587

    end of line in text file

    While reading a text file,
    Is there a way to directly reach the end of line in a text file....? using fseek or some other function ?
    Is '\n' a standard to look for the end of the line?

    Are the...
  3. Thread: doubt

    by spveer
    Replies
    3
    Views
    1,070

    sorry, i thought this would be a common problem,...

    sorry, i thought this would be a common problem,
    anyway here is the code.

    And please tell me, if possible, if i can improve the code with any other special library functions!

    Thanks
  4. Thread: doubt

    by spveer
    Replies
    3
    Views
    1,070

    doubt

    My program is running properly if I use the "F7" option in turbo C compiler and execute the code step wise.
    But when I use the "RUN" option of turbo C compiler, it keeps running for ever.

    Why...
  5. Replies
    5
    Views
    1,221

    now i get it, thanks. Yes the array is full!!

    now i get it, thanks. Yes the array is full!!
  6. Replies
    5
    Views
    1,221

    Sorry, I mean, when I run the program with a...

    Sorry,
    I mean, when I run the program with a large text file to be searched, it doesnt work out.

    But I am able to run the program for small text files to be searched.
  7. Replies
    5
    Views
    1,221

    compiler disappears

    Hello

    I am trying to find a string in a text file.
    The program is working fine when I search small text files.

    But the turbo C compiler is just disappearing when the text file to be searched...
  8. Replies
    2
    Views
    969

    2nd doubt: Why am I not able to identify "#"...

    2nd doubt:

    Why am I not able to identify "#" in a string?

    if "one" is a string,

    while(ch=getc(one))!='#'), is never being satisfied, whereas I have "#" in the "one" string
  9. Replies
    2
    Views
    969

    pointers-string search

    I know an element in an array, say file1[10][10].

    I know a pointer to one of the character in file1[10][10]
    *****************

    say if I have file1[10][10]="whereiam"

    and I know a pointer to...
  10. Replies
    4
    Views
    1,504

    i dont know th file name, i just know it is *.mp3...

    i dont know th file name, i just know it is *.mp3 file and i want to list all the mp3 files in the HTML document
  11. Replies
    4
    Views
    1,504

    searching text in a file

    Hello,

    I want to search for a *.mp3 file after the <body> tag in a html file.
    I am trying to do this using C.

    What is the best way to do this?
    Can somebody help me out?

    Thank you
  12. Replies
    3
    Views
    5,492

    Programming and RAM

    Hi all,

    I am working to find an implementation strategy(in C for some application) for an embedded system with 24KB RAM.

    I am trying to understand how the execution of code written in C is...
  13. Replies
    1
    Views
    1,036

    help on audio files

    hi guys,
    does anyone of you know if it is possible to tag mp3 file(at various points in the file data), so that I can make a jump to any point in the audio file. I should write the program in C.
    ...
Results 1 to 13 of 13