Click here to Skip to main content
15,910,603 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: size and iterator of deque Pin
markkuk1-Mar-08 22:10
markkuk1-Mar-08 22:10 
GeneralRe: size and iterator of deque Pin
George_George1-Mar-08 22:50
George_George1-Mar-08 22:50 
Generalrandom access iterator Pin
George_George1-Mar-08 20:33
George_George1-Mar-08 20:33 
GeneralRe: random access iterator Pin
Stephen Hewitt2-Mar-08 12:44
Stephen Hewitt2-Mar-08 12:44 
GeneralRe: random access iterator Pin
George_George2-Mar-08 14:09
George_George2-Mar-08 14:09 
Questioncreating windows services using MFC\c++ Pin
AmitCohen2221-Mar-08 19:13
AmitCohen2221-Mar-08 19:13 
GeneralRe: creating windows services using MFC\c++ Pin
Hamid_RT1-Mar-08 19:50
Hamid_RT1-Mar-08 19:50 
AnswerRe: creating windows services using MFC\c++ Pin
AmitCohen2222-Mar-08 3:22
AmitCohen2222-Mar-08 3:22 
GeneralRe: creating windows services using MFC\c++ Pin
Hamid_RT2-Mar-08 4:51
Hamid_RT2-Mar-08 4:51 
QuestionSuperImposing text over video? Pin
Chandrasekharan P1-Mar-08 18:17
Chandrasekharan P1-Mar-08 18:17 
AnswerRe: SuperImposing text over video? Pin
Mark Salsbery1-Mar-08 18:46
Mark Salsbery1-Mar-08 18:46 
QuestionA program which can delete itself Pin
zengkun1001-Mar-08 18:12
zengkun1001-Mar-08 18:12 
GeneralRe: A program which can delete itself Pin
Hamid_RT1-Mar-08 19:58
Hamid_RT1-Mar-08 19:58 
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 
Hi, i have a variable of type float that get a return value
thats greater than what float or double, long double etc can hold.

The return data does not need to be so precise, example it holds 1.1520230e-007 when it overflows, and i really just
need 1.1520230. However when the variable overflows like this i cant print it, i cant cast it or move it
to a buffer.

Is there a c\c++ function that truncates it, i have tried to cast the return data as type float but no success.
Also i cant pass it to a buffer to then shorten it later as VS ignores the data except in the debug-watch window.

Any ideas are much appreciated.

Regards, Fred
GeneralRe: float overflow Pin
Luc Pattyn1-Mar-08 15:33
sitebuilderLuc Pattyn1-Mar-08 15:33 
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 

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.