Click here to Skip to main content
15,908,172 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: open IE??? Pin
David Crow15-Sep-03 3:57
David Crow15-Sep-03 3:57 
GeneralRe: open IE??? Pin
xxhimanshu15-Sep-03 18:50
xxhimanshu15-Sep-03 18:50 
GeneralRe: open IE??? Pin
David Crow16-Sep-03 5:23
David Crow16-Sep-03 5:23 
GeneralRe: open IE??? Pin
xxhimanshu16-Sep-03 17:52
xxhimanshu16-Sep-03 17:52 
GeneralReceiving own written com port data Pin
od@ananzi.co.za15-Sep-03 1:24
od@ananzi.co.za15-Sep-03 1:24 
GeneralTypeCasting Pin
KKR15-Sep-03 1:09
KKR15-Sep-03 1:09 
GeneralRe: TypeCasting Pin
Roger Allen15-Sep-03 2:36
Roger Allen15-Sep-03 2:36 
GeneralRe: TypeCasting Pin
Jagadeesh VN15-Sep-03 3:23
Jagadeesh VN15-Sep-03 3:23 
Its always better to use a 'double' array instead of float. If you are very specific about float array, you can initialize it by explicitly type-casting each element as shown below.

const float feature_scal_intervall_low[ NR_FEATURES ] = { (float)0.1,(float)0.0,(float)0.1,(float)0.1,(float)0.3 ,(float)0.2,(float)0.1,(float)0.1,(float)0.0,(float)0.2 };

"A robust program is resistant to errors -- it either works correctly, or it does not work at all; whereas a fault tolerant program must actually recover from errors."
QuestionOne Socket for listening and sending/receiving, simultaneously? Pin
Aidman15-Sep-03 0:45
Aidman15-Sep-03 0:45 
AnswerRe: One Socket for listening and sending/receiving, simultaneously? Pin
Johnny ²15-Sep-03 1:12
Johnny ²15-Sep-03 1:12 
GeneralRe: One Socket for listening and sending/receiving, simultaneously? Pin
Johnny ²15-Sep-03 1:15
Johnny ²15-Sep-03 1:15 
GeneralRe: One Socket for listening and sending/receiving, simultaneously? Pin
Aidman15-Sep-03 5:48
Aidman15-Sep-03 5:48 
GeneralBold test in a tree list control Pin
Anonymous15-Sep-03 0:35
Anonymous15-Sep-03 0:35 
GeneralRe: Bold test in a tree list control Pin
Michael Dunn15-Sep-03 5:52
sitebuilderMichael Dunn15-Sep-03 5:52 
GeneralRe: Bold test in a tree list control Pin
thowra15-Sep-03 10:35
thowra15-Sep-03 10:35 
QuestionData type? Pin
wow999915-Sep-03 0:30
wow999915-Sep-03 0:30 
AnswerRe: Data type? Pin
RChin15-Sep-03 0:38
RChin15-Sep-03 0:38 
AnswerRe: Data type? Pin
PengFeidu15-Sep-03 0:45
PengFeidu15-Sep-03 0:45 
AnswerRe: Data type? Pin
Abin15-Sep-03 14:58
Abin15-Sep-03 14:58 
GeneralQues on CButton Pin
SatyaDY14-Sep-03 23:29
SatyaDY14-Sep-03 23:29 
GeneralRe: Ques on CButton Pin
Jagadeesh VN15-Sep-03 3:38
Jagadeesh VN15-Sep-03 3:38 
GeneralRe: Ques on CButton Pin
David Crow15-Sep-03 4:41
David Crow15-Sep-03 4:41 
GeneralRe: Ques on CButton Pin
SatyaDY15-Sep-03 18:17
SatyaDY15-Sep-03 18:17 
GeneralRe: Ques on CButton Pin
Jagadeesh VN15-Sep-03 19:42
Jagadeesh VN15-Sep-03 19:42 
GeneralEmbedding version numbers into DLLs Pin
Jay Cr0ss14-Sep-03 23:12
sussJay Cr0ss14-Sep-03 23:12 

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.