cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
class with random generator
class with random generator
Feb 3, 2013 at 1:44am UTC
NormV1984
(9)
I have a wierd question:
I have a class the generates a random number, do I put the radom generator function in the .h or .ccp file?
Feb 3, 2013 at 3:28am UTC
majidkamali1370
(241)
In a .h file, because you want to include it somewhere else.
Topic archived. No new replies allowed.