I want to read a wav file & change its bit per sample rate(from 16 to 32). But my program is not copying entire file. Source file is 175KB where as destination file is only 2KB.
I get stuck in an infinite loop. How can I terminate this loop?I tried to use/press Cntrlc but nothing happens.I don\'t know how to stop it.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I\'ve got to support an old app written in C using the old Borland Compiler (BC 5). Unfortun开发者_StackOverflowately the old TCP/IP library that we\'d used is starting to show it\'s age and is havin
I have installed Dosbox to run Turbo C in it. But my 开发者_开发问答graphics.h programs are not executing in it. I am getting Linker Error which says"Undefined sumbol initgraph in module..."
I want to create a project file turbo c++ and link the files in this project. Although i have tried for it but i开发者_高级运维 found only one option that to open a project no option to create a new p
I\'ve been playing with DOS real mode assembly for a while and now I want to utilize some routines in a C program. I\'m using Turbo C 2.01 and TASM 3.0. I\'m however unable to modif开发者_运维知识库y
My code is pasted below.When I run this program,it keeps on calculating.I am using the old Turbo C++ compiler.How much time should such a program take to execute?I waited about 5 minutes but there was
I am doing my project to implement a typing tutor application in turbo C compiler (this is the limit), this function is actually a look up table for x,y and key character but it is returning a garbage
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic