No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Hello... I've been trying to learn about audio sampling in C++ for past few days. What I learnt was that computer converts analog signal (of sound) and converts it to digital discreet signals and unit called a sample. Also there may be around 40,000 samples taken in a second. My …
I want to make a program that can take sound input from a microphone, and determine if the sound is one of three pitches (or maybe decibels). Can someone please help me to write a C++ program which could identify and process various characteristics(frequency, amplitude) of the sound from the …
OK... this program worked with no errors... But now I want to print the results and "cout << items[i]" is not working.. Could anyone please tell me how to print "std::string" type strings?
Hello... I wanted to know if there is a way by which I could use SPY++ or any other such application to get the list of handles and controls (as displayed on its user interface) in a text file to be used in a C++ program.
Hello... I want to make a program that could list down all the controls (buttons, drop down menu, text boxes, etc) of a running application(e.g. an installer, browser) whose handle information is stored within the program. Later I would like to initiate actions with the controls found (e.g. click a …
Hello... I am making a program that could automatically install programs with one click, skipping the task of clicking the buttons like "Next", "I Agree", etc. I know such software are already available in the market but I want to create a customized one with my knowledge of C++. I …
Hello.. I am an intermediate c++ programmer and currently using Visual C++. I want to write a program which could receive real-time information from the currently running applications and process that information to perform its respective task. for example: How can I receive the characters written on the title bar …
The End.
rohan1020