Click here to Skip to main content
15,893,588 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Upgrading VC6 Pin
Shraddhan23-Jan-06 2:35
Shraddhan23-Jan-06 2:35 
GeneralRe: Upgrading VC6 Pin
jhwurmbach23-Jan-06 6:22
jhwurmbach23-Jan-06 6:22 
GeneralRe: Upgrading VC6 Pin
Shraddhan23-Jan-06 16:27
Shraddhan23-Jan-06 16:27 
QuestionGenetic algorithm for Jobshop scheduling using C++ Pin
Jobshop Wizard23-Jan-06 0:00
Jobshop Wizard23-Jan-06 0:00 
AnswerRe: Genetic algorithm for Jobshop scheduling using C++ Pin
hairy_hats23-Jan-06 0:07
hairy_hats23-Jan-06 0:07 
GeneralRe: Genetic algorithm for Jobshop scheduling using C++ Pin
LivingThoughts23-Jan-06 0:19
LivingThoughts23-Jan-06 0:19 
GeneralRe: Genetic algorithm for Jobshop scheduling using C++ Pin
hairy_hats23-Jan-06 0:34
hairy_hats23-Jan-06 0:34 
AnswerRe: Genetic algorithm for Jobshop scheduling using C++ Pin
LivingThoughts23-Jan-06 0:08
LivingThoughts23-Jan-06 0:08 
QuestionHelp?? How to draw chessboard on a form? Pin
LivingThoughts22-Jan-06 23:36
LivingThoughts22-Jan-06 23:36 
AnswerRe: Help?? How to draw chessboard on a form? Pin
Cedric Moonen22-Jan-06 23:51
Cedric Moonen22-Jan-06 23:51 
GeneralRe: Help?? How to draw chessboard on a form? Pin
LivingThoughts22-Jan-06 23:59
LivingThoughts22-Jan-06 23:59 
GeneralRe: Help?? How to draw chessboard on a form? Pin
Cedric Moonen23-Jan-06 0:03
Cedric Moonen23-Jan-06 0:03 
GeneralRe: Help?? How to draw chessboard on a form? Pin
LivingThoughts23-Jan-06 0:13
LivingThoughts23-Jan-06 0:13 
GeneralRe: Help?? How to draw chessboard on a form? Pin
David Crow23-Jan-06 3:41
David Crow23-Jan-06 3:41 
GeneralRe: Help?? How to draw chessboard on a form? Pin
Rage23-Jan-06 0:26
professionalRage23-Jan-06 0:26 
GeneralRe: Help?? How to draw chessboard on a form? Pin
LivingThoughts23-Jan-06 0:44
LivingThoughts23-Jan-06 0:44 
GeneralRe: Help?? How to draw chessboard on a form? Pin
Owner drawn23-Jan-06 0:53
Owner drawn23-Jan-06 0:53 
AnswerRe: Help?? How to draw chessboard on a form? Pin
Owner drawn23-Jan-06 0:21
Owner drawn23-Jan-06 0:21 
GeneralRe: Help?? How to draw chessboard on a form? Pin
LivingThoughts23-Jan-06 0:37
LivingThoughts23-Jan-06 0:37 
GeneralRe: Help?? How to draw chessboard on a form? Pin
Cedric Moonen23-Jan-06 0:43
Cedric Moonen23-Jan-06 0:43 
GeneralRe: Help?? How to draw chessboard on a form? Pin
LivingThoughts23-Jan-06 0:48
LivingThoughts23-Jan-06 0:48 
QuestionVC++ 6 enhancement tools Pin
BishGada22-Jan-06 23:32
BishGada22-Jan-06 23:32 
AnswerRe: VC++ 6 enhancement tools Pin
Aamir Butt23-Jan-06 0:02
Aamir Butt23-Jan-06 0:02 
Question[Help] VC++ & mathlab Pin
uumeme22-Jan-06 22:53
uumeme22-Jan-06 22:53 
AnswerRe: [Help] VC++ & mathlab Pin
Rage22-Jan-06 23:08
professionalRage22-Jan-06 23:08 
Size information are contained in the header of the bitmap file.

You need to:

Read in the file as a "normal" file into a buffer.
In this buffer, the first bytes will be the header of the bitmap file, describing height, width, color information, etc.. google for bitmap header to get the exact description. So all you need once you have read in the header is pick up the size information into an array.

Hope this helps

~RaGE();

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.