Click here to Skip to main content
15,896,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: External program used excel, if you click on the click of a button to send a message through the simulation, excel this call can not be started. Pin
Member 112832723-Dec-14 16:37
Member 112832723-Dec-14 16:37 
GeneralRe: External program used excel, if you click on the click of a button to send a message through the simulation, excel this call can not be started. Pin
Richard MacCutchan3-Dec-14 20:50
mveRichard MacCutchan3-Dec-14 20:50 
GeneralRe: External program used excel, if you click on the click of a button to send a message through the simulation, excel this call can not be started. Pin
Member 112832724-Dec-14 19:04
Member 112832724-Dec-14 19:04 
QuestionRe: External program used excel, if you click on the click of a button to send a message through the simulation, excel this call can not be started. Pin
Richard MacCutchan4-Dec-14 21:24
mveRichard MacCutchan4-Dec-14 21:24 
AnswerRe: External program used excel, if you click on the click of a button to send a message through the simulation, excel this call can not be started. Pin
Member 112832724-Dec-14 21:33
Member 112832724-Dec-14 21:33 
GeneralRe: External program used excel, if you click on the click of a button to send a message through the simulation, excel this call can not be started. Pin
Richard MacCutchan5-Dec-14 3:12
mveRichard MacCutchan5-Dec-14 3:12 
AnswerRe: External program used excel, if you click on the click of a button to send a message through the simulation, excel this call can not be started. Pin
Member 112832725-Dec-14 3:44
Member 112832725-Dec-14 3:44 
GeneralRe: External program used excel, if you click on the click of a button to send a message through the simulation, excel this call can not be started. Pin
Richard MacCutchan5-Dec-14 3:52
mveRichard MacCutchan5-Dec-14 3:52 
GeneralRe: External program used excel, if you click on the click of a button to send a message through the simulation, excel this call can not be started. Pin
Member 112832725-Dec-14 4:38
Member 112832725-Dec-14 4:38 
GeneralRe: External program used excel, if you click on the click of a button to send a message through the simulation, excel this call can not be started. Pin
Richard MacCutchan5-Dec-14 4:52
mveRichard MacCutchan5-Dec-14 4:52 
GeneralRe: External program used excel, if you click on the click of a button to send a message through the simulation, excel this call can not be started. Pin
Member 112832727-Dec-14 19:14
Member 112832727-Dec-14 19:14 
AnswerRe: External program used excel, if you click on the click of a button to send a message through the simulation, excel this call can not be started. Pin
Member 112832725-Dec-14 3:49
Member 112832725-Dec-14 3:49 
Questionthreads ( c language ) in Ubunt Pin
Eng \ zeyad3-Dec-14 0:05
Eng \ zeyad3-Dec-14 0:05 
AnswerRe: threads ( c language ) in Ubunt Pin
den2k883-Dec-14 0:10
professionalden2k883-Dec-14 0:10 
AnswerRe: threads ( c language ) in Ubunt Pin
CPallini3-Dec-14 0:43
mveCPallini3-Dec-14 0:43 
GeneralRe: threads ( c language ) in Ubunt Pin
Eng \ zeyad3-Dec-14 0:50
Eng \ zeyad3-Dec-14 0:50 
GeneralRe: threads ( c language ) in Ubunt Pin
Eng \ zeyad3-Dec-14 0:53
Eng \ zeyad3-Dec-14 0:53 
AnswerRe: threads ( c language ) in Ubunt Pin
Albert Holguin3-Dec-14 3:55
professionalAlbert Holguin3-Dec-14 3:55 
QuestionHow to use overwriting circular buffer for printing strings in c programming? Pin
ShashiAcharya29-Nov-14 22:38
ShashiAcharya29-Nov-14 22:38 
SuggestionRe: How to use overwriting circular buffer for printing strings in c programming? Pin
Richard MacCutchan29-Nov-14 23:21
mveRichard MacCutchan29-Nov-14 23:21 
AnswerRe: How to use overwriting circular buffer for printing strings in c programming? Pin
jschell30-Nov-14 6:11
jschell30-Nov-14 6:11 
AnswerRe: How to use overwriting circular buffer for printing strings in c programming? Pin
CPallini2-Dec-14 9:10
mveCPallini2-Dec-14 9:10 
You may either want to use the circular buffer for holding the pointers of the actual strings or, more likely, for holding the strings themselves.

In the first case coding is pretty straightforward (you may use Wikipedia's circular buffe[^]r page for inception).
On the other hand, the second case is bit more complex, since you have to explicitely manage blocks of bytes (the strings) in the circular buffer.
THESE PEOPLE REALLY BOTHER ME!! How can they know what you should do without knowing what you want done?!?!
-- C++ FQA Lite

Questionwindows version of message queue? Pin
neodeaths29-Nov-14 6:55
neodeaths29-Nov-14 6:55 
AnswerRe: windows version of message queue? Pin
Richard MacCutchan29-Nov-14 23:23
mveRichard MacCutchan29-Nov-14 23:23 
AnswerRe: windows version of message queue? Pin
Albert Holguin1-Dec-14 4:20
professionalAlbert Holguin1-Dec-14 4:20 

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.