User profile: pnoid

User info
User name:pnoid
History
Joined:
Number of posts:16
Latest posts:

why cant i generate a random number of type double?
[code]static_cast<double>(non-double variable)[/code] This will turn an [code]int[/code] into a [co...

string or char array?
My instructor in introductory programming is teaching us to use [code]char[size][/code] to hold stri...

how do i make parent directory, sub dir, then files at once?
[quote]now here is my question, what should i do for the for the parking in street directory.... wha...

C++
What are you having trouble with?

Help with some code
Line 23[code]cin >> bet1, bet2;[/code] Should be [code]cin >> bet1 >> bet2;[/code]