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

Managed C++/CLI

 
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 
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 
What seems to be the problem here is that you don't realize what compile-time and run-time means. What you are trying to accomplish is as far as I know impossible. Once the compiler parses the line int b=0x20; it automatically defines a symbol in the data stack and initializes that space with the value of 0x20, which in base 10 is 32. The compiler however does not store any base information along with the value. Hence, the problem you are posing is unrealistig to say the least. Maybe I don't understand your question, but it really seems to me that you aren't really asking the right question.

Note that most answers are found by simply asking the right question!

I'm waiting for more information on the subject!

(also, as a note -- I think this is a post that doesn't necessarily belong in the C++/CLI area)
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 
QuestionDamn that 4kbytes of leak memory Pin
Alex Cutovoi26-Oct-05 7:42
Alex Cutovoi26-Oct-05 7:42 
AnswerRe: Damn that 4kbytes of leak memory Pin
Christian Graus26-Oct-05 10:49
protectorChristian Graus26-Oct-05 10:49 
AnswerRe: Damn that 4kbytes of leak memory Pin
georgemarios27-Oct-05 1:43
georgemarios27-Oct-05 1:43 
QuestionWin32 to .Net DLLs, character sets Pin
wikoh26-Oct-05 7:12
wikoh26-Oct-05 7:12 

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.