Click here to Skip to main content
15,917,808 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: is this loop right? Pin
David Crow18-Jan-08 2:59
David Crow18-Jan-08 2:59 
General"Out of Memory" in the debugger Pin
thecodedemon17-Jan-08 11:24
thecodedemon17-Jan-08 11:24 
GeneralTry...Catch Problem Pin
rover_boy17-Jan-08 10:35
rover_boy17-Jan-08 10:35 
GeneralRe: Try...Catch Problem Pin
Mark Salsbery17-Jan-08 10:52
Mark Salsbery17-Jan-08 10:52 
GeneralRe: Try...Catch Problem Pin
rover_boy18-Jan-08 0:17
rover_boy18-Jan-08 0:17 
GeneralRe: Try...Catch Problem Pin
Hamid_RT17-Jan-08 17:59
Hamid_RT17-Jan-08 17:59 
Generalquick c++ problem for an exam Pin
VIP-CoMmAnDo17-Jan-08 10:13
VIP-CoMmAnDo17-Jan-08 10:13 
GeneralRe: quick c++ problem for an exam Pin
Mark Salsbery17-Jan-08 10:39
Mark Salsbery17-Jan-08 10:39 
VIP-CoMmAnDo wrote:
he doesn't know how to split the integers into separate numbers...


Maybe some clues...

If the integers are entered as ASCII, then each ASCII
character in the array is a number.

Given the specs, there's no need to convert them to binary integers,
but if he must, '0' can be subtracted from each ASCII character to
get the binary number.

Mark

Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

GeneralRe: quick c++ problem for an exam Pin
CPallini17-Jan-08 10:48
mveCPallini17-Jan-08 10:48 
JokeRe: quick c++ problem for an exam Pin
Iain Clarke, Warrior Programmer18-Jan-08 2:51
Iain Clarke, Warrior Programmer18-Jan-08 2:51 
JokeRe: quick c++ problem for an exam Pin
David Crow18-Jan-08 3:02
David Crow18-Jan-08 3:02 
JokeRe: quick c++ problem for an exam Pin
CPallini18-Jan-08 3:09
mveCPallini18-Jan-08 3:09 
JokeRe: quick c++ problem for an exam Pin
Mark Salsbery18-Jan-08 7:30
Mark Salsbery18-Jan-08 7:30 
GeneralRe: quick c++ problem for an exam Pin
Dr. Emmett Brown17-Jan-08 10:55
Dr. Emmett Brown17-Jan-08 10:55 
GeneralRe: quick c++ problem for an exam Pin
Mark Salsbery17-Jan-08 11:11
Mark Salsbery17-Jan-08 11:11 
GeneralRe: quick c++ problem for an exam Pin
CPallini17-Jan-08 11:27
mveCPallini17-Jan-08 11:27 
GeneralRe: quick c++ problem for an exam Pin
Mark Salsbery17-Jan-08 11:29
Mark Salsbery17-Jan-08 11:29 
GeneralRe: quick c++ problem for an exam Pin
CPallini17-Jan-08 11:38
mveCPallini17-Jan-08 11:38 
GeneralRe: quick c++ problem for an exam Pin
VIP-CoMmAnDo18-Jan-08 14:56
VIP-CoMmAnDo18-Jan-08 14:56 
GeneralRe: quick c++ problem for an exam Pin
CPallini19-Jan-08 4:26
mveCPallini19-Jan-08 4:26 
GeneralRe: quick c++ problem for an exam Pin
VIP-CoMmAnDo19-Jan-08 5:13
VIP-CoMmAnDo19-Jan-08 5:13 
GeneralRe: quick c++ problem for an exam Pin
David Crow17-Jan-08 14:15
David Crow17-Jan-08 14:15 
GeneralRe: quick c++ problem for an exam Pin
Luc Pattyn17-Jan-08 11:33
sitebuilderLuc Pattyn17-Jan-08 11:33 
GeneralRe: quick c++ problem for an exam Pin
VIP-CoMmAnDo17-Jan-08 11:15
VIP-CoMmAnDo17-Jan-08 11:15 
QuestionEh, why can't VS2005 find my include files? Pin
@largeinsd17-Jan-08 6:20
@largeinsd17-Jan-08 6:20 

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.