Click here to Skip to main content
15,899,314 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Static DLL Pin
ThatsAlok25-Sep-08 19:50
ThatsAlok25-Sep-08 19:50 
AnswerRe: Static DLL Pin
Cedric Moonen25-Sep-08 20:00
Cedric Moonen25-Sep-08 20:00 
Questionavoid loading an already loaded shared library Pin
Yashusid25-Sep-08 18:54
Yashusid25-Sep-08 18:54 
AnswerRe: avoid loading an already loaded shared library Pin
Abhishek Srivastava25-Sep-08 19:45
Abhishek Srivastava25-Sep-08 19:45 
GeneralRe: avoid loading an already loaded shared library Pin
Yashusid25-Sep-08 20:46
Yashusid25-Sep-08 20:46 
QuestionCalling function Pin
cpvc++25-Sep-08 18:32
cpvc++25-Sep-08 18:32 
AnswerRe: Calling function Pin
santhoshv8425-Sep-08 19:54
santhoshv8425-Sep-08 19:54 
GeneralRe: Calling function Pin
cpvc++25-Sep-08 20:16
cpvc++25-Sep-08 20:16 
yes
public:
	bool str();


and
bool CCall::str()
{
AfxMessageBox("Hello");
}
	return false;


And i want to call str(); in .h file.
GeneralRe: Calling function Pin
Daniel Kanev25-Sep-08 23:13
Daniel Kanev25-Sep-08 23:13 
QuestionRe: Calling function Pin
David Crow26-Sep-08 2:55
David Crow26-Sep-08 2:55 
Questionimplementing a class as a linked list and checking for a postfix expression Pin
shadoweKnight25-Sep-08 15:47
shadoweKnight25-Sep-08 15:47 
QuestionRe: implementing a class as a linked list and checking for a postfix expression Pin
Joseph Marzbani25-Sep-08 20:06
Joseph Marzbani25-Sep-08 20:06 
AnswerRe: implementing a class as a linked list and checking for a postfix expression Pin
David Crow26-Sep-08 2:57
David Crow26-Sep-08 2:57 
GeneralRe: implementing a class as a linked list and checking for a postfix expression Pin
shadoweKnight30-Sep-08 14:15
shadoweKnight30-Sep-08 14:15 
QuestionProblem about deque::push_back Pin
kcynic25-Sep-08 14:19
kcynic25-Sep-08 14:19 
AnswerRe: Problem about deque::push_back Pin
Chris Losinger25-Sep-08 14:44
professionalChris Losinger25-Sep-08 14:44 
GeneralRe: Problem about deque::push_back Pin
kcynic25-Sep-08 15:22
kcynic25-Sep-08 15:22 
AnswerRe: Problem about deque::push_back Pin
Cedric Moonen25-Sep-08 20:06
Cedric Moonen25-Sep-08 20:06 
Questionwaiting until a window closes (or, check window's state) Pin
Green Fuze25-Sep-08 12:50
Green Fuze25-Sep-08 12:50 
AnswerRe: waiting until a window closes (or, check window's state) Pin
PJ Arends25-Sep-08 20:02
professionalPJ Arends25-Sep-08 20:02 
AnswerRe: waiting until a window closes (or, check window's state) Pin
Joseph Marzbani25-Sep-08 20:22
Joseph Marzbani25-Sep-08 20:22 
GeneralRe: waiting until a window closes (or, check window's state) Pin
Green Fuze26-Sep-08 0:42
Green Fuze26-Sep-08 0:42 
Questionscan code for F1-F12 keys Pin
emmmatty125-Sep-08 8:59
emmmatty125-Sep-08 8:59 
AnswerRe: scan code for F1-F12 keys Pin
Mark Salsbery25-Sep-08 9:26
Mark Salsbery25-Sep-08 9:26 
QuestionSetWindowPos does nothing Pin
Joschwenk66625-Sep-08 7:48
Joschwenk66625-Sep-08 7:48 

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.