Search:

Type: Posts; User: eecoder

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    1,464

    I hope that u have allocated sufficient memory to...

    I hope that u have allocated sufficient memory to inputAmt using malloc before copying
    data to it. And dont forget to free it later when the need is over.
  2. Replies
    10
    Views
    2,954

    yes it is replacement, but you could have written...

    yes it is replacement, but you could have written some junk data at the place where you have to write later. If you know the length of string you have to write later.
  3. Replies
    10
    Views
    2,954

    There is one way in which you can insert the text...

    There is one way in which you can insert the text in between. You can initaly write some fake taxt at the place where you want to write, this mite not be usefull always, as u may not always be able...
  4. Replies
    10
    Views
    2,954

    ok, and thank you all.

    ok, and thank you all.
  5. Replies
    10
    Views
    2,954

    Does cpp support insertion and deletion of lines...

    Does cpp support insertion and deletion of lines or text??
  6. Replies
    10
    Views
    2,954

    A simple file I/O problem

    Hi all,
    I have a simple file I/O query. I have opened a new file for writing, I write it to some point then decide to go back to a particular point and write there again.
    What I am doing is that I...
Results 1 to 6 of 6