Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: program in c to convert a Portable graymap(PGM) file into portable bitmap file(PBM) Pin
CPallini18-Jun-09 22:58
mveCPallini18-Jun-09 22:58 
Answer[Message Deleted] Pin
singh.vikas850818-Jun-09 23:06
singh.vikas850818-Jun-09 23:06 
GeneralRe: program in c to convert a Portable graymap(PGM) file into portable bitmap file(PBM) Pin
chandu00418-Jun-09 23:12
chandu00418-Jun-09 23:12 
General[Message Deleted] Pin
singh.vikas850818-Jun-09 23:15
singh.vikas850818-Jun-09 23:15 
GeneralRe: program in c to convert a Portable graymap(PGM) file into portable bitmap file(PBM) Pin
chandu00418-Jun-09 23:21
chandu00418-Jun-09 23:21 
General[Message Deleted] Pin
singh.vikas850818-Jun-09 23:30
singh.vikas850818-Jun-09 23:30 
GeneralRe: program in c to convert a Portable graymap(PGM) file into portable bitmap file(PBM) Pin
chandu00418-Jun-09 23:55
chandu00418-Jun-09 23:55 
GeneralRe: program in c to convert a Portable graymap(PGM) file into portable bitmap file(PBM) Pin
Cedric Moonen18-Jun-09 23:14
Cedric Moonen18-Jun-09 23:14 
I think your biggest trouble comes from the fact that you don't really understand what hexadecimal notation really is. Hexadecimal is just used as a representation for data: a number can be represented in hexadecimal, deciaml, binary or whatever but the number itself is always the same (and has nothing to do with its representation). So, you don't 'write' hexadecimal data to a file, you just write data to it.

Cédric Moonen
Software developer

Charting control [v2.0]
OpenGL game tutorial in C++

GeneralRe: program in c to convert a Portable graymap(PGM) file into portable bitmap file(PBM) Pin
CPallini18-Jun-09 23:22
mveCPallini18-Jun-09 23:22 
GeneralRe: program in c to convert a Portable graymap(PGM) file into portable bitmap file(PBM) Pin
CPallini18-Jun-09 22:14
mveCPallini18-Jun-09 22:14 
AnswerRe: program in c to convert a Portable graymap(PGM) file into portable bitmap file(PBM) Pin
Stuart Dootson18-Jun-09 22:21
professionalStuart Dootson18-Jun-09 22:21 
QuestionRe: program in c to convert a Portable graymap(PGM) file into portable bitmap file(PBM) Pin
David Crow19-Jun-09 3:01
David Crow19-Jun-09 3:01 
QuestionDisabling the Windows Available Networks Window Pin
Sunil P V18-Jun-09 21:07
Sunil P V18-Jun-09 21:07 
QuestionNeed to call VC++ 9.0 window service in VC++ 6.0. Pin
rana ray18-Jun-09 21:06
rana ray18-Jun-09 21:06 
AnswerRe: Need to call VC++ 9.0 window service in VC++ 6.0. Pin
Stuart Dootson18-Jun-09 22:24
professionalStuart Dootson18-Jun-09 22:24 
AnswerRe: Need to call VC++ 9.0 window service in VC++ 6.0. Pin
Raman Tayal19-Jun-09 0:12
Raman Tayal19-Jun-09 0:12 
GeneralRe: Need to call VC++ 9.0 window service in VC++ 6.0. Pin
rana ray19-Jun-09 20:03
rana ray19-Jun-09 20:03 
QuestionWriteFile API performance abnormal Pin
denghp18-Jun-09 21:00
denghp18-Jun-09 21:00 
AnswerRe: WriteFile API performance abnormal Pin
chandu00418-Jun-09 21:07
chandu00418-Jun-09 21:07 
GeneralRe: WriteFile API performance abnormal Pin
denghp18-Jun-09 21:27
denghp18-Jun-09 21:27 
GeneralRe: WriteFile API performance abnormal Pin
chandu00418-Jun-09 21:36
chandu00418-Jun-09 21:36 
GeneralRe: WriteFile API performance abnormal Pin
denghp18-Jun-09 21:38
denghp18-Jun-09 21:38 
AnswerRe: WriteFile API performance abnormal Pin
Stuart Dootson18-Jun-09 22:32
professionalStuart Dootson18-Jun-09 22:32 
GeneralRe: WriteFile API performance abnormal Pin
denghp18-Jun-09 22:46
denghp18-Jun-09 22:46 
GeneralRe: WriteFile API performance abnormal Pin
chandu00418-Jun-09 22:54
chandu00418-Jun-09 22:54 

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.