Click here to Skip to main content
15,902,938 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Capture Left Mouse Pin
Nishad S1-Jan-08 18:33
Nishad S1-Jan-08 18:33 
GeneralRe: Capture Left Mouse Pin
Mark Salsbery2-Jan-08 7:40
Mark Salsbery2-Jan-08 7:40 
Generalconvert integer number to string text Pin
KARFER1-Jan-08 8:12
KARFER1-Jan-08 8:12 
GeneralRe: convert integer number to string text Pin
CPallini1-Jan-08 8:25
mveCPallini1-Jan-08 8:25 
GeneralRe: convert integer number to string text Pin
KARFER3-Jan-08 1:24
KARFER3-Jan-08 1:24 
GeneralRe: convert integer number to string text Pin
Luc Pattyn1-Jan-08 8:46
sitebuilderLuc Pattyn1-Jan-08 8:46 
GeneralRe: convert integer number to string text Pin
Hamid_RT2-Jan-08 2:53
Hamid_RT2-Jan-08 2:53 
GeneralRe: convert integer number to string text Pin
Joan M2-Jan-08 9:47
professionalJoan M2-Jan-08 9:47 
If I understood you well, you are asking how to get the name of the number, not the number itself inside a string.

So you are not asking for:

int iNumberSeven = 7;<br />
CString csAux = "";<br />
csAux.Format("%i",iNumberSeven);

you are asking for something like:

if (iNumberSeven == 7)<br />
{<br />
  csAux = "seven";<br />
}

If you meant the second option, the only way I can think of is to try to generate the numbers programmatically. And this would mean to study the way the numbers are formed and of course having some basic strings in a vault in order to be able to use them.
GeneralRe: convert integer number to string text Pin
KARFER3-Jan-08 1:31
KARFER3-Jan-08 1:31 
GeneralManifest files and XP/Vista look Pin
Tankko1-Jan-08 7:23
Tankko1-Jan-08 7:23 
AnswerRe: Manifest files and XP/Vista look Pin
JudyL_MD1-Jan-08 9:07
JudyL_MD1-Jan-08 9:07 
GeneralMouse button state Pin
Abyss1-Jan-08 3:24
Abyss1-Jan-08 3:24 
QuestionRe: Mouse button state Pin
CPallini1-Jan-08 3:32
mveCPallini1-Jan-08 3:32 
GeneralRe: Mouse button state Pin
Abyss1-Jan-08 3:42
Abyss1-Jan-08 3:42 
QuestionRe: Mouse button state [modified] Pin
CPallini1-Jan-08 4:39
mveCPallini1-Jan-08 4:39 
GeneralRe: Mouse button state Pin
Abyss1-Jan-08 6:34
Abyss1-Jan-08 6:34 
GeneralRe: Mouse button state Pin
CPallini1-Jan-08 6:46
mveCPallini1-Jan-08 6:46 
GeneralRe: Mouse button state Pin
Abyss1-Jan-08 7:10
Abyss1-Jan-08 7:10 
GeneralRe: Mouse button state Pin
CPallini1-Jan-08 7:23
mveCPallini1-Jan-08 7:23 
GeneralSending bytes to an Exe Pin
narayanagvs1-Jan-08 0:46
narayanagvs1-Jan-08 0:46 
GeneralRe: Sending bytes to an Exe Pin
Nishad S1-Jan-08 1:22
Nishad S1-Jan-08 1:22 
GeneralCString array and _variant_t [modified] Pin
followait31-Dec-07 23:16
followait31-Dec-07 23:16 
QuestionRe: CString array and _variant_t Pin
CPallini1-Jan-08 0:25
mveCPallini1-Jan-08 0:25 
GeneralRe: CString array and _variant_t Pin
Nemanja Trifunovic1-Jan-08 4:36
Nemanja Trifunovic1-Jan-08 4:36 
GeneralBOOL AFXAPI AfxWinInit Pin
youbo31-Dec-07 20:52
youbo31-Dec-07 20:52 

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.