User: kevinbright

  • Public profile

User profile: kevinbright

User info
User name:kevinbright
History
Joined:
Number of posts:19
Latest posts:

A failed attempt to create "PC guesses a number" game..
You can use a for loop, like this: [code]#include <iostream> using namespace std; int main()...

trouble knowing the problem in my code
Your code is hard to read... make sure to use the code formatting when posting code: [code]int da_g...

C++ Console Application only partially working on other computer?
Guys, Thanks! It finally works. I had to add the sync line suggested by booradley60, but it ...

C++ Console Application only partially working on other computer?
Part II: [code]vector <string> InsCos; InsCos.resize (numInsCos); for (int i = 0; i < nu...

C++ Console Application only partially working on other computer?
Part I: [code]#include <iostream> #include <vector> using namespace std; int getLeakBeginDa...

This user does not accept Private Messages