![]() |
|
Craps Game - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: C, C++, & Obj-C (https://sinister.ly/Forum-C-C-Obj-C) +--- Thread: Craps Game (/Thread-Craps-Game) |
RE: Craps Game - Madhatter - 11-14-2013 Do you mean instead of writing #include<time.h> i should use #include<ctime>? I would have to use different commads then? RE: Craps Game - ArkPhaze - 01-01-2014 (11-14-2013, 09:05 PM)Madhatter Wrote: Do you mean instead of writing #include<time.h> i should use #include<ctime>? I would have to use different commads then? The ansewr to that second question is no, and to the first, yes. You are writing C++ code, not C. |