Click here to Skip to main content
15,890,579 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionC/C++ code of Vernam Cipher Algorithm Pin
Munna Bhagat28-Aug-09 6:41
Munna Bhagat28-Aug-09 6:41 
QuestionAnti virus live update corrupting file mapped shared memory Pin
avijaya28-Aug-09 4:59
avijaya28-Aug-09 4:59 
QuestionRe: Anti virus live update corrupting file mapped shared memory Pin
Randor 28-Aug-09 6:09
professional Randor 28-Aug-09 6:09 
AnswerRe: Anti virus live update corrupting file mapped shared memory Pin
avijaya28-Aug-09 6:15
avijaya28-Aug-09 6:15 
QuestionAfxDumpStack Pin
Krishnakumartg28-Aug-09 3:35
Krishnakumartg28-Aug-09 3:35 
AnswerRe: AfxDumpStack Pin
Randor 28-Aug-09 5:33
professional Randor 28-Aug-09 5:33 
GeneralRe: AfxDumpStack Pin
Krishnakumartg29-Aug-09 3:13
Krishnakumartg29-Aug-09 3:13 
QuestionWhile Splitting the String* it throws Error.... Pin
spalanivel28-Aug-09 1:19
spalanivel28-Aug-09 1:19 
Hi,

In the strCommand I am having 2MB of Data and when i am trying to split with the new line it was throwing error.(to loop through all the data)

But it was working for minminum (ie 50 KB of datas like 0's and 1's).

How to over come this error? Very urgent.. Below is the code...


CString strCommand; // Holds 2MB of datas like 0's and 1's...

System::String* strDataReceived = "";
strDataReceived = strCommand;
__wchar_t split __gc[] = new __wchar_t __gc[1];
split [0] = '\n';
String *strSplitCommand[] = strDataReceived->Trim()->Split (split);

Please help..

Reg,
Subbu
QuestionRe: While Splitting the String* it throws Error.... Pin
CPallini28-Aug-09 1:41
mveCPallini28-Aug-09 1:41 
QuestionRe: While Splitting the String* it throws Error.... Pin
David Crow28-Aug-09 3:01
David Crow28-Aug-09 3:01 
AnswerRe: While Splitting the String* it throws Error.... Pin
Stuart Dootson28-Aug-09 3:35
professionalStuart Dootson28-Aug-09 3:35 
GeneralRe: While Splitting the String* it throws Error.... Pin
spalanivel28-Aug-09 18:33
spalanivel28-Aug-09 18:33 
GeneralRe: While Splitting the String* it throws Error.... Pin
Stuart Dootson28-Aug-09 22:08
professionalStuart Dootson28-Aug-09 22:08 
QuestionSetDIBits and GetDIBits in MFC? Pin
yasde28-Aug-09 0:19
yasde28-Aug-09 0:19 
AnswerRe: SetDIBits and GetDIBits in MFC? Pin
CPallini28-Aug-09 1:37
mveCPallini28-Aug-09 1:37 
GeneralRe: SetDIBits and GetDIBits in MFC? Pin
Hamid_RT28-Aug-09 4:59
Hamid_RT28-Aug-09 4:59 
GeneralRe: SetDIBits and GetDIBits in MFC? Pin
CPallini28-Aug-09 5:59
mveCPallini28-Aug-09 5:59 
AnswerRe: SetDIBits and GetDIBits in MFC? Pin
yoaz28-Aug-09 9:54
yoaz28-Aug-09 9:54 
QuestionDetermine Boot Disk Pin
Abinash Mohanty27-Aug-09 23:50
Abinash Mohanty27-Aug-09 23:50 
AnswerRe: Determine Boot Disk Pin
Mohan Ramachandra28-Aug-09 1:18
Mohan Ramachandra28-Aug-09 1:18 
AnswerRe: Determine Boot Disk Pin
kilt3-Sep-09 4:45
kilt3-Sep-09 4:45 
Question_controlfp() - function Pin
durban227-Aug-09 22:57
durban227-Aug-09 22:57 
QuestionRe: _controlfp() - function Pin
CPallini27-Aug-09 23:06
mveCPallini27-Aug-09 23:06 
AnswerRe: _controlfp() - function Pin
durban227-Aug-09 23:39
durban227-Aug-09 23:39 
GeneralRe: _controlfp() - function Pin
CPallini27-Aug-09 23:54
mveCPallini27-Aug-09 23:54 

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.