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

C / C++ / MFC

 
QuestionCreateProcess with Vista and 740 / Create Multiple Threads Pin
jkirkerx16-Jan-12 9:04
professionaljkirkerx16-Jan-12 9:04 
AnswerRe: CreateProcess with Vista and 740 / Create Multiple Threads Pin
Albert Holguin16-Jan-12 9:25
professionalAlbert Holguin16-Jan-12 9:25 
GeneralRe: CreateProcess with Vista and 740 / Create Multiple Threads Pin
jkirkerx16-Jan-12 10:15
professionaljkirkerx16-Jan-12 10:15 
GeneralRe: CreateProcess with Vista and 740 / Create Multiple Threads Pin
Albert Holguin17-Jan-12 4:00
professionalAlbert Holguin17-Jan-12 4:00 
GeneralRe: CreateProcess with Vista and 740 / Create Multiple Threads Pin
jkirkerx17-Jan-12 6:35
professionaljkirkerx17-Jan-12 6:35 
GeneralRe: CreateProcess with Vista and 740 / Create Multiple Threads Pin
Albert Holguin17-Jan-12 7:29
professionalAlbert Holguin17-Jan-12 7:29 
GeneralRe: CreateProcess with Vista and 740 / Create Multiple Threads Pin
jkirkerx17-Jan-12 10:08
professionaljkirkerx17-Jan-12 10:08 
GeneralRe: CreateProcess with Vista and 740 / Create Multiple Threads Pin
Albert Holguin17-Jan-12 11:13
professionalAlbert Holguin17-Jan-12 11:13 
QuestionConverting big integer value to string Pin
Coder Block15-Jan-12 23:22
Coder Block15-Jan-12 23:22 
AnswerRe: Converting big integer value to string Pin
Richard MacCutchan15-Jan-12 23:42
mveRichard MacCutchan15-Jan-12 23:42 
AnswerRe: Converting big integer value to string Pin
Jochen Arndt15-Jan-12 23:57
professionalJochen Arndt15-Jan-12 23:57 
AnswerRe: Converting big integer value to string Pin
CPallini16-Jan-12 2:59
mveCPallini16-Jan-12 2:59 
Either the title or your explanation is wrong. I guess you need to convert a string representing a very big number to, well, a big integer variable.
As Jochen pointed out, we already answered your question at QA.
However, if you really don't want to use a big integer library then may you roll you own version of, say, strtoi128, i.e. a function converting the given string into the 128 bit binary representation of the number (you may mimic the method used at school to perform division).
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

GeneralRe: Converting big integer value to string Pin
Albert Holguin16-Jan-12 9:25
professionalAlbert Holguin16-Jan-12 9:25 
GeneralRe: Converting big integer value to string Pin
CPallini16-Jan-12 9:37
mveCPallini16-Jan-12 9:37 
GeneralRe: Converting big integer value to string Pin
Albert Holguin16-Jan-12 10:15
professionalAlbert Holguin16-Jan-12 10:15 
Questioncommon language runtime support error for dll Pin
appollosputnik15-Jan-12 17:24
appollosputnik15-Jan-12 17:24 
AnswerRe: common language runtime support error for dll Pin
_AnsHUMAN_ 15-Jan-12 18:08
_AnsHUMAN_ 15-Jan-12 18:08 
GeneralRe: common language runtime support error for dll Pin
appollosputnik15-Jan-12 21:04
appollosputnik15-Jan-12 21:04 
GeneralRe: common language runtime support error for dll Pin
Richard MacCutchan15-Jan-12 21:26
mveRichard MacCutchan15-Jan-12 21:26 
GeneralRe: common language runtime support error for dll Pin
appollosputnik15-Jan-12 23:35
appollosputnik15-Jan-12 23:35 
GeneralRe: common language runtime support error for dll Pin
Richard MacCutchan15-Jan-12 23:40
mveRichard MacCutchan15-Jan-12 23:40 
Questionreading file using fscanf(); Pin
Raza568015-Jan-12 6:53
Raza568015-Jan-12 6:53 
QuestionRe: reading file using fscanf(); Pin
David Crow15-Jan-12 16:25
David Crow15-Jan-12 16:25 
AnswerRe: reading file using fscanf(); Pin
Chandrasekharan P15-Jan-12 21:00
Chandrasekharan P15-Jan-12 21:00 
AnswerRe: reading file using fscanf(); Pin
Luc Pattyn15-Jan-12 21:50
sitebuilderLuc Pattyn15-Jan-12 21: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.