Click here to Skip to main content
15,913,773 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: determineing a variable type within the program code? Pin
igor196024-Nov-03 11:56
igor196024-Nov-03 11:56 
GeneralReports in VC++6.0 Pin
Hesham Amin24-Nov-03 8:54
Hesham Amin24-Nov-03 8:54 
GeneralRe: Reports in VC++6.0 Pin
Ernesto D.24-Nov-03 9:05
Ernesto D.24-Nov-03 9:05 
GeneralRe: Reports in VC++6.0 Pin
Game Tester24-Nov-03 14:04
Game Tester24-Nov-03 14:04 
Generalreceive serial xml data Pin
Anonymous24-Nov-03 8:45
Anonymous24-Nov-03 8:45 
GeneralRe: receive serial xml data Pin
Andrey Del Pozo24-Nov-03 9:39
Andrey Del Pozo24-Nov-03 9:39 
GeneralDll data space Pin
Anonymous24-Nov-03 8:35
Anonymous24-Nov-03 8:35 
GeneralReading raw data Pin
Anonymous24-Nov-03 7:48
Anonymous24-Nov-03 7:48 
I'm trying to read raw byte data off of a file. The machine which recorded the data stored them as signed 8-bit integers. I need to send the data into a function which accepts doubles. Obviously, I can't read straight into a double pointer. The values would get wrecked. I don't want to read them into a char pointer array and then cast the values into doubles as I read the values into double pointer array. Is there a better way to do this??? Thanks.
GeneralRe: Reading raw data Pin
John M. Drescher24-Nov-03 8:03
John M. Drescher24-Nov-03 8:03 
GeneralRe: Reading raw data Pin
john john mackey24-Nov-03 11:12
john john mackey24-Nov-03 11:12 
GeneralA simple C question Pin
b_girl24-Nov-03 7:35
b_girl24-Nov-03 7:35 
GeneralRe: A simple C question Pin
markkuk24-Nov-03 7:52
markkuk24-Nov-03 7:52 
GeneralRe: A simple C question Pin
b_girl24-Nov-03 8:11
b_girl24-Nov-03 8:11 
GeneralRe: A simple C question Pin
John M. Drescher24-Nov-03 7:59
John M. Drescher24-Nov-03 7:59 
GeneralRe: A simple C question Pin
noahsarf24-Nov-03 8:11
noahsarf24-Nov-03 8:11 
GeneralRe: A simple C question Pin
b_girl24-Nov-03 8:22
b_girl24-Nov-03 8:22 
GeneralRe: A simple C question Pin
Rick York24-Nov-03 8:25
mveRick York24-Nov-03 8:25 
GeneralRe: A simple C question Pin
Jesse Evans24-Nov-03 8:23
Jesse Evans24-Nov-03 8:23 
GeneralRe: A simple C question Pin
b_girl24-Nov-03 8:27
b_girl24-Nov-03 8:27 
GeneralRe: A simple C question Pin
John R. Shaw24-Nov-03 17:37
John R. Shaw24-Nov-03 17:37 
GeneralTrig and Calculus Functions in C++ Pin
Trurl_24-Nov-03 7:04
Trurl_24-Nov-03 7:04 
GeneralRe: Trig and Calculus Functions in C++ Pin
John M. Drescher24-Nov-03 7:08
John M. Drescher24-Nov-03 7:08 
GeneralRe: Trig and Calculus Functions in C++ Pin
John R. Shaw24-Nov-03 17:45
John R. Shaw24-Nov-03 17:45 
GeneralRe: Trig and Calculus Functions in C++ Pin
Trurl_25-Nov-03 6:42
Trurl_25-Nov-03 6:42 
GeneralRe: Trig and Calculus Functions in C++ Pin
John R. Shaw25-Nov-03 8:37
John R. Shaw25-Nov-03 8:37 

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.