Click here to Skip to main content
15,925,061 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Office XP colors Pin
Snyp26-Jul-03 3:09
Snyp26-Jul-03 3:09 
GeneralGeneral question about MFC app with database support Pin
kydfru26-Jul-03 0:39
kydfru26-Jul-03 0:39 
GeneralRe: General question about MFC app with database support Pin
Toni7826-Jul-03 7:40
Toni7826-Jul-03 7:40 
GeneralRe: General question about MFC app with database support Pin
Beer2626-Jul-03 7:41
Beer2626-Jul-03 7:41 
GeneralWin32 MDI child creation w/ lParam Pin
spoulson26-Jul-03 0:31
spoulson26-Jul-03 0:31 
GeneralRe: Win32 MDI child creation w/ lParam Pin
spoulson29-Jul-03 1:21
spoulson29-Jul-03 1:21 
QuestionFucntion declaration??? Pin
Bob Stanneveld25-Jul-03 23:42
Bob Stanneveld25-Jul-03 23:42 
AnswerRe: Fucntion declaration??? Pin
Andrew Walker26-Jul-03 0:00
Andrew Walker26-Jul-03 0:00 
If it's in a class, you might be referring to a pure virtual declaration

class SomeClass
{
    virtual void someFunc() = 0;
};

Which means that there is no body of the function supplied, or in other words, that you need to derive from that class, adding the required functionality.


If you can keep you head when all about you
Are losing theirs and blaming it on you;
If you can dream - and not make dreams your master;
If you can think - and not make thoughts you aim;
Yours is the Earth and everything that's in it.

Rudyard Kipling

GeneralRe: Fucntion declaration??? Pin
Bob Stanneveld26-Jul-03 0:03
Bob Stanneveld26-Jul-03 0:03 
GeneralPermutations Pin
doctorpi25-Jul-03 22:20
doctorpi25-Jul-03 22:20 
GeneralRe: Permutations Pin
phlipping25-Jul-03 22:51
phlipping25-Jul-03 22:51 
GeneralRe: Permutations Pin
doctorpi26-Jul-03 20:53
doctorpi26-Jul-03 20:53 
GeneralRe: Permutations Pin
Dudi Avramov27-Jul-03 2:22
Dudi Avramov27-Jul-03 2:22 
Generali guysPermutations Pin
Anonymous25-Jul-03 22:13
Anonymous25-Jul-03 22:13 
GeneralExtended chars in SendInput Pin
phlipping25-Jul-03 21:27
phlipping25-Jul-03 21:27 
GeneralQuestion about stdin under multi-process environment. Pin
George225-Jul-03 19:22
George225-Jul-03 19:22 
GeneralRe: Question about stdin under multi-process environment. Pin
Johnny ²25-Jul-03 21:24
Johnny ²25-Jul-03 21:24 
GeneralRe: Question about stdin under multi-process environment. Pin
George225-Jul-03 21:36
George225-Jul-03 21:36 
GeneralRe: Question about stdin under multi-process environment. Pin
Ryan Binns25-Jul-03 23:15
Ryan Binns25-Jul-03 23:15 
GeneralRe: Question about stdin under multi-process environment. Pin
George226-Jul-03 0:58
George226-Jul-03 0:58 
GeneralRe: Question about stdin under multi-process environment. Pin
Ryan Binns26-Jul-03 1:01
Ryan Binns26-Jul-03 1:01 
GeneralRe: Question about stdin under multi-process environment. Pin
George226-Jul-03 1:05
George226-Jul-03 1:05 
GeneralRe: Question about stdin under multi-process environment. Pin
Ryan Binns26-Jul-03 2:10
Ryan Binns26-Jul-03 2:10 
GeneralRe: Question about stdin under multi-process environment. Pin
George226-Jul-03 2:16
George226-Jul-03 2:16 
GeneralRe: Question about stdin under multi-process environment. Pin
Ryan Binns26-Jul-03 2:38
Ryan Binns26-Jul-03 2:38 

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.