Click here to Skip to main content
15,910,083 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Different question....???? Pin
Chris Losinger23-Mar-07 4:48
professionalChris Losinger23-Mar-07 4:48 
AnswerRe: Different question....???? Pin
Maximilien23-Mar-07 4:43
Maximilien23-Mar-07 4:43 
AnswerRe: Different question....???? Pin
Phil J Pearson23-Mar-07 7:44
Phil J Pearson23-Mar-07 7:44 
QuestionPassing a 2dimension array to a function without specifying number of elements.. Pin
subburamKR23-Mar-07 3:13
subburamKR23-Mar-07 3:13 
AnswerRe: Passing a 2dimension array to a function without specifying number of elements.. Pin
CPallini23-Mar-07 3:17
mveCPallini23-Mar-07 3:17 
AnswerRe: Passing a 2dimension array to a function without specifying number of elements.. Pin
toxcct23-Mar-07 3:18
toxcct23-Mar-07 3:18 
AnswerRe: Passing a 2dimension array to a function without specifying number of elements.. Pin
Christian Graus23-Mar-07 3:18
protectorChristian Graus23-Mar-07 3:18 
AnswerRe: Passing a 2dimension array to a function without specifying number of elements.. Pin
normanS23-Mar-07 6:25
normanS23-Mar-07 6:25 
Anythings possible.

I suggest 2 ways:

First, how about putting the size in the first element? Cheating I know.

Second, put a terminator value in the last element which is used, similar to the \0 terminator in a string in C. But then you have to know some value which will never be used in the array. For example, if the 2-D array is 16-bit signed integers representing ground altitude in feet, use 32767 since Everset is ?? 29000 feet.


QuestionAbout load a file Pin
siddharthsan23-Mar-07 2:50
siddharthsan23-Mar-07 2:50 
QuestionHow to add a form view on a Tab Control?? Pin
megha_gharote23-Mar-07 2:18
megha_gharote23-Mar-07 2:18 
AnswerRe: How to add a form view on a Tab Control?? Pin
Ravi Bhavnani23-Mar-07 8:10
professionalRavi Bhavnani23-Mar-07 8:10 
Questionarray of bytes Pin
priyank_ldce23-Mar-07 2:13
priyank_ldce23-Mar-07 2:13 
AnswerRe: array of bytes Pin
CPallini23-Mar-07 2:55
mveCPallini23-Mar-07 2:55 
GeneralRe: array of bytes Pin
priyank_ldce23-Mar-07 5:55
priyank_ldce23-Mar-07 5:55 
QuestionYou've got any idea? [No problem just complained to Chris] Pin
_808623-Mar-07 1:49
_808623-Mar-07 1:49 
AnswerRe: You've got any idea? [No problem just complained to Chris] Pin
RChin23-Mar-07 2:03
RChin23-Mar-07 2:03 
GeneralRe: You've got any idea? [No problem just complained to Chris] Pin
_808623-Mar-07 4:58
_808623-Mar-07 4:58 
AnswerRe: You've got any idea? [No problem just complained to Chris] Pin
Rick York23-Mar-07 7:06
mveRick York23-Mar-07 7:06 
AnswerRe: You've got any idea? [No problem just complained to Chris] Pin
Stephen Hewitt23-Mar-07 12:02
Stephen Hewitt23-Mar-07 12:02 
QuestionHow to Change Text on Edit and Static Text Controls?... Pin
gunner_uk200023-Mar-07 1:40
gunner_uk200023-Mar-07 1:40 
AnswerRe: How to Change Text on Edit and Static Text Controls?... Pin
CPallini23-Mar-07 1:48
mveCPallini23-Mar-07 1:48 
AnswerRe: How to Change Text on Edit and Static Text Controls?... Pin
Ravi Bhavnani23-Mar-07 6:38
professionalRavi Bhavnani23-Mar-07 6:38 
Questionany lib to be added to make it work or any changes to be done? Pin
ShaluMalu23-Mar-07 1:39
ShaluMalu23-Mar-07 1:39 
QuestionRe: any lib to be added to make it work or any changes to be done? Pin
Programm3r23-Mar-07 2:57
Programm3r23-Mar-07 2:57 
AnswerRe: any lib to be added to make it work or any changes to be done? Pin
ShaluMalu23-Mar-07 3:37
ShaluMalu23-Mar-07 3:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.