PlaySound() sequenceThanks Chervil. Your code actually played for me with a much shorter pause between the files, althou...
PlaySound() sequenceOK, I actually have an addition to this. [code] int main(int argc, char* argv[]) { PlaySound("C:\\U...
PlaySound() sequencePerfect! Thank you. :)
PlaySound() sequenceHi all I have my code here : [code] int main(int argc, char* argv[]) { PlaySound("C:\\Users\\...
What are my options for saving long term information?What are the different options for storing words and numbers from my C++ program? For example, if...