Click here to Skip to main content
16,005,120 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Simple ComboBox Problems Pin
Jon Hulatt9-Oct-01 1:01
Jon Hulatt9-Oct-01 1:01 
Generalpassing pointers to functions as function args Pin
mightymark8-Oct-01 21:30
mightymark8-Oct-01 21:30 
GeneralRe: passing pointers to functions as function args Pin
Andrew Torrance8-Oct-01 21:53
Andrew Torrance8-Oct-01 21:53 
GeneralRe: passing pointers to functions as function args Pin
Steen Krogsgaard8-Oct-01 23:08
Steen Krogsgaard8-Oct-01 23:08 
GeneralRe: passing pointers to functions as function args Pin
mightymark9-Oct-01 19:25
mightymark9-Oct-01 19:25 
GeneralRe: passing pointers to functions as function args Pin
Steen Krogsgaard10-Oct-01 1:33
Steen Krogsgaard10-Oct-01 1:33 
GeneralRe: passing pointers to functions as function args Pin
mightymark10-Oct-01 20:18
mightymark10-Oct-01 20:18 
GeneralRe: passing pointers to functions as function args Pin
mightymark9-Oct-01 20:27
mightymark9-Oct-01 20:27 
Might you know why I'm getting an error message like:"term does not evaluate to a function?"

typedef void (BinarySearchTree::*BSTmemptr) (const &int);

main()
{
BinarySearchTree<int,string> t(error); //intitializes a BST
BSTmemptr fnc; //declare pointer to member funct

fnc=BinarySearchTree::remove; //assign funct to pointer
t.*fnc(9); //attempt to call funct--error is for this line
//....
//....
}

thanx again.
GeneralRe: passing pointers to functions as function args Pin
Steen Krogsgaard10-Oct-01 1:23
Steen Krogsgaard10-Oct-01 1:23 
GeneralRe: passing pointers to functions as function args Pin
mightymark10-Oct-01 20:21
mightymark10-Oct-01 20:21 
GeneralRe: passing pointers to functions as function args Pin
Steen Krogsgaard10-Oct-01 22:31
Steen Krogsgaard10-Oct-01 22:31 
GeneralMultilanguge ActiveX Control Pin
Fredrik Sigbjörn8-Oct-01 21:19
Fredrik Sigbjörn8-Oct-01 21:19 
GeneralShowing window with and without title bar Pin
D.D. de Kerf8-Oct-01 20:49
D.D. de Kerf8-Oct-01 20:49 
GeneralNDI Cache Pin
ColinDavies8-Oct-01 17:03
ColinDavies8-Oct-01 17:03 
GeneralMouse capture problem Pin
Mr.Freeze8-Oct-01 16:44
Mr.Freeze8-Oct-01 16:44 
GeneralRe: Mouse capture problem Pin
Chaos Lawful8-Oct-01 23:37
Chaos Lawful8-Oct-01 23:37 
GeneralRe: Mouse capture problem Pin
Mr.Freeze9-Oct-01 0:10
Mr.Freeze9-Oct-01 0:10 
GeneralMassive bloat with WTL's CFileDialog Pin
Michael Dunn8-Oct-01 16:21
sitebuilderMichael Dunn8-Oct-01 16:21 
GeneralMy rc file got too fat !!! Pin
8-Oct-01 15:54
suss8-Oct-01 15:54 
GeneralRe: My rc file got too fat !!! Pin
8-Oct-01 21:43
suss8-Oct-01 21:43 
GeneralRe: My rc file got too fat !!! Pin
8-Oct-01 22:48
suss8-Oct-01 22:48 
Generaldirectory and DFileDialog Pin
8-Oct-01 14:51
suss8-Oct-01 14:51 
GeneralRe: directory and DFileDialog Pin
Michael Dunn8-Oct-01 16:12
sitebuilderMichael Dunn8-Oct-01 16:12 
GeneralRe: directory and DFileDialog Pin
Fredrik Sigbjörn8-Oct-01 21:24
Fredrik Sigbjörn8-Oct-01 21:24 
GeneralProper implementation of ComboBox Pin
Xian8-Oct-01 14:45
Xian8-Oct-01 14:45 

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.