Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Renitha
  • Order by date
  1. Renitha

    Reading Files

    ok, Just add this line after ReadFile(...) waveBuffer[waveRead]='\0'; if (!strcmp(waveBuffer, "RIFF")) { ............. }
  2. Renitha

    Reading Files

    Before using strcmp(..) the buffer should be copied to a exact string. ReadFile gives the buffer and no. of chracters read in " waveRead".SO don't use buffer to string compare directly.

Part and Inventory Search

Back
Top