Click here to Skip to main content
15,923,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Fast Fourier Transform Pin
Chris Losinger12-Mar-03 5:38
professionalChris Losinger12-Mar-03 5:38 
GeneralWall paper Program Pin
RaajaOfSelf11-Mar-03 22:32
RaajaOfSelf11-Mar-03 22:32 
GeneralRe: Wall paper Program Pin
ramki kicha12-Mar-03 0:06
sussramki kicha12-Mar-03 0:06 
GeneralWhich container should i choose Pin
Shehzad Jamil11-Mar-03 22:29
sussShehzad Jamil11-Mar-03 22:29 
GeneralRe: Which container should i choose Pin
Christian Graus11-Mar-03 22:56
protectorChristian Graus11-Mar-03 22:56 
GeneralRe: Which container should i choose Pin
HJo11-Mar-03 23:08
HJo11-Mar-03 23:08 
GeneralRe: Which container should i choose Pin
markkuk12-Mar-03 0:27
markkuk12-Mar-03 0:27 
GeneralRe: Which container should i choose Pin
Tim Smith12-Mar-03 1:59
Tim Smith12-Mar-03 1:59 
I vote for keeping the std::vector but sorting it after you are done. Then using lower_bound to try to find the integer. It should be the fastest and less memory intensive option. However, if your list of 150 integers are not static, I would go with a std::set.

Tim Smith

I'm going to patent thought. I have yet to see any prior art.
GeneralRe: Which container should i choose Pin
Alexandru Savescu12-Mar-03 5:54
Alexandru Savescu12-Mar-03 5:54 
GeneralRe: Which container should i choose Pin
Tim Smith12-Mar-03 8:12
Tim Smith12-Mar-03 8:12 
GeneralRe: Which container should i choose Pin
atreya12-Mar-03 6:35
atreya12-Mar-03 6:35 
GeneralRe: Ok, I geeked out Pin
Tim Smith12-Mar-03 8:08
Tim Smith12-Mar-03 8:08 
GeneralBarcode generator Pin
Chintan11-Mar-03 21:14
Chintan11-Mar-03 21:14 
GeneralRe: Barcode generator Pin
Johnny ²11-Mar-03 21:36
Johnny ²11-Mar-03 21:36 
GeneralRe: Barcode generator Pin
Chintan12-Mar-03 21:38
Chintan12-Mar-03 21:38 
QuestionSockets - recv - Number of received bytes? Pin
Daniel Strigl11-Mar-03 20:59
Daniel Strigl11-Mar-03 20:59 
AnswerRe: Sockets - recv - Number of received bytes? Pin
valikac11-Mar-03 21:17
valikac11-Mar-03 21:17 
AnswerRe: Sockets - recv - Number of received bytes? Pin
Johnny ²11-Mar-03 21:40
Johnny ²11-Mar-03 21:40 
AnswerRe: Sockets - recv - Number of received bytes? Pin
Tim Smith12-Mar-03 2:03
Tim Smith12-Mar-03 2:03 
AnswerRe: Sockets - recv - Number of received bytes? Pin
Joseph Dempsey13-Mar-03 8:20
Joseph Dempsey13-Mar-03 8:20 
GeneralRe: Sockets - recv - Number of received bytes? Pin
Daniel Strigl13-Mar-03 8:34
Daniel Strigl13-Mar-03 8:34 
General"OnChar" Msg and Edit Control Pin
Gabor Kalman11-Mar-03 20:59
Gabor Kalman11-Mar-03 20:59 
GeneralRe: "OnChar" Msg and Edit Control Pin
Brian Shifrin12-Mar-03 0:34
Brian Shifrin12-Mar-03 0:34 
GeneralRe: "OnChar" Msg and Edit Control Pin
Gabor Kalman12-Mar-03 12:44
Gabor Kalman12-Mar-03 12:44 
GeneralMAPI problem Pin
chepuri_uk11-Mar-03 20:39
chepuri_uk11-Mar-03 20:39 

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.