User profile: clanmjc

User info
User name:clanmjc
History
Joined:
Number of posts:661
Latest posts:

How to declare Class name from another variable
Look at how you used [code]filename[/code] If you were to have written your [code]ifstream input[/c...

Dynamic inheritance. Is there a variable that is semi static?
If what you have currently is what you would like to continue with, then make your static count a po...

normal distribution
^The above was just code for the words Cubbi said, credit @Cubbi. Glad it's working.

normal distribution
[code]std::tr1::mt19937 eng; eng.seed((unsigned int)time(NULL)); //Do this once[/code] [code]float...

Can't figure out why I am getting a segmentation fault
It looks like in some cases fx is allocated using [] and in other places (). If this is the case th...