Click here to Skip to main content
15,922,512 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAdding window form to VC 6.0 MFC App Pin
zubair_ahmed8-May-07 21:42
zubair_ahmed8-May-07 21:42 
AnswerRe: Adding window form to VC 6.0 MFC App Pin
Christian Graus8-May-07 21:52
protectorChristian Graus8-May-07 21:52 
GeneralRe: Adding window form to VC 6.0 MFC App Pin
zubair_ahmed8-May-07 23:11
zubair_ahmed8-May-07 23:11 
QuestionImplement Excel in C#.NET Form Pin
Munishprathap8-May-07 21:02
Munishprathap8-May-07 21:02 
AnswerRe: Implement Excel in C#.NET Form Pin
Christian Graus8-May-07 21:07
protectorChristian Graus8-May-07 21:07 
QuestionWhich STL container to use Pin
User 5838528-May-07 21:01
User 5838528-May-07 21:01 
AnswerRe: Which STL container to use Pin
Stephen Hewitt8-May-07 21:04
Stephen Hewitt8-May-07 21:04 
GeneralRe: Which STL container to use Pin
User 5838528-May-07 21:14
User 5838528-May-07 21:14 
Stephen Hewitt wrote:
Will you be adding elements just too the end, at the start and end or at any location?


Elements will always be unsigned int's. Every element I add will be greater than all the elements already in the collection. If the collection has {1, 7, 8} I could add 9 or 45 etc but never 6. Im not interested in their location in the collection but Im guessing a sorted collection will give me faster lookup


Stephen Hewitt wrote:
Will you be removing elements just at the end, at the start and end or at any location?


Any location

Stephen Hewitt wrote:
Do you need to preserve the insertion order?


Nope

Stephen Hewitt wrote:
Do you need to be able to iterate over the collection in numerical order?


Nope

Stephen Hewitt wrote:
Are multiple copies of the same value allowed?


Nope
GeneralRe: Which STL container to use Pin
Stephen Hewitt8-May-07 21:21
Stephen Hewitt8-May-07 21:21 
GeneralRe: Which STL container to use Pin
User 58385210-May-07 13:07
User 58385210-May-07 13:07 
GeneralRe: Which STL container to use Pin
ThatsAlok16-May-07 20:30
ThatsAlok16-May-07 20:30 
GeneralRe: Which STL container to use Pin
Stephen Hewitt16-May-07 20:33
Stephen Hewitt16-May-07 20:33 
GeneralRe: Which STL container to use Pin
ThatsAlok16-May-07 20:40
ThatsAlok16-May-07 20:40 
QuestionC2440 error Pin
subramanyeswari8-May-07 20:48
subramanyeswari8-May-07 20:48 
AnswerRe: C2440 error Pin
Stephen Hewitt8-May-07 20:50
Stephen Hewitt8-May-07 20:50 
AnswerRe: C2440 error Pin
Cedric Moonen8-May-07 20:53
Cedric Moonen8-May-07 20:53 
GeneralRe: C2440 error Pin
subramanyeswari8-May-07 21:09
subramanyeswari8-May-07 21:09 
GeneralRe: C2440 error Pin
Cedric Moonen8-May-07 21:24
Cedric Moonen8-May-07 21:24 
GeneralRe: C2440 error Pin
Stephen Hewitt8-May-07 21:26
Stephen Hewitt8-May-07 21:26 
AnswerRe: C2440 error Pin
Stephen Hewitt8-May-07 21:42
Stephen Hewitt8-May-07 21:42 
Questionlux meter Pin
mrizki8-May-07 19:57
mrizki8-May-07 19:57 
AnswerRe: lux meter Pin
kakan8-May-07 20:11
professionalkakan8-May-07 20:11 
GeneralRe: lux meter Pin
ThatsAlok8-May-07 21:07
ThatsAlok8-May-07 21:07 
AnswerRe: lux meter Pin
ThatsAlok8-May-07 21:07
ThatsAlok8-May-07 21:07 
Questionstart button .Please help me. Pin
prathuraj8-May-07 19:49
prathuraj8-May-07 19:49 

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.