Click here to Skip to main content
15,888,610 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: First-chance exception in myapp.exe (GDI32.DLL): 0xC0000005: Access Violation. Pin
Tim Deveaux20-Mar-01 13:03
Tim Deveaux20-Mar-01 13:03 
QuestionHow to maintain different title bars' caption ? Pin
leonwoo20-Mar-01 0:10
leonwoo20-Mar-01 0:10 
AnswerRe: How to maintain different title bars' caption ? Pin
Michael Dunn20-Mar-01 6:20
sitebuilderMichael Dunn20-Mar-01 6:20 
GeneralRe: How to maintain different title bars' caption ? Pin
21-Mar-01 0:58
suss21-Mar-01 0:58 
AnswerRe: How to maintain different title bars' caption ? Pin
l a u r e n21-Mar-01 1:23
l a u r e n21-Mar-01 1:23 
GeneralADO Streams Pin
ernst.maurer19-Mar-01 23:13
ernst.maurer19-Mar-01 23:13 
GeneralStorage, OleDocument ... Pin
19-Mar-01 22:24
suss19-Mar-01 22:24 
Generalsome thing is strang in double type Pin
Ahmad19-Mar-01 21:44
Ahmad19-Mar-01 21:44 
HI ALL Smile | :)
I want make simple calculator so I get some problems like :
- try do that :
double d1 = 5/3 ; //same (5/3)
double d2 = 3/2 ;
and you get this result (1)
when you do that in Calculator program(by Microsft)
the result is (1.6666666666666666666666666666667) and (1.5)
the problem here the value after the point didn't appeare
I tried by VISUAL C++6 using (CEDIT box)
- next problem ,when you try to show larg number in (CEDIT box)
the CEDIT box show the number with (e+) like(8.98765431209876e+016)
how I can disable or enable this(e+)

THANK YOU

AHMAD ALWASHALI

GeneralRe: some thing is strang in double type Pin
markkuk19-Mar-01 22:10
markkuk19-Mar-01 22:10 
GeneralRe: some thing is strang in double type Pin
Ahmad20-Mar-01 21:00
Ahmad20-Mar-01 21:00 
Generalpointer of pointer(char** ch) Pin
Ahmad19-Mar-01 21:39
Ahmad19-Mar-01 21:39 
GeneralRe: pointer of pointer(char** ch) Pin
Datacrime20-Mar-01 1:24
Datacrime20-Mar-01 1:24 
GeneralRe: pointer of pointer(char** ch) Pin
Ahmad20-Mar-01 21:09
Ahmad20-Mar-01 21:09 
Generalbitwise left shift and sight shift Operators << , >> Pin
Ahmad19-Mar-01 21:35
Ahmad19-Mar-01 21:35 
GeneralRe: bitwise left shift and sight shift Operators << , >> Pin
Michael Martin20-Mar-01 16:45
professionalMichael Martin20-Mar-01 16:45 
GeneralRe: bitwise left shift and sight shift Operators << , >> Pin
Ahmad20-Mar-01 21:16
Ahmad20-Mar-01 21:16 
Generali want to know something about wingdows logon Pin
mikeluo19-Mar-01 16:04
mikeluo19-Mar-01 16:04 
GeneralCalling dos command in a win32 console application Pin
kk919-Mar-01 13:14
kk919-Mar-01 13:14 
GeneralRe: Calling dos command in a win32 console application Pin
Tim Deveaux19-Mar-01 14:10
Tim Deveaux19-Mar-01 14:10 
GeneralRe: Calling dos command in a win32 console application Pin
Michael Martin19-Mar-01 15:19
professionalMichael Martin19-Mar-01 15:19 
GeneralCustomizing Intellisense Information Tooltips Pin
19-Mar-01 12:23
suss19-Mar-01 12:23 
GeneralRe: Customizing Intellisense Information Tooltips Pin
20-Mar-01 5:48
suss20-Mar-01 5:48 
GeneralChecking for administrative rights in windows NT Pin
19-Mar-01 12:07
suss19-Mar-01 12:07 
GeneralRe: Checking for administrative rights in windows NT Pin
Tim Deveaux19-Mar-01 13:59
Tim Deveaux19-Mar-01 13:59 
GeneralRe: Checking for administrative rights in windows NT Pin
Cathy17-Aug-01 15:09
Cathy17-Aug-01 15:09 

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.