Click here to Skip to main content
15,916,835 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Question mark icon in title bar Pin
Michael Dunn1-May-03 0:29
sitebuilderMichael Dunn1-May-03 0:29 
GeneralRe: Question mark icon in title bar Pin
JensB1-May-03 23:34
JensB1-May-03 23:34 
General3 Tier Question Pin
nlecren30-Apr-03 3:14
nlecren30-Apr-03 3:14 
GeneralRe: 3 Tier Question Pin
David Crow30-Apr-03 3:26
David Crow30-Apr-03 3:26 
GeneralRe: 3 Tier Question Pin
nlecren30-Apr-03 3:42
nlecren30-Apr-03 3:42 
QuestionIs there a fast method for doing this? Pin
chen30-Apr-03 3:11
chen30-Apr-03 3:11 
AnswerRe: Is there a fast method for doing this? Pin
David Crow30-Apr-03 3:23
David Crow30-Apr-03 3:23 
GeneralRe: Is there a fast method for doing this? Pin
chen30-Apr-03 3:35
chen30-Apr-03 3:35 
If the first or start bit is '0', the function translate
the 010001000100100 into
011110000111000
otherwise if start bit is '1', the translated binary string is
100001111000111
and then, calculate the sum of 0 and 1 in the new string
and finally return the difference of 0 and 1:
sum of 0 - sum of 1.

that it!

chen
GeneralRe: Is there a fast method for doing this? Pin
David Crow30-Apr-03 6:03
David Crow30-Apr-03 6:03 
GeneralRe: Is there a fast method for doing this? Pin
chen30-Apr-03 6:18
chen30-Apr-03 6:18 
GeneralRe: Is there a fast method for doing this? Pin
Rage30-Apr-03 6:19
professionalRage30-Apr-03 6:19 
AnswerRe: Is there a fast method for doing this? Pin
Sean Cundiff30-Apr-03 5:14
Sean Cundiff30-Apr-03 5:14 
GeneralRe: Is there a fast method for doing this? Pin
chen30-Apr-03 5:49
chen30-Apr-03 5:49 
GeneralRe: Is there a fast method for doing this? Pin
David Crow30-Apr-03 5:56
David Crow30-Apr-03 5:56 
GeneralRe: Is there a fast method for doing this? Pin
Anonymous30-Apr-03 9:05
Anonymous30-Apr-03 9:05 
GeneralRe: Is there a fast method for doing this? Pin
David Crow30-Apr-03 10:08
David Crow30-Apr-03 10:08 
GeneralRe: Is there a fast method for doing this? Pin
Anonymous1-May-03 7:27
Anonymous1-May-03 7:27 
GeneralRe: Is there a fast method for doing this? Pin
David Crow1-May-03 7:52
David Crow1-May-03 7:52 
GeneralRe: Is there a fast method for doing this? Pin
Anonymous2-May-03 8:10
Anonymous2-May-03 8:10 
GeneralRe: Is there a fast method for doing this? Pin
David Crow2-May-03 8:24
David Crow2-May-03 8:24 
GeneralA question about IE Pin
Carlos Antollini30-Apr-03 2:52
Carlos Antollini30-Apr-03 2:52 
GeneralRe: A question about IE Pin
Anonymous30-Apr-03 3:10
Anonymous30-Apr-03 3:10 
GeneralRe: A question about IE Pin
Stephane Rodriguez.30-Apr-03 3:17
Stephane Rodriguez.30-Apr-03 3:17 
GeneralProblem with CRecordSet Pin
Poul Haahr Klemmensen30-Apr-03 1:46
Poul Haahr Klemmensen30-Apr-03 1:46 
GeneralRe: Problem with CRecordSet Pin
David Crow30-Apr-03 2:50
David Crow30-Apr-03 2:50 

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.