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

Managed C++/CLI

 
QuestionProblem Interfacing with Parallel Port Pin
kmaster3-Mar-06 15:20
kmaster3-Mar-06 15:20 
AnswerRe: Problem Interfacing with Parallel Port Pin
Gordon Brandly3-Mar-06 15:40
Gordon Brandly3-Mar-06 15:40 
QuestionRe: Problem Interfacing with Parallel Port Pin
kmaster3-Mar-06 20:35
kmaster3-Mar-06 20:35 
AnswerRe: Problem Interfacing with Parallel Port Pin
Gordon Brandly5-Mar-06 9:16
Gordon Brandly5-Mar-06 9:16 
NewsRe: Problem Interfacing with Parallel Port Pin
kmaster6-Mar-06 2:36
kmaster6-Mar-06 2:36 
GeneralRe: Problem Interfacing with Parallel Port Pin
Gordon Brandly6-Mar-06 17:17
Gordon Brandly6-Mar-06 17:17 
QuestionConvert Dicemal To Binry In C++ Pin
Miss PC3-Mar-06 2:06
Miss PC3-Mar-06 2:06 
AnswerRe: Convert Dicemal To Binry In C++ Pin
Cedric Moonen3-Mar-06 3:02
Cedric Moonen3-Mar-06 3:02 
There is no decimal or binary numbers. This is just a language misuse. A number is a number and is independent of its representation which can be decimal, hexadecimal, binary, ...

A small example (yup, for thos who know, it's still the good one with the apples Poke tongue | ;-P ). So, let's say you have 21 apples on a table, you can say "I have 21 apples", or "I have 0x15 apples" or "I have 0b10101 apples". You still have the same number of apples on your table, no matter which representation you use.

So, your question make as much sense as asking "I want to convert my 21 apples in binary, how to do that ?"

So, what you want to do exactly ? Converting a number into a string in binary or what ?
JokeRe: Convert Dicemal To Binry In C++ Pin
toxcct3-Mar-06 3:19
toxcct3-Mar-06 3:19 
JokeRe: Convert Dicemal To Binry In C++ Pin
Cedric Moonen3-Mar-06 3:23
Cedric Moonen3-Mar-06 3:23 
GeneralRe: Convert Dicemal To Binry In C++ Pin
toxcct3-Mar-06 3:26
toxcct3-Mar-06 3:26 
GeneralRe: Convert Dicemal To Binry In C++ Pin
Miss PC3-Mar-06 3:40
Miss PC3-Mar-06 3:40 
GeneralRe: Convert Dicemal To Binry In C++ Pin
Miss PC3-Mar-06 3:30
Miss PC3-Mar-06 3:30 
GeneralRe: Convert Dicemal To Binry In C++ Pin
Cedric Moonen3-Mar-06 3:34
Cedric Moonen3-Mar-06 3:34 
AnswerThe Right Answer Pin
Miss PC3-Mar-06 3:50
Miss PC3-Mar-06 3:50 
GeneralRe: The Right Answer Pin
Cedric Moonen3-Mar-06 3:56
Cedric Moonen3-Mar-06 3:56 
JokeRe: The Right Answer Pin
Miss PC3-Mar-06 4:09
Miss PC3-Mar-06 4:09 
QuestionLinker error when using AlphaBlend Pin
Toubou3-Mar-06 0:30
Toubou3-Mar-06 0:30 
AnswerRe: Linker error when using AlphaBlend Pin
Michael Dunn3-Mar-06 8:24
sitebuilderMichael Dunn3-Mar-06 8:24 
GeneralRe: Linker error when using AlphaBlend Pin
Toubou3-Mar-06 20:02
Toubou3-Mar-06 20:02 
QuestionWin32 C++ Code To get L2Cache Size and Speed of the system Pin
virz2-Mar-06 17:27
virz2-Mar-06 17:27 
GeneralRe: Win32 C++ Code To get L2Cache Size and Speed of the system Pin
oshah9-Mar-06 5:48
oshah9-Mar-06 5:48 
Questionhelp me how to design the matrix using the DEV C++ Pin
Paranoiana2-Mar-06 6:57
Paranoiana2-Mar-06 6:57 
AnswerRe: help me how to design the matrix using the DEV C++ Pin
Andy Brummer2-Mar-06 9:09
sitebuilderAndy Brummer2-Mar-06 9:09 
AnswerRe: help me how to design the matrix using the DEV C++ Pin
El Corazon2-Mar-06 9:35
El Corazon2-Mar-06 9:35 

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.