Click here to Skip to main content
16,014,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalascii to binary Pin
Anonymous10-Nov-04 7:14
Anonymous10-Nov-04 7:14 
GeneralRe: ascii to binary Pin
David Crow10-Nov-04 7:23
David Crow10-Nov-04 7:23 
GeneralRe: ascii to binary Pin
Anonymous10-Nov-04 7:35
Anonymous10-Nov-04 7:35 
GeneralRe: ascii to binary Pin
David Crow10-Nov-04 7:56
David Crow10-Nov-04 7:56 
GeneralRe: ascii to binary Pin
GDavy10-Nov-04 10:02
GDavy10-Nov-04 10:02 
GeneralRe: ascii to binary Pin
Anonymous10-Nov-04 10:24
Anonymous10-Nov-04 10:24 
GeneralRe: ascii to binary [edited] Pin
PJ Arends10-Nov-04 10:37
professionalPJ Arends10-Nov-04 10:37 
GeneralRe: ascii to binary Pin
Branislav11-Nov-04 1:32
Branislav11-Nov-04 1:32 
<if you="" start="" from="" right="" to="" left,="" looking="" binary="" combination,="" can="" use:
="" div_t="" div(="" int="" numer,="" denom="" );
where="" is="" number="" which="" convert="" into="" binary,="" and="" nuber="" 2.
normaly="" this="" function="" have="" put="" loop="" for="" combination="" want="" (8,="" 16,="" 32,="" 64="" ...)
example:
x="64;" it="" your="" conversation
div_t="" div_result;
for(int="" i="0;" <="" 8;="" i++)
{
="" div_result="div(" x,="" 2="" );
="" if(div_result.rem="=" 0)
="" {
="" '0'
="" do="" what="" want
="" printf(="" "0");
="" }
="" else
="" '1'
="" "1");
="" x="div_result.quot;
" if(x="=" break;
}="">
GeneralPort modified message Pin
Fernando A. Gomez F.10-Nov-04 5:11
Fernando A. Gomez F.10-Nov-04 5:11 
GeneralRe: Port modified message Pin
bryce10-Nov-04 11:51
bryce10-Nov-04 11:51 
Generalstarting external program, waiting for completion Pin
Steve Kearon10-Nov-04 4:56
Steve Kearon10-Nov-04 4:56 
GeneralRe: starting external program, waiting for completion Pin
David Crow10-Nov-04 5:05
David Crow10-Nov-04 5:05 
GeneralRe: starting external program, waiting for completion Pin
Steve Kearon10-Nov-04 5:22
Steve Kearon10-Nov-04 5:22 
GeneralRe: starting external program, waiting for completion Pin
David Crow10-Nov-04 6:16
David Crow10-Nov-04 6:16 
GeneralRe: parameters of function ::SHGetSpecialFolderLocation(...) Pin
David Crow10-Nov-04 5:01
David Crow10-Nov-04 5:01 
GeneralRe: parameters of function ::SHGetSpecialFolderLocation(...) Pin
Michael Dunn10-Nov-04 15:10
sitebuilderMichael Dunn10-Nov-04 15:10 
QuestionWhat means F(const _variant_t& OptArgs) at import TLB into &#1057;++ ? Pin
vgrigor110-Nov-04 0:11
vgrigor110-Nov-04 0:11 
AnswerRe: What means F(const _variant_t&amp; OptArgs) at import TLB into &amp;#1057;++ ? Pin
jan larsen11-Nov-04 3:33
jan larsen11-Nov-04 3:33 
GeneralMFC, raw win32, .net, managed c++ .... Pin
i2c9-Nov-04 23:43
i2c9-Nov-04 23:43 
GeneralRe: MFC, raw win32, .net, managed c++ .... Pin
jan larsen10-Nov-04 0:16
jan larsen10-Nov-04 0:16 
GeneralRe: MFC, raw win32, .net, managed c++ .... Pin
Maximilien10-Nov-04 2:43
Maximilien10-Nov-04 2:43 
GeneralRe: MFC, raw win32, .net, managed c++ .... Pin
Henry miller10-Nov-04 2:47
Henry miller10-Nov-04 2:47 
GeneralRe: MFC, raw win32, .net, managed c++ .... Pin
i2c10-Nov-04 20:45
i2c10-Nov-04 20:45 
GeneralRe: MFC, raw win32, .net, managed c++ .... Pin
jan larsen11-Nov-04 0:52
jan larsen11-Nov-04 0:52 
GeneralRe: MFC, raw win32, .net, managed c++ .... Pin
i2c11-Nov-04 3:08
i2c11-Nov-04 3:08 

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.