problem with properly passing a multidimensional array to a function Sorry but I don't get what are you saying exactly. I have the same parameters names. I [u]don't want...
problem with properly passing a multidimensional array to a function These are the errors I get when running: [code] >.\fun1.cpp(3) : error C2087: 'G1' : missing su...
problem with properly passing a multidimensional array to a function I guess the way I returned the U is incorrect, I should've just returned as an array. Moving the def...
problem with properly passing a multidimensional array to a function This is a sample of what I'm trying to do [code] "main.h" extern const int N; extern const int...
Multithreading in C++Thanks helios for the info, but where can I specify the sampling time (frequency) that I want every ...