Dear friend, I suggest you to kindly enter your details in the group's database. Its available at the following link... ...
Programmers-Town@yaho...
Oct 1, 2004 1:39 pm
3423
Header file contains one or more of the following: - Function declaration. The compiler wanted to see the function declaration before you call the function....
I am working in vc++ And i want to play a wave file while moving a line on the amplitude versus time representation of the same file.The movement of the line...
Hello all, I know what a callback fuction is. But i do not know what is advantage of using it instead of calling a function directly. My idea is when we pass...
jhoney jhoney
jhoney_joney@...
Oct 1, 2004 5:03 pm
3426
Dudes, I have a small doubt in C++. Can a class be blocked from inhertiance. i.e it should not be inherited. Is there any keyword similar to 'final' in Java. ...
hi, this is my first mail to this group. i want to make a program for lexical analzyer. write a program .......... the input of this program is another program...
Hello Friends, A month or 2 ago i have seen a C program that can print itself. If any body have the program please send it to me. Thanking u all in advance. ...
/**************************/ int main(int argc, char* argv[]) { if(printf("Hello World!\n")) return 0; <-------------------------------- I believe that is a...
... I use callback functions if a DLL is used by different programs, and the program wants to be aware if something happens in the DLL. E.g. if the DLL...
... You could use Flex and Bison, the two best known programs for doing things like this, see the Yahoo Group http://groups.yahoo.com/group/flexbisonwin32/ for...
The question that was asked is indeed a very good one. What actually has to be understood is that calling a destructor does not actualy destroy the object. The...
Hi,
Answer this Question:
An array[100] consiss of 1 to 100 numbers not in the
order. In this array one number is replaced with another
number( this is also...
For building a lexical analyzer, use lex/flex. These are the standard tools for building a scanner. And please improve your English. When you ask questions on...
Sarvex Jatasra
sarvex@...
Oct 5, 2004 1:09 pm
3439
... application. For an example, you could run notepad with: system("notepad"); That is on windows, and it doesn't open any files. Now I'm a beginner ...
Hi. can any one help me with this tank application? doing this for a assignment at my college. the program is a tank program for a farmer. he has a milk tanker...
Hi. can any one help me. wrote a battleships application for one of my assignments in c++. passed the assignment. but i am still having problems, when i run...
Redirect the output to stdprn This will work in c++ but i am not sure weather it will work in c or not. ... Â Redirect the output to stdprn This will work in...
Dear Friends, In my Project i had Come across one situation. where Suppose i had 256 bits (i.e., int) in this if iam using 32 bits(0-31) for some purpose. In...
hye if you want to open wildcard "c:\windows\notepad.exe" then char*wild="c:\\windows\\notepad.exe"; system(c); for more details so through dos.h jayanth...
u want to show a visualization or to show a pre-waveform for a file. if u want to show a pre-waveform of a wave file, do as i told before playing. so u can get...
Basavaraj
bpujar@...
Oct 5, 2004 1:13 pm
3449
Hello Suman, the program is quite simple well i dont have the excat code at d moment as iam at office. but i will tell u the basic logic behind the program. 1)...
reyadh Ahmed
a_reyadh@...
Oct 5, 2004 1:14 pm
3450
its a normal fopen prgm. put Ur abc.c file in fopen -jayant ... __________________________________ Do you Yahoo!? Yahoo! Mail - You care about security. So do...
Hello Rohit, If it is a wave file, then u r getting 44100 samples per second. U cannot manipulate and put those points on the screen. That will become too...