English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

the array....
double M[32][64] = {
/*512 double valued constant numbers*/.
.........} ;

should I include it in main or as global or as a separate header file?
please help ..the main goal is speedy execution.

2007-01-30 13:24:28 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

2 answers

it matters on which functions will be using it if only one function then global if more then one function will be using it

2007-01-30 14:35:06 · answer #1 · answered by the man the myth the answerer 5 · 0 0

iono

2007-01-30 21:32:11 · answer #2 · answered by johnny c 1 · 0 1

fedest.com, questions and answers