Click here to Skip to main content
15,893,564 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Most Frequently Asked VC++ Interview Questions and Answers Pin
Hamid_RT3-Oct-07 20:43
Hamid_RT3-Oct-07 20:43 
AnswerRe: Most Frequently Asked VC++ Interview Questions and Answers Pin
p_3-Oct-07 23:06
p_3-Oct-07 23:06 
GeneralRe: Most Frequently Asked VC++ Interview Questions and Answers Pin
ThatsAlok4-Oct-07 7:33
ThatsAlok4-Oct-07 7:33 
QuestionHow to implement MyRegisterClass in VC++ ActiveX Control Pin
yaminisridaran3-Oct-07 18:07
yaminisridaran3-Oct-07 18:07 
QuestionOk new Interger query! Pin
Michael1013-Oct-07 18:06
Michael1013-Oct-07 18:06 
AnswerRe: Ok new Interger query! Pin
ashishbhatt3-Oct-07 18:51
ashishbhatt3-Oct-07 18:51 
GeneralRe: Ok new Interger query! Pin
Roger Broomfield3-Oct-07 21:34
Roger Broomfield3-Oct-07 21:34 
AnswerRe: Ok new Interger query! Pin
Naveen3-Oct-07 19:04
Naveen3-Oct-07 19:04 
Michael101 wrote:
sprintf(IntLength, "%d", Prime);


Whats the error?

any way you can use the following function for it

int n = 12345678;<br />
int nCount = 1;<br />
while( n )<br />
{<br />
    n = n/10;<br />
    if( n > 0 )<br />
    {<br />
        nCount++;<br />
    }<br />
}



GeneralRe: Ok new Interger query! Pin
ThatsAlok3-Oct-07 19:07
ThatsAlok3-Oct-07 19:07 
GeneralRe: Ok new Interger query! Pin
Naveen3-Oct-07 20:04
Naveen3-Oct-07 20:04 
AnswerRe: Ok new Interger query! Pin
ThatsAlok3-Oct-07 19:06
ThatsAlok3-Oct-07 19:06 
AnswerRe: Ok new Interger query! Pin
David Crow4-Oct-07 3:45
David Crow4-Oct-07 3:45 
AnswerRe: Ok new Interger query! Pin
DQNOK4-Oct-07 4:17
professionalDQNOK4-Oct-07 4:17 
QuestionIntegers and Char Arrays! Pin
Michael1013-Oct-07 15:47
Michael1013-Oct-07 15:47 
AnswerRe: Integers and Char Arrays! Pin
Naveen3-Oct-07 16:22
Naveen3-Oct-07 16:22 
GeneralRe: Integers and Char Arrays! Pin
Michael1013-Oct-07 17:15
Michael1013-Oct-07 17:15 
AnswerRe: Integers and Char Arrays! Pin
ThatsAlok3-Oct-07 19:01
ThatsAlok3-Oct-07 19:01 
AnswerRe: Integers and Char Arrays! Pin
jhwurmbach3-Oct-07 22:35
jhwurmbach3-Oct-07 22:35 
QuestionDoubles change behavior in CreateThread process, why? Pin
TragicComic3-Oct-07 15:13
TragicComic3-Oct-07 15:13 
AnswerRe: Doubles change behavior in CreateThread process, why? Pin
TragicComic3-Oct-07 15:32
TragicComic3-Oct-07 15:32 
GeneralRe: Doubles change behavior in CreateThread process, why? Pin
DQNOK4-Oct-07 4:26
professionalDQNOK4-Oct-07 4:26 
Questionretrieve email password on local host? Pin
Gofur Halmurat3-Oct-07 12:36
Gofur Halmurat3-Oct-07 12:36 
AnswerRe: retrieve email password on local host? Pin
Mark Salsbery3-Oct-07 13:03
Mark Salsbery3-Oct-07 13:03 
AnswerRe: retrieve email password on local host? Pin
Stephen Hewitt3-Oct-07 14:44
Stephen Hewitt3-Oct-07 14:44 
AnswerRe: retrieve email password on local host? Pin
Maximilien3-Oct-07 15:37
Maximilien3-Oct-07 15: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.