Click here to Skip to main content
15,888,401 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CWinThread Pin
Albert Holguin19-Dec-11 3:15
professionalAlbert Holguin19-Dec-11 3:15 
QuestionSave As Image Pin
john563218-Dec-11 22:08
john563218-Dec-11 22:08 
AnswerRe: Save As Image Pin
CPallini18-Dec-11 22:18
mveCPallini18-Dec-11 22:18 
GeneralRe: Save As Image Pin
john563218-Dec-11 23:44
john563218-Dec-11 23:44 
GeneralRe: Save As Image Pin
CPallini18-Dec-11 23:51
mveCPallini18-Dec-11 23:51 
GeneralRe: Save As Image Pin
john563219-Dec-11 0:24
john563219-Dec-11 0:24 
GeneralRe: Save As Image Pin
CPallini19-Dec-11 0:33
mveCPallini19-Dec-11 0:33 
Questioncopying from large buffer to smaller Pin
VCProgrammer18-Dec-11 21:21
VCProgrammer18-Dec-11 21:21 
Hi all,

i have two char buffers char a[1000],char a1[100].

i want to copy 100 value from a to a1, but everytime the index where we should start copying is different i.e. sometime it should start copying from a[100], other time from a[268].

For Copying from one buffer to another we can use function memcpy_s but it starts copying from zero.

Is there any alternate for this.

Thanks in advance
AnswerRe: copying from large buffer to smaller Pin
CPallini18-Dec-11 21:52
mveCPallini18-Dec-11 21:52 
GeneralRe: copying from large buffer to smaller Pin
VCProgrammer19-Dec-11 1:04
VCProgrammer19-Dec-11 1:04 
GeneralRe: copying from large buffer to smaller Pin
CPallini19-Dec-11 1:24
mveCPallini19-Dec-11 1:24 
QuestionThread sync Pin
columbos1492718-Dec-11 3:28
columbos1492718-Dec-11 3:28 
AnswerRe: Thread sync Pin
Chris Losinger18-Dec-11 4:24
professionalChris Losinger18-Dec-11 4:24 
GeneralRe: Thread sync Pin
columbos1492718-Dec-11 4:35
columbos1492718-Dec-11 4:35 
Questionclipboard and file Pin
Member 820281618-Dec-11 0:37
Member 820281618-Dec-11 0:37 
AnswerRe: clipboard and file Pin
Richard MacCutchan18-Dec-11 1:19
mveRichard MacCutchan18-Dec-11 1:19 
GeneralRe: clipboard and file Pin
Member 820281618-Dec-11 1:54
Member 820281618-Dec-11 1:54 
GeneralRe: clipboard and file Pin
Richard MacCutchan18-Dec-11 4:28
mveRichard MacCutchan18-Dec-11 4:28 
GeneralRe: clipboard and file Pin
Member 820281618-Dec-11 5:35
Member 820281618-Dec-11 5:35 
GeneralRe: clipboard and file Pin
Richard MacCutchan18-Dec-11 6:01
mveRichard MacCutchan18-Dec-11 6:01 
GeneralRe: clipboard and file Pin
Member 820281618-Dec-11 7:00
Member 820281618-Dec-11 7:00 
GeneralRe: clipboard and file Pin
Richard MacCutchan18-Dec-11 9:56
mveRichard MacCutchan18-Dec-11 9:56 
QuestionSimulated press ctrl+c (copy button) any where in any window Pin
mmda17-Dec-11 4:23
mmda17-Dec-11 4:23 
AnswerRe: Simulated press ctrl+c (copy button) any where in any window Pin
Code-o-mat17-Dec-11 8:40
Code-o-mat17-Dec-11 8:40 
QuestionAn Easy Question Pin
rahul.kulshreshtha16-Dec-11 21:56
rahul.kulshreshtha16-Dec-11 21:56 

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.