User Profile

Collapse

Profile Sidebar

Collapse
tshabza
tshabza
Last Activity: Feb 13 '07, 01:11 PM
Joined: Oct 11 '06
Location: Southern Africa
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • tshabza
    replied to Reading Wave File Using C++
    in C
    Reading a Wave File in C++

    This is for example, a small code where i read array in a file. My problem is, i want to read a wave file and convert its binany form to array of integer, Please help....

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

    int i(0), array_index(0);
    int *p1 = new int[BUFSIZ];
    ifstream readfile;

    void Read_File(){...
    See more | Go to post

    Leave a comment:


  • tshabza
    started a topic Reading Wave File Using C++
    in C

    Reading Wave File Using C++

    Could anyone give me idea on how to read a wave and convert in into an integer array file using C++, for now I can successfullly read text file.
    See more | Go to post
No activity results to display
Show More
Working...