Click here to Skip to main content
15,881,516 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Application Crash Pin
Aescleal8-Jul-10 1:57
Aescleal8-Jul-10 1:57 
QuestionMessage Removed Pin
8-Jul-10 0:56
gmallax8-Jul-10 0:56 
AnswerRe: load string Pin
CPallini8-Jul-10 1:01
mveCPallini8-Jul-10 1:01 
QuestionMessage Removed Pin
7-Jul-10 22:38
T.RATHA KRISHNAN7-Jul-10 22:38 
AnswerRe: Copying Array elements to a Structure Pin
Cedric Moonen7-Jul-10 22:39
Cedric Moonen7-Jul-10 22:39 
GeneralRe: Copying Array elements to a Structure Pin
T.RATHA KRISHNAN7-Jul-10 22:46
T.RATHA KRISHNAN7-Jul-10 22:46 
GeneralRe: Copying Array elements to a Structure Pin
Cedric Moonen7-Jul-10 22:50
Cedric Moonen7-Jul-10 22:50 
AnswerRe: Copying Array elements to a Structure Pin
Niklas L7-Jul-10 22:46
Niklas L7-Jul-10 22:46 
I think you are underestimating the power of your brain. You will learn more if you figure out things like that for yourself.

struct
{
    int a;
} s;
int arr[10];

s.a = arr[0];


QuestionData Source connection Pin
raju_shiva7-Jul-10 22:31
raju_shiva7-Jul-10 22:31 
AnswerRe: Data Source connection Pin
Niklas L7-Jul-10 22:38
Niklas L7-Jul-10 22:38 
AnswerRe: Data Source connection Pin
suzuuu8-Jul-10 0:33
suzuuu8-Jul-10 0:33 
QuestionReadFile function retuening zero for HID Device Pin
learningvisualc7-Jul-10 21:46
learningvisualc7-Jul-10 21:46 
AnswerRe: ReadFile function retuening zero for HID Device Pin
Code-o-mat7-Jul-10 22:27
Code-o-mat7-Jul-10 22:27 
QuestionFind file is copying? [modified] Pin
suzuuu7-Jul-10 20:50
suzuuu7-Jul-10 20:50 
JokeRe: Find file is copying? [modified] Pin
Stephen Hewitt7-Jul-10 21:00
Stephen Hewitt7-Jul-10 21:00 
JokeRe: Find file is copying? Pin
«_Superman_»7-Jul-10 21:10
professional«_Superman_»7-Jul-10 21:10 
JokeRe: Find file is copying? Pin
suzuuu7-Jul-10 22:33
suzuuu7-Jul-10 22:33 
QuestionRe: Find file is copying? Pin
norish7-Jul-10 22:13
norish7-Jul-10 22:13 
AnswerRe: Find file is copying? Pin
suzuuu7-Jul-10 22:28
suzuuu7-Jul-10 22:28 
QuestionRe: Find file is copying? Pin
David Crow8-Jul-10 3:15
David Crow8-Jul-10 3:15 
Questionboost::format Pin
gmallax7-Jul-10 19:56
gmallax7-Jul-10 19:56 
AnswerRe: boost::format Pin
«_Superman_»7-Jul-10 20:02
professional«_Superman_»7-Jul-10 20:02 
GeneralRe: boost::format Pin
gmallax7-Jul-10 20:15
gmallax7-Jul-10 20:15 
GeneralRe: boost::format Pin
«_Superman_»7-Jul-10 20:20
professional«_Superman_»7-Jul-10 20:20 
GeneralRe: boost::format Pin
gmallax7-Jul-10 20:40
gmallax7-Jul-10 20:40 

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.