Declaring many arrays by means of loopYes that should work. Thanks.
Declaring many arrays by means of loopIt's a long story. I'm writing a program that minimizes chi squared with six paramaters. it would be...
Declaring many arrays by means of loopHow could many arrays be declared by means of a loop, for example : array1={...}; array2={...}; a...
Passing expressions through functions I am a beginer with c++ and this is my first time to this forum. I'm sorry if my question isn't ap...
Passing expressions through functionsIs there a way to pass an expression through a function. For example: [code] int function(int...