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

C / C++ / MFC

 
GeneralRe: Linked Lists Pin
CPallini19-Jan-09 3:43
mveCPallini19-Jan-09 3:43 
AnswerRe: Linked Lists Pin
Stephen Hewitt19-Jan-09 1:27
Stephen Hewitt19-Jan-09 1:27 
AnswerRe: Linked Lists Pin
David Crow19-Jan-09 3:14
David Crow19-Jan-09 3:14 
GeneralRe: Linked Lists Pin
CodingYoshi19-Jan-09 3:28
CodingYoshi19-Jan-09 3:28 
GeneralRe: Linked Lists Pin
David Crow19-Jan-09 3:31
David Crow19-Jan-09 3:31 
GeneralRe: Linked Lists Pin
CodingYoshi19-Jan-09 5:08
CodingYoshi19-Jan-09 5:08 
GeneralRe: Linked Lists Pin
David Crow19-Jan-09 5:11
David Crow19-Jan-09 5:11 
QuestionHow to show an image within an RichEdit control? Pin
Joseph Marzbani18-Jan-09 18:44
Joseph Marzbani18-Jan-09 18:44 
AnswerRe: How to show an image within an RichEdit control? Pin
_AnsHUMAN_ 18-Jan-09 18:59
_AnsHUMAN_ 18-Jan-09 18:59 
AnswerRe: How to show an image within an RichEdit control? Pin
Hamid_RT18-Jan-09 19:18
Hamid_RT18-Jan-09 19:18 
GeneralRe: How to show an image within an RichEdit control? Pin
Joseph Marzbani18-Jan-09 20:29
Joseph Marzbani18-Jan-09 20:29 
GeneralRe: How to show an image within an RichEdit control? Pin
Hamid_RT18-Jan-09 22:51
Hamid_RT18-Jan-09 22:51 
QuestionHow to save the content of an RichEdit control as a record in MS-Access database? Pin
Joseph Marzbani18-Jan-09 18:41
Joseph Marzbani18-Jan-09 18:41 
AnswerRe: How to save the content of an RichEdit control as a record in MS-Access database? Pin
Stuart Dootson18-Jan-09 22:07
professionalStuart Dootson18-Jan-09 22:07 
AnswerRe: How to save the content of an RichEdit control as a record in MS-Access database? Pin
David Crow19-Jan-09 3:21
David Crow19-Jan-09 3:21 
Questionread a ms word document using vc++ Pin
AVIHAR18-Jan-09 18:10
AVIHAR18-Jan-09 18:10 
AnswerRe: read a ms word document using vc++ Pin
_AnsHUMAN_ 18-Jan-09 18:57
_AnsHUMAN_ 18-Jan-09 18:57 
AnswerRe: read a ms word document using vc++ Pin
David Crow19-Jan-09 3:25
David Crow19-Jan-09 3:25 
QuestionConstructors and Serialization Pin
BobInNJ18-Jan-09 9:34
BobInNJ18-Jan-09 9:34 
AnswerRe: Constructors and Serialization Pin
CPallini18-Jan-09 9:53
mveCPallini18-Jan-09 9:53 
AnswerRe: Constructors and Serialization Pin
Iain Clarke, Warrior Programmer18-Jan-09 23:30
Iain Clarke, Warrior Programmer18-Jan-09 23:30 
GeneralRe: Constructors and Serialization Pin
BobInNJ19-Jan-09 6:09
BobInNJ19-Jan-09 6:09 
QuestionpoolObject Pin
rini2518-Jan-09 7:51
rini2518-Jan-09 7:51 
AnswerRe: poolObject Pin
Stuart Dootson18-Jan-09 8:29
professionalStuart Dootson18-Jan-09 8:29 
AnswerRe: poolObject Pin
Radhakrishnan G.19-Jan-09 4:34
Radhakrishnan G.19-Jan-09 4:34 
I think its better to user a Singlton class if you need only one Object pool and create the Pool in its constructor.

If you need multiple object pool use a Class Factory. any way you can create pool in its constructor.

What is the GenericObjectPool, and what it does?

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.