Click here to Skip to main content
15,889,216 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A program which can delete itself Pin
zengkun1001-Mar-08 21:15
zengkun1001-Mar-08 21:15 
GeneralRe: A program which can delete itself Pin
Hamid_RT2-Mar-08 4:48
Hamid_RT2-Mar-08 4:48 
QuestionIs it possible to create /delete a new user/group using win32 apis Pin
vineeshV1-Mar-08 6:12
vineeshV1-Mar-08 6:12 
GeneralRe: Is it possible to create /delete a new user/group using win32 apis Pin
Mark Salsbery1-Mar-08 8:12
Mark Salsbery1-Mar-08 8:12 
GeneralRe: Is it possible to create /delete a new user/group using win32 apis Pin
vineeshV1-Mar-08 8:58
vineeshV1-Mar-08 8:58 
GeneralRe: Is it possible to create /delete a new user/group using win32 apis Pin
zengkun1001-Mar-08 21:17
zengkun1001-Mar-08 21:17 
Generalfloat overflow Pin
FredrickNorge1-Mar-08 5:13
FredrickNorge1-Mar-08 5:13 
GeneralRe: float overflow Pin
Luc Pattyn1-Mar-08 15:33
sitebuilderLuc Pattyn1-Mar-08 15:33 
Hi Fredrick,

sorry, but this does not make much sense.

Overflow is when a number becomes so large the data type can no longer represent it;
it would happen e.g. when you start with one, and keep multiplying by 10.

1.1520230e-007 is not the same as 1.1520230; it is actually 10 million times smaller.

also a number such as 1.1520230e-007 is far away from overflowing either the float or double type.

I suggest you rethink your problem, and/or reformulate what it is you want.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

This month's tips:
- before you ask a question here, search CodeProject, then Google;
- the quality and detail of your question reflects on the effectiveness of the help you are likely to get;
- use PRE tags to preserve formatting when showing multi-line code snippets.


QuestionInterfacing webcam to C++ program to manipulate the images in real time Pin
look4star29-Feb-08 21:45
look4star29-Feb-08 21:45 
GeneralRe: Interfacing webcam to C++ program to manipulate the images in real time Pin
Amar Sutar1-Mar-08 0:40
Amar Sutar1-Mar-08 0:40 
Questionhow to create a new process in c Pin
prasadbuddhika29-Feb-08 21:40
prasadbuddhika29-Feb-08 21:40 
AnswerRe: how to create a new process in c Pin
Gary R. Wheeler1-Mar-08 0:55
Gary R. Wheeler1-Mar-08 0:55 
AnswerRe: how to create a new process in c Pin
Dave Calkins1-Mar-08 3:34
Dave Calkins1-Mar-08 3:34 
AnswerRe: how to create a new process in c Pin
CPallini1-Mar-08 4:19
mveCPallini1-Mar-08 4:19 
GeneralError!! Pin
rowdy_vc++29-Feb-08 20:27
rowdy_vc++29-Feb-08 20:27 
GeneralRe: Error!! Pin
Michael Schubert29-Feb-08 20:44
Michael Schubert29-Feb-08 20:44 
GeneralRe: Error!! Pin
rowdy_vc++29-Feb-08 20:54
rowdy_vc++29-Feb-08 20:54 
GeneralRe: Error!! Pin
Michael Schubert29-Feb-08 21:01
Michael Schubert29-Feb-08 21:01 
GeneralRe: Error!! Pin
rowdy_vc++29-Feb-08 21:07
rowdy_vc++29-Feb-08 21:07 
GeneralRe: Error!! Pin
manish.patel29-Feb-08 20:57
manish.patel29-Feb-08 20:57 
GeneralRe: Error!! Pin
rowdy_vc++29-Feb-08 21:04
rowdy_vc++29-Feb-08 21:04 
GeneralRe: Error!! Pin
manish.patel29-Feb-08 21:17
manish.patel29-Feb-08 21:17 
GeneralRe: Error!! Pin
manish.patel29-Feb-08 21:25
manish.patel29-Feb-08 21:25 
GeneralAppend text to edit control Pin
bhat29-Feb-08 19:37
bhat29-Feb-08 19:37 
GeneralRe: Append text to edit control Pin
manish.patel29-Feb-08 19:59
manish.patel29-Feb-08 19:59 

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.