Click here to Skip to main content
15,887,992 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: it`s so hard, pro please help me Pin
David Crow7-May-09 4:23
David Crow7-May-09 4:23 
Questionstopping an exe Pin
jimjim7337-May-09 4:20
jimjim7337-May-09 4:20 
AnswerRe: stopping an exe Pin
David Crow7-May-09 4:24
David Crow7-May-09 4:24 
GeneralRe: stopping an exe Pin
I am BATMAN7-May-09 7:10
I am BATMAN7-May-09 7:10 
GeneralRe: stopping an exe Pin
David Crow7-May-09 7:33
David Crow7-May-09 7:33 
JokeRe: stopping an exe Pin
CPallini7-May-09 9:40
mveCPallini7-May-09 9:40 
AnswerRe: stopping an exe Pin
Stuart Dootson7-May-09 4:26
professionalStuart Dootson7-May-09 4:26 
QuestionSending data from vector into and array Pin
brucewayn7-May-09 2:59
brucewayn7-May-09 2:59 
I stored the data in structure and placed it into a vector. However i need to upload this data through web service to the server and this happend for every 5 mins(i used a waitable timer).thus i used an array and send the data from vector to an array

LogInfo *Info = new LogInfo [m_vectStruct.size()];
for (int j = 0; j < m_vectStruct.size(); ++j)
{
ThreatInfo[j] = m_vectStruct.at(j);
}


However the data is going beyong 800MB and becoz of this the network is getting blocked.

Thus please let me know how can i send the data from vector to an array even if the size of the data is more than 3GB???

I Even Used the below code but of no use.
copy ( m_vectStruct.begin(), m_vectStruct.end() , &Info );
Please help its bit urgent...

Thanks in Advance
AnswerRe: Sending data from vector into and array Pin
Rajesh R Subramanian7-May-09 3:21
professionalRajesh R Subramanian7-May-09 3:21 
AnswerRe: Sending data from vector into and array Pin
led mike7-May-09 4:17
led mike7-May-09 4:17 
AnswerRe: Sending data from vector into and array Pin
Stuart Dootson7-May-09 4:23
professionalStuart Dootson7-May-09 4:23 
QuestionUsing float to define boolean type in C Pin
kaku_lala7-May-09 1:58
kaku_lala7-May-09 1:58 
AnswerRe: Using float to define boolean type in C Pin
Rajesh R Subramanian7-May-09 2:04
professionalRajesh R Subramanian7-May-09 2:04 
GeneralRe: Using float to define boolean type in C Pin
kaku_lala7-May-09 2:12
kaku_lala7-May-09 2:12 
GeneralRe: Using float to define boolean type in C Pin
Rajesh R Subramanian7-May-09 2:14
professionalRajesh R Subramanian7-May-09 2:14 
GeneralRe: Using float to define boolean type in C Pin
CPallini7-May-09 2:19
mveCPallini7-May-09 2:19 
JokeRe: Using float to define boolean type in C Pin
CPallini7-May-09 2:14
mveCPallini7-May-09 2:14 
AnswerRe: Using float to define boolean type in C Pin
Stuart Dootson7-May-09 2:49
professionalStuart Dootson7-May-09 2:49 
AnswerRe: Using float to define boolean type in C Pin
Madhu Nair7-May-09 2:51
Madhu Nair7-May-09 2:51 
Questionerror C2352 Pin
susanne17-May-09 1:45
susanne17-May-09 1:45 
AnswerRe: error C2352 Pin
Rajesh R Subramanian7-May-09 1:49
professionalRajesh R Subramanian7-May-09 1:49 
GeneralRe: error C2352 Pin
susanne17-May-09 2:05
susanne17-May-09 2:05 
AnswerRe: error C2352 Pin
_AnsHUMAN_ 7-May-09 1:51
_AnsHUMAN_ 7-May-09 1:51 
Question#define Pin
RKP7287-May-09 1:39
RKP7287-May-09 1:39 
AnswerRe: #define Pin
Stuart Dootson7-May-09 1:51
professionalStuart Dootson7-May-09 1:51 

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.