Search:

Type: Posts; User: swapnaoe

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    25,059

    THought it would be useful for someone, so heres...

    THought it would be useful for someone, so heres the code for copying a binary file.


    #include <iostream>
    #include <fstream>
    using namespace std;

    int main () {
    filebuf *pbuf;
    ifstream...
  2. Replies
    9
    Views
    25,059

    Copy/Read/Write a binary file(.mp3)

    Hi all,
    The job is to read a .mp3 binary file and create(write) a new .mp3 file which is same as the original file. So, the basic thing we will be trying to do is to read/write of binary file(.doc,...
  3. Malloc & Calloc difference in terms of memory allocated

    Hi People,
    Please find my queries mention below.
    --------------------------------------------------------------------------------------------------------
    How is memory allocated by malloc?
    Is the...
Results 1 to 3 of 3