Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags

7 Posted Topics

Member Avatar for rohan1020

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 …

Member Avatar for Moschops
0
118
Member Avatar for rohan1020

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 …

Member Avatar for jonsca
0
132
Member Avatar for codecodile

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?

Member Avatar for rohan1020
3
397
Member Avatar for rohan1020

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.

0
63
Member Avatar for rohan1020

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 …

Member Avatar for Agni
0
143
Member Avatar for rohan1020

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 …

0
57
Member Avatar for rohan1020

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 …

Member Avatar for Aranarth
0
106

The End.