User profile: Cprodigy

User info
User name:Cprodigy
History
Joined:
Number of posts:10
Latest posts:

DOS
Yes. Dos is a very early version of windows

Help with randomizer
I know the single = sign is called the assignment operator, so whats the double one called

Help with randomizer
[code]cout <<"This Program will randomly pick a name"<<endl; Sleep (2000); srand((unsigned)time...

Can't Open chrono header file in Visual C++ 2010
Any fixes for this? Its really essential for the program I'm trying to write.

Is this possible? (Random number generator for strings instead)
[code]string Random [] = { "Jon", "Chuck", "Joe"}; std::default_random_engine generator; std:...