User profile: kartracer12

User info
User name:kartracer12
Name:Scott
Location:San Jose, CA
Bio:Beginner C++ Programer
History
Joined:
Number of posts:30
Latest posts:

Problem with Game Class Project
To start, your srand() is getting called more then once. You want to just seed the random function a...

Storing words in a string vector.
You could probably use a char array instead of a string. I believe that would work but i don't know ...

Prime numbers
Here you go, take a look at this, it's one way of doing it, i added one declaration (bool isPrime), ...

files in windows forms c++
i am making a windows forms project in c++ and i want it to be able to open a .txt file when you cli...

pixel colors
so i want to make a program that will place the mouse at a certain color on the screen. The Screen t...