printf and cout questionthe arr() is double. when i type it using printf i receive for example [quote]1.0000126e+00[/quote]...
printf and cout questionhi, i have : [code]for(int i=0;i<size;i++) printf("arr[%3d] = %15.7le\n", i, arr[i])...
How to return 2 variables ?@Cubbi how to call the function fun() from main() ? i mean for example when we have: [code]int fu...
How to return 2 variables ?yes, right probably another solution could be to make one of those variables global.
How to return 2 variables ?Hi, my question is how to return 2 variables, one integer and one double, from a function ? (p...
This user does not accept Private Messages