Click here to Skip to main content
15,894,405 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionexponential notation question Pin
Victor Monteverde31-Jan-07 8:35
Victor Monteverde31-Jan-07 8:35 
QuestionHINSTANCE adventures Pin
dabs31-Jan-07 6:26
dabs31-Jan-07 6:26 
AnswerRe: HINSTANCE adventures Pin
Mark Salsbery31-Jan-07 6:52
Mark Salsbery31-Jan-07 6:52 
AnswerRe: HINSTANCE adventures Pin
James R. Twine31-Jan-07 8:52
James R. Twine31-Jan-07 8:52 
GeneralRe: HINSTANCE adventures Pin
Stephen Hewitt31-Jan-07 13:45
Stephen Hewitt31-Jan-07 13:45 
GeneralRe: HINSTANCE adventures Pin
James R. Twine31-Jan-07 15:07
James R. Twine31-Jan-07 15:07 
AnswerRe: HINSTANCE adventures Pin
Stephen Hewitt31-Jan-07 11:48
Stephen Hewitt31-Jan-07 11:48 
Questionproblem with 2d array Pin
ikbahrian31-Jan-07 5:50
ikbahrian31-Jan-07 5:50 
I have function

int lib(unsigned char *buf, unsigned short int **data)

//returining value of data
data[i][j] = ((buf[index]<<8) | buf[index+1]);

Now I am passing buffer(which contains some values) from the same above function like that.

unsigned short int actual_data[10][10];

if ((rval= lib(buffer, actual_data)) == -1)

It gives segments fail error ..plz guide me ..i think some prb with actual_data argument..
Thanks
AnswerRe: problem with 2d array [edited] Pin
toxcct31-Jan-07 5:56
toxcct31-Jan-07 5:56 
GeneralRe: problem with 2d array Pin
ikbahrian31-Jan-07 6:02
ikbahrian31-Jan-07 6:02 
GeneralRe: problem with 2d array Pin
toxcct31-Jan-07 6:18
toxcct31-Jan-07 6:18 
Questiondatabase connection Pin
jagdishbhai31-Jan-07 5:10
jagdishbhai31-Jan-07 5:10 
AnswerRe: database connection Pin
led mike31-Jan-07 5:48
led mike31-Jan-07 5:48 
QuestionRe: database connection Pin
slipnit31-Jan-07 9:24
slipnit31-Jan-07 9:24 
AnswerRe: database connection Pin
led mike31-Jan-07 11:52
led mike31-Jan-07 11:52 
GeneralRe: database connection Pin
slipnit1-Feb-07 4:26
slipnit1-Feb-07 4:26 
AnswerRe: database connection Pin
Hamid_RT31-Jan-07 20:26
Hamid_RT31-Jan-07 20:26 
QuestionRadio Buttons in VS2005 Pin
#realJSOP31-Jan-07 5:00
mve#realJSOP31-Jan-07 5:00 
JokeRe: Radio Buttons in VS2005 Pin
James R. Twine31-Jan-07 5:06
James R. Twine31-Jan-07 5:06 
GeneralRe: Radio Buttons in VS2005 Pin
#realJSOP31-Jan-07 6:07
mve#realJSOP31-Jan-07 6:07 
AnswerRe: Radio Buttons in VS2005 Pin
Nish Nishant31-Jan-07 6:07
sitebuilderNish Nishant31-Jan-07 6:07 
GeneralRe: Radio Buttons in VS2005 Pin
#realJSOP31-Jan-07 6:09
mve#realJSOP31-Jan-07 6:09 
GeneralRe: Radio Buttons in VS2005 Pin
Nish Nishant31-Jan-07 6:12
sitebuilderNish Nishant31-Jan-07 6:12 
GeneralRe: Radio Buttons in VS2005 Pin
#realJSOP31-Jan-07 8:17
mve#realJSOP31-Jan-07 8:17 
GeneralRe: Radio Buttons in VS2005 Pin
Rama Krishna Vavilala1-Feb-07 4:48
Rama Krishna Vavilala1-Feb-07 4:48 

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.