Click here to Skip to main content
15,902,892 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionIs there any standard for returning values from a function? Pin
Mushtaque Nizamani4-Jul-07 21:47
Mushtaque Nizamani4-Jul-07 21:47 
AnswerRe: Is there any standard for returning values from a function? Pin
toxcct4-Jul-07 22:39
toxcct4-Jul-07 22:39 
AnswerRe: Is there any standard for returning values from a function? Pin
CPallini4-Jul-07 23:12
mveCPallini4-Jul-07 23:12 
AnswerRe: Is there any standard for returning values from a function? Pin
Kenan Aksoy5-Jul-07 0:41
Kenan Aksoy5-Jul-07 0:41 
GeneralRe: Is there any standard for returning values from a function? Pin
Mark Salsbery5-Jul-07 8:22
Mark Salsbery5-Jul-07 8:22 
JokeRe: Is there any standard for returning values from a function? Pin
CPallini5-Jul-07 9:30
mveCPallini5-Jul-07 9:30 
Questionload image in c++ Pin
rempit4-Jul-07 21:39
rempit4-Jul-07 21:39 
AnswerRe: load image in c++ Pin
Hamid_RT4-Jul-07 22:04
Hamid_RT4-Jul-07 22:04 
You can use of CImage class for load bmp,jpg,gif,png.

CImage m_Image;
m_Image.Load(your file);





WhiteSky

QuestionRe: load image in c++ Pin
rempit5-Jul-07 16:24
rempit5-Jul-07 16:24 
AnswerRe: load image in c++ Pin
Hamid_RT6-Jul-07 0:53
Hamid_RT6-Jul-07 0:53 
QuestionRe: load image in c++ Pin
David Crow5-Jul-07 2:50
David Crow5-Jul-07 2:50 
AnswerRe: load image in c++ Pin
rempit5-Jul-07 15:20
rempit5-Jul-07 15:20 
GeneralRe: load image in c++ Pin
David Crow5-Jul-07 16:31
David Crow5-Jul-07 16:31 
QuestionRe: load image in c++ Pin
rempit5-Jul-07 23:08
rempit5-Jul-07 23:08 
AnswerRe: load image in c++ Pin
David Crow6-Jul-07 2:43
David Crow6-Jul-07 2:43 
QuestionHow to send email programatically with attachment Pin
BlrBoy4-Jul-07 20:39
BlrBoy4-Jul-07 20:39 
AnswerRe: How to send email programatically with attachment Pin
Hamid_RT4-Jul-07 21:28
Hamid_RT4-Jul-07 21:28 
QuestionAny other alternative for GetPixel() SetPixel() Pin
narayanagvs4-Jul-07 20:36
narayanagvs4-Jul-07 20:36 
AnswerRe: Any other alternative for GetPixel() SetPixel() Pin
Vadim Tabakman4-Jul-07 21:01
Vadim Tabakman4-Jul-07 21:01 
GeneralRe: Any other alternative for GetPixel() SetPixel() Pin
Russell'5-Jul-07 5:38
Russell'5-Jul-07 5:38 
AnswerRe: Any other alternative for GetPixel() SetPixel() Pin
Mark Salsbery5-Jul-07 8:29
Mark Salsbery5-Jul-07 8:29 
QuestionCFileDialog Pin
samira forooghi4-Jul-07 20:32
samira forooghi4-Jul-07 20:32 
AnswerRe: CFileDialog Pin
CPallini4-Jul-07 21:07
mveCPallini4-Jul-07 21:07 
GeneralRe: CFileDialog Pin
samira forooghi4-Jul-07 21:12
samira forooghi4-Jul-07 21:12 
QuestionReturning byte array from ActiveX Pin
Vadim Tabakman4-Jul-07 19:57
Vadim Tabakman4-Jul-07 19:57 

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.