Click here to Skip to main content
15,867,704 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMFC calculator with huge real.... Pin
hmaz462925-Apr-11 3:21
hmaz462925-Apr-11 3:21 
AnswerRe: MFC calculator with huge real.... Pin
Hans Dietrich25-Apr-11 3:51
mentorHans Dietrich25-Apr-11 3:51 
GeneralRe: MFC calculator with huge real.... Pin
Albert Holguin25-Apr-11 5:38
professionalAlbert Holguin25-Apr-11 5:38 
GeneralRe: MFC calculator with huge real.... Pin
hmaz462926-Apr-11 16:04
hmaz462926-Apr-11 16:04 
GeneralRe: MFC calculator with huge real.... Pin
Cedric Moonen26-Apr-11 20:31
Cedric Moonen26-Apr-11 20:31 
AnswerRe: MFC calculator with huge real.... Pin
CPallini25-Apr-11 21:50
mveCPallini25-Apr-11 21:50 
GeneralRe: MFC calculator with huge real.... Pin
hmaz462926-Apr-11 16:08
hmaz462926-Apr-11 16:08 
AnswerRe: MFC calculator with huge real.... Pin
Andrew Phillips30-Apr-11 5:53
Andrew Phillips30-Apr-11 5:53 
You need to be a bit clearer on what you want. "32 digits" implies decimal digits but I suspect you may bew talking about 32-bit numbers (ie 32 binary digits) or perhaps 32 hex digits. Also do you just want to calculate using these large numbers or do you want code for a calculator type program with buttons etc.

My best guess is that you just want to do calculations on big integers up to 32 hex digits (128-bits). These sorts of numbers are use in things like encryption. I have used the code in this article with success: C++ Integer Class[^].
Andrew Phillips
http://www.hexedit.com
andrew @ hexedit.com

Questionretriving hindi unicode data from database access in cstring variable in vc++,mfc Pin
prerananit25-Apr-11 2:37
prerananit25-Apr-11 2:37 
AnswerRe: retriving hindi unicode data from database access in cstring variable in vc++,mfc Pin
Debojyoti Majumder25-Apr-11 3:02
Debojyoti Majumder25-Apr-11 3:02 
AnswerRe: retriving hindi unicode data from database access in cstring variable in vc++,mfc Pin
Hans Dietrich25-Apr-11 3:49
mentorHans Dietrich25-Apr-11 3:49 
QuestionLog Control Pin
john563225-Apr-11 2:14
john563225-Apr-11 2:14 
AnswerRe: Log Control Pin
Debojyoti Majumder25-Apr-11 3:03
Debojyoti Majumder25-Apr-11 3:03 
AnswerRe: Log Control Pin
David 'dex' Schwartz26-Apr-11 18:15
David 'dex' Schwartz26-Apr-11 18:15 
QuestionQApplication(argc, argv) Pin
Abder_Rahman24-Apr-11 23:07
Abder_Rahman24-Apr-11 23:07 
AnswerRe: QApplication(argc, argv) Pin
Richard MacCutchan24-Apr-11 23:15
mveRichard MacCutchan24-Apr-11 23:15 
GeneralRe: QApplication(argc, argv) Pin
Abder_Rahman24-Apr-11 23:20
Abder_Rahman24-Apr-11 23:20 
GeneralRe: QApplication(argc, argv) Pin
barneyman24-Apr-11 23:42
barneyman24-Apr-11 23:42 
GeneralRe: QApplication(argc, argv) Pin
Richard MacCutchan25-Apr-11 1:32
mveRichard MacCutchan25-Apr-11 1:32 
AnswerRe: QApplication(argc, argv) Pin
vishalgpt25-Apr-11 0:02
vishalgpt25-Apr-11 0:02 
AnswerRe: QApplication(argc, argv) Pin
Maximilien25-Apr-11 0:48
Maximilien25-Apr-11 0:48 
QuestionFixed row in list control Pin
MKC00223-Apr-11 20:49
MKC00223-Apr-11 20:49 
AnswerRe: Fixed row in list control Pin
«_Superman_»24-Apr-11 1:02
professional«_Superman_»24-Apr-11 1:02 
AnswerRe: Fixed row in list control Pin
ShilpiP24-Apr-11 19:30
ShilpiP24-Apr-11 19:30 
QuestionACL Pin
vishalgpt23-Apr-11 19:23
vishalgpt23-Apr-11 19:23 

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.