Click here to Skip to main content
15,885,546 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Application Crash PinPopular
Code-o-mat8-Jul-10 1:23
Code-o-mat8-Jul-10 1:23 
AnswerRe: Application Crash Pin
Cedric Moonen8-Jul-10 1:26
Cedric Moonen8-Jul-10 1:26 
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 
Hi!
I've one string array.It's declared as follows:

irr::core::array<irr::core::stringc> result;

Here is my Structure:

struct playerData
{
int   id,matches,innings,notouts,runs,highest,hundred,fifty,catches,strikerate,balls,runs_given,wickets,fivewkt;
char bestbowling[32];
};


I've to Copy the Array elements to Structure elements. How to do this?
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 
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 

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.