Click here to Skip to main content
15,893,814 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
AnswerRe: How to judge a string encoding is euc, sjis, ascii or others? Pin
toxcct31-Oct-05 0:02
toxcct31-Oct-05 0:02 
GeneralRe: How to judge a string encoding is euc, sjis, ascii or others? Pin
Sheng Jiang 蒋晟31-Oct-05 6:07
Sheng Jiang 蒋晟31-Oct-05 6:07 
GeneralRe: How to judge a string encoding is euc, sjis, ascii or others? Pin
CooperWu31-Oct-05 22:30
CooperWu31-Oct-05 22:30 
GeneralRe: How to judge a string encoding is euc, sjis, ascii or others? Pin
Johann Gerell31-Oct-05 19:40
Johann Gerell31-Oct-05 19:40 
GeneralRe: How to judge a string encoding is euc, sjis, ascii or others? Pin
CooperWu31-Oct-05 22:30
CooperWu31-Oct-05 22:30 
QuestionSocket Programming question Pin
mdykstra30-Oct-05 6:48
mdykstra30-Oct-05 6:48 
AnswerRe: Socket Programming question Pin
willy_total31-Oct-05 9:33
willy_total31-Oct-05 9:33 
Questionsolve this problem! Pin
sam o neil29-Oct-05 21:02
sam o neil29-Oct-05 21:02 
just check out the following code:
<br />
main()<br />
{<br />
int a=32;<br />
int b=0x20;<br />
printf("%d %d",a,b);<br />
getch();<br />
}<br />

the o/p of this code as expected would be -->32 32 now my question is that if i want the o/p to be like this-->32 0x20 what should i do.i am open to suggestions in C++ also.
plz ans asap.
thank you.
bye
That is a good way of doing difficult thing easily sir but i dont want to use specifier. i want to use the method of sepration which is used by compiler itself. try to differentiate between the two using functions atoi()
and itoa().
however thank you for your time sir and plz pardon me for my english



amsbali@yahoo.co.in

-- modified at 7:49 Sunday 30th October, 2005
AnswerRe: solve this problem! Pin
toxcct30-Oct-05 0:58
toxcct30-Oct-05 0:58 
GeneralRe: solve this problem! Pin
sam o neil30-Oct-05 1:19
sam o neil30-Oct-05 1:19 
GeneralRe: solve this problem! Pin
toxcct30-Oct-05 8:07
toxcct30-Oct-05 8:07 
AnswerRe: solve this problem! Pin
mikanu1-Nov-05 12:43
mikanu1-Nov-05 12:43 
QuestionHelp with automatic e-mail Pin
cemaaiem29-Oct-05 11:30
cemaaiem29-Oct-05 11:30 
AnswerRe: Help with automatic e-mail Pin
Brad Bruce29-Oct-05 12:36
Brad Bruce29-Oct-05 12:36 
QuestionDesperate Need of Help in C++.. Pin
MarkoOkuka27-Oct-05 16:39
MarkoOkuka27-Oct-05 16:39 
AnswerRe: Desperate Need of Help in C++.. Pin
Christian Graus27-Oct-05 17:19
protectorChristian Graus27-Oct-05 17:19 
Questionis it stack or heap? Pin
georgemarios27-Oct-05 6:01
georgemarios27-Oct-05 6:01 
AnswerRe: is it stack or heap? Pin
IdUnknown27-Oct-05 6:27
IdUnknown27-Oct-05 6:27 
GeneralRe: is it stack or heap? Pin
georgemarios27-Oct-05 6:40
georgemarios27-Oct-05 6:40 
QuestionHow to generate a custom warning at compile time in C++ Pin
Anonymous26-Oct-05 18:41
Anonymous26-Oct-05 18:41 
AnswerRe: How to generate a custom warning at compile time in C++ Pin
Anonymous27-Oct-05 1:02
Anonymous27-Oct-05 1:02 
QuestionConverting a C++ style string into something execvp can use. Pin
Anonymous26-Oct-05 9:47
Anonymous26-Oct-05 9:47 
AnswerRe: Converting a C++ style string into something execvp can use. Pin
Christian Graus26-Oct-05 10:39
protectorChristian Graus26-Oct-05 10:39 
QuestionHigh Compression based software Solution Pin
ANPPS26-Oct-05 8:56
ANPPS26-Oct-05 8:56 
AnswerRe: High Compression based software Solution Pin
Christian Graus26-Oct-05 10:49
protectorChristian Graus26-Oct-05 10:49 

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.