Click here to Skip to main content
15,905,323 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Listener in MFC Pin
Hans Dietrich25-Jan-09 9:04
mentorHans Dietrich25-Jan-09 9:04 
QuestionDebuggerEvents under C++ in Visual Studio [modified] Pin
primexx23-Jan-09 22:31
primexx23-Jan-09 22:31 
QuestionSetLayeredWindowAttributes() - Undeclared identifier Pin
ganesh.dp23-Jan-09 22:06
ganesh.dp23-Jan-09 22:06 
AnswerRe: SetLayeredWindowAttributes() - Undeclared identifier Pin
Naveen23-Jan-09 22:39
Naveen23-Jan-09 22:39 
GeneralRe: SetLayeredWindowAttributes() - Undeclared identifier Pin
ganesh.dp23-Jan-09 22:56
ganesh.dp23-Jan-09 22:56 
GeneralRe: SetLayeredWindowAttributes() - Undeclared identifier Pin
ganesh.dp23-Jan-09 23:00
ganesh.dp23-Jan-09 23:00 
GeneralRe: SetLayeredWindowAttributes() - Undeclared identifier Pin
Naveen23-Jan-09 23:07
Naveen23-Jan-09 23:07 
GeneralRe: SetLayeredWindowAttributes() - Undeclared identifier Pin
ganesh.dp23-Jan-09 23:28
ganesh.dp23-Jan-09 23:28 
GeneralRe: SetLayeredWindowAttributes() - Undeclared identifier Pin
Naveen23-Jan-09 23:39
Naveen23-Jan-09 23:39 
GeneralRe: SetLayeredWindowAttributes() - Undeclared identifier Pin
ganesh.dp24-Jan-09 0:10
ganesh.dp24-Jan-09 0:10 
GeneralRe: SetLayeredWindowAttributes() - Undeclared identifier Pin
Naveen24-Jan-09 0:13
Naveen24-Jan-09 0:13 
GeneralRe: SetLayeredWindowAttributes() - Undeclared identifier Pin
ganesh.dp24-Jan-09 0:58
ganesh.dp24-Jan-09 0:58 
QuestionCasino War game in C++ Pin
Nandu_77b23-Jan-09 20:24
Nandu_77b23-Jan-09 20:24 
QuestionSave the file in Unicode format Pin
Max++23-Jan-09 20:22
Max++23-Jan-09 20:22 
AnswerRe: Save the file in Unicode format Pin
Stuart Dootson23-Jan-09 20:52
professionalStuart Dootson23-Jan-09 20:52 
AnswerRe: Save the file in Unicode format Pin
Rajesh R Subramanian25-Jan-09 4:50
professionalRajesh R Subramanian25-Jan-09 4:50 
QuestionBest suited sorting algorithm Pin
VCProgrammer23-Jan-09 19:44
VCProgrammer23-Jan-09 19:44 
AnswerRe: Best suited sorting algorithm Pin
VCsamir23-Jan-09 20:05
VCsamir23-Jan-09 20:05 
GeneralRe: Best suited sorting algorithm Pin
VCProgrammer23-Jan-09 20:35
VCProgrammer23-Jan-09 20:35 
AnswerRe: Best suited sorting algorithm Pin
Stuart Dootson23-Jan-09 21:06
professionalStuart Dootson23-Jan-09 21:06 
VCProgrammer wrote:
So, i wanted to know that which sorting alogorithm will best suit this situation


The one you don't have to write yourself - the sort algorithm[^] in the C++ standard library is pretty much good enough for most cases.

BTW - can you quantify your "very large number of items"? My very old and slow iBook will sort a million (random) integers in 200 milliseconds using std::sort - that's reasonably quick...
Questionmenubar custom draw in MFC (Very Urgent...............) Pin
AnithaSubramani23-Jan-09 18:24
AnithaSubramani23-Jan-09 18:24 
AnswerRe: menubar custom draw in MFC (Very Urgent...............) Pin
VCsamir23-Jan-09 20:18
VCsamir23-Jan-09 20:18 
AnswerRe: menubar custom draw in MFC (Very Urgent...............) Pin
Stuart Dootson23-Jan-09 21:08
professionalStuart Dootson23-Jan-09 21:08 
GeneralRe: menubar custom draw in MFC (Very Urgent...............) Pin
AnithaSubramani23-Jan-09 21:31
AnithaSubramani23-Jan-09 21:31 
GeneralRe: menubar custom draw in MFC (Very Urgent...............) Pin
Stuart Dootson23-Jan-09 22:47
professionalStuart Dootson23-Jan-09 22:47 

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.