Click here to Skip to main content
15,897,273 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: VTable Madness Pin
Jim Crafton23-Jan-08 12:02
Jim Crafton23-Jan-08 12:02 
GeneralRe: VTable Madness Pin
73Zeppelin23-Jan-08 19:26
73Zeppelin23-Jan-08 19:26 
GeneralSolution! Pin
73Zeppelin23-Jan-08 20:03
73Zeppelin23-Jan-08 20:03 
GeneralRe: Solution! Pin
Rajesh R Subramanian23-Jan-08 22:24
professionalRajesh R Subramanian23-Jan-08 22:24 
GeneralRe: Solution! Pin
Jim Crafton24-Jan-08 3:23
Jim Crafton24-Jan-08 3:23 
GeneralRe: Solution! Pin
73Zeppelin24-Jan-08 3:39
73Zeppelin24-Jan-08 3:39 
Questionc/c++ binary to string and vice versa conversion functions? Pin
mindspin31123-Jan-08 5:02
mindspin31123-Jan-08 5:02 
AnswerRe: c/c++ binary to string and vice versa conversion functions? Pin
David Crow23-Jan-08 5:26
David Crow23-Jan-08 5:26 
mindspin311 wrote:
I'm having trouble finding a c or c++ function that will convert a string of 1's and 0's to a string of characters.


Assuming you meant to its numeric equivalent, check out strtol().

mindspin311 wrote:
I really don't feel like writing my own, if I can find one that will do it for me.


There are plenty available (e.g., CP, Google), but writing your own will take all of five minutes. You'll spend more time than that searching (and then implementing).

"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman

"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne


QuestionRe: c/c++ binary to string and vice versa conversion functions? Pin
CPallini23-Jan-08 5:32
mveCPallini23-Jan-08 5:32 
GeneralRe: c/c++ binary to string and vice versa conversion functions? Pin
David Crow23-Jan-08 5:40
David Crow23-Jan-08 5:40 
JokeOK! Pin
CPallini23-Jan-08 5:52
mveCPallini23-Jan-08 5:52 
GeneralView Console Window Pin
gman200823-Jan-08 3:17
gman200823-Jan-08 3:17 
QuestionRe: View Console Window Pin
David Crow23-Jan-08 3:37
David Crow23-Jan-08 3:37 
GeneralRe: View Console Window Pin
gman200823-Jan-08 3:40
gman200823-Jan-08 3:40 
QuestionRe: View Console Window Pin
David Crow23-Jan-08 4:30
David Crow23-Jan-08 4:30 
GeneralRe: View Console Window Pin
gman200823-Jan-08 4:44
gman200823-Jan-08 4:44 
QuestionRe: View Console Window Pin
David Crow23-Jan-08 5:03
David Crow23-Jan-08 5:03 
GeneralRe: View Console Window Pin
gman200823-Jan-08 5:34
gman200823-Jan-08 5:34 
QuestionRe: View Console Window Pin
David Crow23-Jan-08 5:41
David Crow23-Jan-08 5:41 
GeneralRe: View Console Window Pin
gman200823-Jan-08 5:55
gman200823-Jan-08 5:55 
GeneralRe: View Console Window Pin
gman200823-Jan-08 6:05
gman200823-Jan-08 6:05 
QuestionRe: View Console Window Pin
David Crow23-Jan-08 6:12
David Crow23-Jan-08 6:12 
GeneralRe: View Console Window Pin
gman200824-Jan-08 2:46
gman200824-Jan-08 2:46 
GeneralRe: View Console Window Pin
David Crow24-Jan-08 2:58
David Crow24-Jan-08 2:58 
GeneralVisual Studio VC++ 6.0 on Windows Vista Pin
André Dewispelaere23-Jan-08 2:52
André Dewispelaere23-Jan-08 2: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.