Computers & Programming Forum

Forum Thread: How to Control Your Computer Through Your Voice

Hello, my name is Rohit. Some time in March 2013 I was trying to find a J.A.R.V.I.S.-like application to go along with my Iron Man-themed Rain meter skin. I soon realized there weren't many options out there aside from using Windows Speech Macros, so I started to play around with the Windows Speech SDK and over time it turned into this J.A.R.V.I.S. project.

Forum Thread: Trying to Figure Out Random Number Generation with a Vector...

So I have an assignment which requires me to create a random number generator with some specifics. I have to use "double r = (((double) rand() / (double) RANDMAX) (max - min)) + min ;"as my number generator, which is fine, but I have to do it using a vector, and as I have gone through 90% or more of the vector I have to reshuffle and start from the beginning. I can generate random numbers just fine with a vector, but can't get it to work with this prescribed code, and I have no idea how you l...

Next Page