... It appears to me he's not using C++, though. ... -- Brett http://www.chapelperilous.net/ ... Whistler's Law: You never know who is right, but you always...
You can use a MEF to resolve the problem... So, what is a MEF... Maquina de Estados Finitos (sorry, in Spanish, look for in google). And why a MEF... 1....
... I don't know Spanish, but... finite state machine? ... It may be overkill for a simple string splitting algorithm, but they are definitely good for more...
The main to use a FSM is that you can read the File in blocks (yes, in blocks), its more efficient that read character by character. And yes, you can storage...
You can try this. I took this example from the book "The Waite Group's Essential guide to ANSI C" by Naba Barkakati and modified it a bit in order to retain...
... Yep, that does it, but two comments: 1) fgets() would be used to read the data from a file (and you should never use gets() for getting any kind of input,...
... I have the impression the original poster was not using C++, so a list of Strings wouldn't be feasible, so a dynamically-allocated array of char * would...
I unfortunatly chose a mp3 palyer as my term project.(now i curse the moment i did it). now can any1 of u tell me howto do it. i know some c but i'm taking my...
Hi friends, Have you ever developed a Windows application? How can I develop a installing program for my application (that guide that almost all programs have,...
Sandra Sneider
ssneider@...
Apr 1, 2004 6:23 pm
36153
Buy Install Shield Professional.... Or try some other installers, for example, I remember that an installer called Wise is free. Or you can even download for...
Jaime Stuardo
jstuardo@...
Apr 1, 2004 6:27 pm
36154
Aha! Good solution, but, you can read the file like binary file also, reading blocks... int get_next_code() { static i=0; if...
Dear listmates, I am working with Tree View Control. The items were correctly inserted in the control according to a hierarchical order and the control...
i do knw how to play a wave or a midi file but dont have that time t tell u abt it , but i have with me source code for a mp3 player frm a friend , do also...
On Thu, 1 Apr 2004 19:18:56 +0100 (BST) ... well, you can use getch() :) Heres something (my c is rough) that will help you with key-combinations #include...
... http://www.innosetup.com/ The only installer technology you'll need for the next who knows how many years. All the others are slow, bloated, buggy, and/or...
... I will say this once: You will not be able to complete this in the time provided for a term project. IMO, your teacher/professor should have told you right...
Hi. i will post the code and the error message below. still confused about constructors. please help me out. i am getting confused, frustrated, and really fed...
to make it short and sweet.. (and quit posting allover the damned universe, every time I turn around I see this problem!!) what the heck are r, l, and f in...
Hi. can anyone help me? i will post below my code for a assignment, the error message, and the assignment details If anyone can help, and has done this type of...
I do agree with you Thomas. I still suggest to change the project becoz of time limitation. As decoding MP3 file, you need to do lot of thing. Like First to...
Hey you want to do it in windows or any other OS.......... If it is in Windows you can write a good quality MP3 player using DirectX without much pain....... I...
"int n;" in case(2:), is it correct based on case(1:)?. (case 1:) void Get(int &m, int &n) { //Do Things n = ... } (case 2:) void Get(int &m) { int n; //Do...
trich melano
trichmelano@...
Apr 2, 2004 6:31 am
36166
Hi, One of my client in bangalore is looking for hard-core C++ professionals with Java exposure and having 2-3years of experience and HOLDING A VALID H1B VISA...
No both r different things in case one... 'n' is a reference variable ie its a reference to some data. So change in 'n' in case on will change the oriaginal...
Hi Take a look at the WaveForm Audio in MSDN and use the MP3 codec libraries for the project. Ejaz ... Do you Yahoo!? Yahoo! Small Business $15K Web Design...