Click here to Skip to main content
15,887,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Trouble loading a driver Pin
Maxwell Chen29-Dec-09 19:06
Maxwell Chen29-Dec-09 19:06 
GeneralRe: Trouble loading a driver Pin
Mattzimmerer30-Dec-09 0:48
Mattzimmerer30-Dec-09 0:48 
Question[Message Deleted] Pin
noalias___29-Dec-09 12:55
noalias___29-Dec-09 12:55 
AnswerRe: library link error Pin
Chris Losinger29-Dec-09 12:59
professionalChris Losinger29-Dec-09 12:59 
GeneralRe: library link error Pin
noalias___29-Dec-09 13:16
noalias___29-Dec-09 13:16 
Questionstreambuf out_waiting replacement Pin
ajucker29-Dec-09 6:51
ajucker29-Dec-09 6:51 
QuestionHow can I return a deque from a function? Pin
DanYELL29-Dec-09 5:11
DanYELL29-Dec-09 5:11 
AnswerRe: How can I return a deque from a function? Pin
CPallini29-Dec-09 5:20
mveCPallini29-Dec-09 5:20 
Why don't you accept a reference to a deque object as function argument?
For instance:
bool GetStates(deque<string> & states)
{
// fill states here
}

Smile | :)

If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong.
-- Iain Clarke

[My articles]

QuestionSaving function pointers in Map Pin
Chanchalgaud29-Dec-09 3:29
Chanchalgaud29-Dec-09 3:29 
AnswerRe: Saving function pointers in Map Pin
Richard MacCutchan29-Dec-09 4:44
mveRichard MacCutchan29-Dec-09 4:44 
AnswerRe: Saving function pointers in Map Pin
Abhi Lahare29-Dec-09 4:58
Abhi Lahare29-Dec-09 4:58 
QuestionAnyway to stop a CView from being closed? Pin
Paul Belikian29-Dec-09 3:25
Paul Belikian29-Dec-09 3:25 
AnswerRe: Anyway to stop a CView from being closed? Pin
David Crow29-Dec-09 3:31
David Crow29-Dec-09 3:31 
GeneralRe: Anyway to stop a CView from being closed? Pin
Paul Belikian29-Dec-09 4:14
Paul Belikian29-Dec-09 4:14 
QuestionRe: Anyway to stop a CView from being closed? Pin
David Crow29-Dec-09 4:21
David Crow29-Dec-09 4:21 
AnswerRe: Anyway to stop a CView from being closed? Pin
Paul Belikian29-Dec-09 6:08
Paul Belikian29-Dec-09 6:08 
GeneralRe: Anyway to stop a CView from being closed? Pin
JudyL_MD29-Dec-09 16:50
JudyL_MD29-Dec-09 16:50 
GeneralRe: Anyway to stop a CView from being closed? Pin
Paul Belikian29-Dec-09 17:37
Paul Belikian29-Dec-09 17:37 
QuestionIdeas for an embedded interactive console? Pin
z33z29-Dec-09 3:24
z33z29-Dec-09 3:24 
AnswerRe: Ideas for an embedded interactive console? Pin
raja jamwal31-Dec-09 8:30
raja jamwal31-Dec-09 8:30 
QuestionIs there any way to execute XQuery through MFC or C++ Pin
A&Ms29-Dec-09 3:06
A&Ms29-Dec-09 3:06 
QuestionWhen my article will be publish?How many days in general? Pin
JunWang16329-Dec-09 0:29
JunWang16329-Dec-09 0:29 
AnswerWrong forum. Pin
CPallini29-Dec-09 0:47
mveCPallini29-Dec-09 0:47 
Questioncreating dbf file and reading info from dbf Pin
kir_MFC29-Dec-09 0:18
kir_MFC29-Dec-09 0:18 
QuestionRe: creating dbf file and reading info from dbf Pin
KingsGambit29-Dec-09 0:36
KingsGambit29-Dec-09 0:36 

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.