Click here to Skip to main content
15,916,835 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: C structs dynamic vs local stack Pin
fat_boy20-Jun-12 1:32
fat_boy20-Jun-12 1:32 
AnswerRe: C structs dynamic vs local stack Pin
Albert Holguin20-Jun-12 4:13
professionalAlbert Holguin20-Jun-12 4:13 
AnswerRe: C structs dynamic vs local stack Pin
jschell20-Jun-12 8:38
jschell20-Jun-12 8:38 
QuestionVideo Player Win32->Animate Pin
MarcoXIII19-Jun-12 11:35
MarcoXIII19-Jun-12 11:35 
AnswerRe: Video Player Win32->Animate Pin
Vaclav_19-Jun-12 11:46
Vaclav_19-Jun-12 11:46 
QuestionProperty Sheets & Pages questions Pin
DeepT19-Jun-12 10:06
DeepT19-Jun-12 10:06 
AnswerRe: Property Sheets & Pages questions Pin
Chris Losinger19-Jun-12 12:39
professionalChris Losinger19-Jun-12 12:39 
GeneralRe: Property Sheets & Pages questions Pin
DeepT20-Jun-12 2:21
DeepT20-Jun-12 2:21 
QuestionRe: Property Sheets & Pages questions Pin
David Crow20-Jun-12 2:34
David Crow20-Jun-12 2:34 
AnswerRe: Property Sheets & Pages questions Pin
DeepT20-Jun-12 2:36
DeepT20-Jun-12 2:36 
QuestionUpdating CPropertyPage Pin
Vaclav_19-Jun-12 5:59
Vaclav_19-Jun-12 5:59 
QuestionRe: Updating CPropertyPage Pin
David Crow19-Jun-12 7:02
David Crow19-Jun-12 7:02 
AnswerRe: Updating CPropertyPage Pin
Vaclav_19-Jun-12 7:48
Vaclav_19-Jun-12 7:48 
GeneralRe: Updating CPropertyPage Pin
David Crow19-Jun-12 8:03
David Crow19-Jun-12 8:03 
GeneralSOLVED : Updating CPropertyPage Pin
Vaclav_19-Jun-12 11:40
Vaclav_19-Jun-12 11:40 
SuggestionRe: SOLVED : Updating CPropertyPage Pin
David Crow20-Jun-12 2:38
David Crow20-Jun-12 2:38 
GeneralRe: SOLVED : Updating CPropertyPage Pin
Vaclav_20-Jun-12 4:08
Vaclav_20-Jun-12 4:08 
GeneralRe: SOLVED : Updating CPropertyPage Pin
David Crow20-Jun-12 4:12
David Crow20-Jun-12 4:12 
GeneralRe: SOLVED : Updating CPropertyPage Pin
Vaclav_20-Jun-12 8:36
Vaclav_20-Jun-12 8:36 
General3 Integer store with Bit Storage Pin
sheronici19-Jun-12 5:26
sheronici19-Jun-12 5:26 
GeneralRe: 3 Integer store with Bit Storage Pin
Chris Losinger19-Jun-12 5:28
professionalChris Losinger19-Jun-12 5:28 
GeneralRe: 3 Integer store with Bit Storage Pin
Maximilien19-Jun-12 12:31
Maximilien19-Jun-12 12:31 
GeneralRe: 3 Integer store with Bit Storage Pin
Rajesh R Subramanian19-Jun-12 18:20
professionalRajesh R Subramanian19-Jun-12 18:20 
QuestionJPEG header construction Pin
Andrea Rabitti19-Jun-12 3:57
Andrea Rabitti19-Jun-12 3:57 
hi all, i'm in trouble by writing the header of a jpeg file. after i acquire the raw image and processing it by DCT, quantization and huffman coding, i would like to save it in the correct format. i can't found any libraries that help me to write proper header file, insert the 2 tables that i used (huffman and quantization), so i start writing every byte by myself... i start with the SOI marker, frame header and so on.... but when i try to open the jpg image with a viewer, it shows nothing... even in the properties do not shows any information, nor the image dimension etc, even if i insert those info like written in the official documentation... i try to scan the header with other program, but they show errors... so my question is "simple"... how i can write a proper jpeg header? thanks p.s i use VS 2010 and c++
AnswerRe: JPEG header construction Pin
Chris Losinger19-Jun-12 4:05
professionalChris Losinger19-Jun-12 4:05 

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.