User profile: thegege

User info
User name:thegege
History
Joined:
Number of posts:5
Latest posts:

Declaring many arrays by means of loop
Yes that should work. Thanks.

Declaring many arrays by means of loop
It'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 loop
How 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 functions
Is there a way to pass an expression through a function. For example: [code] int function(int...