Click here to Skip to main content
16,007,472 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help writing a game tree for tictactoe Pin
alex.barylski2-Mar-02 23:20
alex.barylski2-Mar-02 23:20 
GeneralRe: Help writing a game tree for tictactoe Pin
John Cruz3-Mar-02 0:53
John Cruz3-Mar-02 0:53 
GeneralKeyboard delay time Pin
PJ Arends2-Mar-02 16:29
professionalPJ Arends2-Mar-02 16:29 
GeneralRe: Keyboard delay time Pin
Nish Nishant2-Mar-02 17:37
sitebuilderNish Nishant2-Mar-02 17:37 
GeneralRe: Keyboard delay time Pin
Michael Dunn2-Mar-02 18:59
sitebuilderMichael Dunn2-Mar-02 18:59 
GeneralRe: Keyboard delay time Pin
PJ Arends2-Mar-02 19:28
professionalPJ Arends2-Mar-02 19:28 
GeneralRe: Keyboard delay time Pin
Nish Nishant2-Mar-02 19:24
sitebuilderNish Nishant2-Mar-02 19:24 
GeneralHelp with Array Sort Pin
Loli102-Mar-02 10:41
Loli102-Mar-02 10:41 
Consider the following array, whose contents are NOT sorted:

int Ids[10]={12,4,22,67,2,5,11,33,6,10};

If a binary search routine is written to search through this array, what will happen? For example,

Will the program abort, since the array is not sorted? or
will the binary search routine be successful, but inefficient? or
Will the binary search fail? or
???

Loli10
GeneralRe: Help with Array Sort Pin
Anders Molin2-Mar-02 11:37
professionalAnders Molin2-Mar-02 11:37 
GeneralRe: Help with Array Sort Pin
Tim Smith2-Mar-02 11:48
Tim Smith2-Mar-02 11:48 
GeneralRe: Help with Array Sort Pin
Nish Nishant2-Mar-02 15:06
sitebuilderNish Nishant2-Mar-02 15:06 
GeneralCListCtrl and Row Height Pin
NodeX2-Mar-02 9:41
NodeX2-Mar-02 9:41 
GeneralRe: CListCtrl and Row Height Pin
alex.barylski2-Mar-02 16:06
alex.barylski2-Mar-02 16:06 
GeneralRe: CListCtrl and Row Height Pin
NodeX2-Mar-02 22:59
NodeX2-Mar-02 22:59 
GeneralRe: CListCtrl and Row Height Pin
Tim Smith3-Mar-02 2:20
Tim Smith3-Mar-02 2:20 
GeneralNeed help with MFC ! ! ! ! Pin
2-Mar-02 8:58
suss2-Mar-02 8:58 
GeneralRe: Need help with MFC ! ! ! ! Pin
Mazdak2-Mar-02 9:20
Mazdak2-Mar-02 9:20 
GeneralRe: Need help with MFC ! ! ! ! Pin
Michael P Butler2-Mar-02 10:07
Michael P Butler2-Mar-02 10:07 
GeneralRe: Need help with MFC ! ! ! ! Pin
Roger Allen4-Mar-02 1:55
Roger Allen4-Mar-02 1:55 
GeneralBackgroud Pin
blink4me2-Mar-02 6:05
blink4me2-Mar-02 6:05 
GeneralRe: Backgroud Pin
Mazdak2-Mar-02 6:10
Mazdak2-Mar-02 6:10 
GeneralRe: Backgroud Pin
Paul M Watt2-Mar-02 7:14
mentorPaul M Watt2-Mar-02 7:14 
QuestionHow to adjust the margins of the richeditview? Pin
Feng Qin2-Mar-02 5:07
Feng Qin2-Mar-02 5:07 
GeneralADSI: Problem with Binding Pin
hph2-Mar-02 3:47
hph2-Mar-02 3:47 
GeneralGet File Name Pin
Peter Liddle2-Mar-02 2:12
Peter Liddle2-Mar-02 2:12 

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.