Click here to Skip to main content
15,910,661 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: command buttons Pin
chandu00414-Jul-09 18:11
chandu00414-Jul-09 18:11 
GeneralRe: command buttons Pin
Member 59031014-Jul-09 18:12
Member 59031014-Jul-09 18:12 
GeneralRe: command buttons Pin
Member 59031014-Jul-09 18:12
Member 59031014-Jul-09 18:12 
AnswerRe: command buttons Pin
«_Superman_»14-Jul-09 19:53
professional«_Superman_»14-Jul-09 19:53 
QuestionBuffering incoming packets Pin
resolvequestion14-Jul-09 17:36
resolvequestion14-Jul-09 17:36 
AnswerRe: Buffering incoming packets Pin
«_Superman_»14-Jul-09 17:56
professional«_Superman_»14-Jul-09 17:56 
AnswerRe: Buffering incoming packets Pin
Richard Andrew x6414-Jul-09 20:05
professionalRichard Andrew x6414-Jul-09 20:05 
AnswerRe: Buffering incoming packets Pin
Stuart Dootson14-Jul-09 21:36
professionalStuart Dootson14-Jul-09 21:36 
How are the packets going to be processed? You say "PAckets coming are infinite" which implies you must use and discard data, otherwise your machine's memory would fill up.

If you want to process packets in the order that they arrive, I'd probably use a deque rather than the vector that superman mentioned, because a deque has good "delete from front" characteristics when compared with a vector.

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

GeneralRe: Buffering incoming packets Pin
resolvequestion15-Jul-09 3:30
resolvequestion15-Jul-09 3:30 
QuestionHow to read and display the height map from STL File? Pin
DevelopmentNoob14-Jul-09 15:44
DevelopmentNoob14-Jul-09 15:44 
AnswerRe: How to read and display the height map from STL File? Pin
DevelopmentNoob14-Jul-09 20:42
DevelopmentNoob14-Jul-09 20:42 
GeneralRe: How to read and display the height map from STL File? Pin
CPallini14-Jul-09 21:14
mveCPallini14-Jul-09 21:14 
GeneralRe: How to read and display the height map from STL File? Pin
DevelopmentNoob16-Jul-09 21:22
DevelopmentNoob16-Jul-09 21:22 
QuestionHow to convert LPCTSTR for MessageBox Function Pin
egerving14-Jul-09 9:49
egerving14-Jul-09 9:49 
AnswerRe: How to convert LPCTSTR for MessageBox Function Pin
Chris Losinger14-Jul-09 10:05
professionalChris Losinger14-Jul-09 10:05 
AnswerRe: How to convert LPCTSTR for MessageBox Function Pin
Michael Schubert14-Jul-09 12:49
Michael Schubert14-Jul-09 12:49 
AnswerRe: How to convert LPCTSTR for MessageBox Function Pin
David Crow14-Jul-09 16:08
David Crow14-Jul-09 16:08 
QuestionNewbie question, problem compiling Pin
Adassus14-Jul-09 8:19
Adassus14-Jul-09 8:19 
QuestionRe: Newbie question, problem compiling Pin
Roger Stoltz14-Jul-09 8:29
Roger Stoltz14-Jul-09 8:29 
AnswerRe: Newbie question, problem compiling Pin
Randor 14-Jul-09 9:28
professional Randor 14-Jul-09 9:28 
AnswerRe: Newbie question, problem compiling Pin
Maximilien14-Jul-09 9:30
Maximilien14-Jul-09 9:30 
AnswerRe: Newbie question, problem compiling Pin
Adassus14-Jul-09 11:41
Adassus14-Jul-09 11:41 
GeneralRe: Newbie question, problem compiling Pin
Randor 14-Jul-09 11:59
professional Randor 14-Jul-09 11:59 
GeneralRe: Newbie question, problem compiling Pin
Adassus14-Jul-09 15:44
Adassus14-Jul-09 15:44 
QuestionUSB interaction from user space. I need some light please! Pin
sinosoidal14-Jul-09 6:32
sinosoidal14-Jul-09 6:32 

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.