Click here to Skip to main content
15,916,215 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: enumerating pins in direct show Pin
Zizilamoroso21-Aug-02 14:00
Zizilamoroso21-Aug-02 14:00 
GeneralReal-time monitoring of processes Pin
Jon Sagara21-Aug-02 12:40
Jon Sagara21-Aug-02 12:40 
GeneralPriority Queue :: C++ Pin
valikac21-Aug-02 12:23
valikac21-Aug-02 12:23 
GeneralRe: Priority Queue :: C++ Pin
Paul M Watt21-Aug-02 17:14
mentorPaul M Watt21-Aug-02 17:14 
GeneralRe: Priority Queue :: C++ Pin
valikac21-Aug-02 17:29
valikac21-Aug-02 17:29 
QuestionHow can I get ListBox items from an Access table? Pin
Manuel Perez21-Aug-02 12:05
Manuel Perez21-Aug-02 12:05 
AnswerRe: How can I get ListBox items from an Access table? Pin
Ranjan Banerji21-Aug-02 15:15
Ranjan Banerji21-Aug-02 15:15 
GeneralC++ Exception Question Pin
Michael_Petrov21-Aug-02 10:43
sussMichael_Petrov21-Aug-02 10:43 
Below is the delcaration of C++ exception class. I cannot understand what a line like this mean:
exception() throw();
Why there are two functions there (constructor and throw)???

Thanks,

Michael

++++++++++++++++++++++++++++++++++++++++++++++++++++++

exception
class exception {
public:
exception() throw();
exception(const exception& rhs) throw();
exception& operator=(const exception& rhs) throw();
virtual ~exception() throw();
virtual const char *what() const throw();
};

GeneralRe: C++ Exception Question Pin
Tomasz Sowinski21-Aug-02 10:51
Tomasz Sowinski21-Aug-02 10:51 
GeneralError during CryptAquireContext() - using wincrypt.h Pin
esapp42021-Aug-02 9:58
esapp42021-Aug-02 9:58 
GeneralRe: Error during CryptAquireContext() - using wincrypt.h Pin
Le centriste21-Aug-02 11:16
Le centriste21-Aug-02 11:16 
GeneralRe: Error during CryptAquireContext() - using wincrypt.h Pin
esapp42022-Aug-02 4:20
esapp42022-Aug-02 4:20 
GeneralRe: Error during CryptAquireContext() - using wincrypt.h Pin
Le centriste22-Aug-02 9:07
Le centriste22-Aug-02 9:07 
GeneralCDialogBar Pin
Gary Kirkham21-Aug-02 9:29
Gary Kirkham21-Aug-02 9:29 
GeneralRe: CDialogBar Pin
Ernest Laurentin21-Aug-02 9:36
Ernest Laurentin21-Aug-02 9:36 
Generalmenu newbie, please help ... Pin
includeh1021-Aug-02 8:46
includeh1021-Aug-02 8:46 
Generallooks dangerous, used no problem, need suggestion... Pin
includeh1021-Aug-02 8:42
includeh1021-Aug-02 8:42 
GeneralRe: looks dangerous, used no problem, need suggestion... Pin
Mustafa Demirhan21-Aug-02 9:22
Mustafa Demirhan21-Aug-02 9:22 
GeneralRe: looks dangerous, used no problem, need suggestion... Pin
Ernest Laurentin21-Aug-02 9:32
Ernest Laurentin21-Aug-02 9:32 
GeneralRe: looks dangerous, used no problem, need suggestion... Pin
Daniel Lohmann23-Aug-02 11:28
Daniel Lohmann23-Aug-02 11:28 
GeneralWin CE && ADO Pin
Like2Byte21-Aug-02 8:14
Like2Byte21-Aug-02 8:14 
GeneralSetModifiedFlag(); Pin
Garry White21-Aug-02 7:42
sussGarry White21-Aug-02 7:42 
GeneralRe: SetModifiedFlag(); Pin
Chris Richardson21-Aug-02 7:46
Chris Richardson21-Aug-02 7:46 
GeneralRe: SetModifiedFlag(); Pin
G. White21-Aug-02 8:25
G. White21-Aug-02 8:25 
GeneralMain window pops out Pin
Shay Harel21-Aug-02 7:18
Shay Harel21-Aug-02 7:18 

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.