User profile: MartinMH

User info
User name:MartinMH
Location:UK
History
Joined:
Number of posts:12
Latest posts:

PlaySound() sequence
Thanks Chervil. Your code actually played for me with a much shorter pause between the files, althou...

PlaySound() sequence
OK, I actually have an addition to this. [code] int main(int argc, char* argv[]) { PlaySound("C:\\U...

PlaySound() sequence
Perfect! Thank you. :)

PlaySound() sequence
Hi 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...