Click here to Skip to main content
15,916,702 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
AnswerRe: STL from visual C++ in Unix??? Pin
ThatsAlok11-Apr-05 19:45
ThatsAlok11-Apr-05 19:45 
AnswerRe: STL from visual C++ in Unix??? Pin
Stuart Dootson11-Apr-05 20:51
professionalStuart Dootson11-Apr-05 20:51 
AnswerRe: STL from visual C++ in Unix??? Pin
markkuk12-Apr-05 0:41
markkuk12-Apr-05 0:41 
QuestionHow to activate the File-Open Dialog via ellipsis button ("...")in property browser Pin
knaster bax11-Apr-05 7:43
knaster bax11-Apr-05 7:43 
AnswerRe: How to activate the File-Open Dialog via ellipsis button ("...")in property browser Pin
ThatsAlok11-Apr-05 19:47
ThatsAlok11-Apr-05 19:47 
GeneralRe: How to activate the File-Open Dialog via ellipsis button ("...")in property browser Pin
knaster bax11-Apr-05 23:17
knaster bax11-Apr-05 23:17 
GeneralNeed Help Pin
inbakumar.G11-Apr-05 5:12
inbakumar.G11-Apr-05 5:12 
Generalx to Bin ? or x to Hex To Bin Pin
Static(x)10-Apr-05 23:11
Static(x)10-Apr-05 23:11 
Hi everybody, i am writing some functions for arithmetic operations with Huge numbers(more than 1000 digit), i am using CString class and i treat CString objects like numbers,for example :

CString s1,s2,s3;
s1="625";
s2="25";
s3=Divide(s1,s2); // now s3="25"

I have to convert Huge numbers to binary, so using simple algorithm(dividing by 2,...) is too slow, so i decided to convert these numbers first to Hex then from Hex to binary,(as converting to Hex to Bin is very fast as you know)
i thought it would make my func faster but it takes approximately the same time ?? Does anybody know why ?? or have any ideas??


Regards


m0n0
GeneralReferencing CArray's within CArrays Pin
KoriFrancis10-Apr-05 12:18
KoriFrancis10-Apr-05 12:18 
General[wtl]CHyperLink bRet = (dwRet > 32); Pin
Tommy2d8-Apr-05 2:33
Tommy2d8-Apr-05 2:33 
GeneralRe: [wtl]CHyperLink bRet = (dwRet > 32); Pin
Michael Dunn8-Apr-05 8:05
sitebuilderMichael Dunn8-Apr-05 8:05 
GeneralRe: [wtl]CHyperLink bRet = (dwRet > 32); Pin
Tommy2d10-Apr-05 8:03
Tommy2d10-Apr-05 8:03 
GeneralCDateTimePickerCtrl - CDateTimeCtrl Pin
The Professor8-Apr-05 1:30
The Professor8-Apr-05 1:30 
QuestionHow to get Application pointer of Word if i have Container(Word) pointer Pin
ajalilqarshi8-Apr-05 0:28
ajalilqarshi8-Apr-05 0:28 
Generalquick bind1st question Pin
marinme6-Apr-05 23:56
marinme6-Apr-05 23:56 
GeneralRe: quick bind1st question Pin
Mike Dimmick7-Apr-05 2:06
Mike Dimmick7-Apr-05 2:06 
Generalusing bind2nd function on map Pin
fordge6-Apr-05 17:24
fordge6-Apr-05 17:24 
GeneralRe: using bind2nd function on map Pin
Stuart Dootson6-Apr-05 21:16
professionalStuart Dootson6-Apr-05 21:16 
GeneralRe: using bind2nd function on map Pin
fordge7-Apr-05 1:23
fordge7-Apr-05 1:23 
GeneralRe: using bind2nd function on map Pin
Stuart Dootson7-Apr-05 2:37
professionalStuart Dootson7-Apr-05 2:37 
Questionmultiple key containers?? Pin
fordge6-Apr-05 17:17
fordge6-Apr-05 17:17 
AnswerRe: multiple key containers?? Pin
Stuart Dootson6-Apr-05 21:18
professionalStuart Dootson6-Apr-05 21:18 
GeneralCCommandBarCtrl menu appears as a toolbar button Pin
Paper#6-Apr-05 13:16
Paper#6-Apr-05 13:16 
GeneralProblem using ATL Object in other ATL Server Pin
andreasf5-Apr-05 20:22
andreasf5-Apr-05 20:22 
GeneralImmediate repainting of a listctrl Pin
Franz Klein5-Apr-05 0:17
Franz Klein5-Apr-05 0:17 

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.