Click here to Skip to main content
15,914,163 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Visual C++ and Microcontroller Pin
Anonymous3-Apr-04 8:03
Anonymous3-Apr-04 8:03 
QuestionHow to create a Windows XP style button with an image on it? Pin
Paksas31-Mar-04 9:35
Paksas31-Mar-04 9:35 
AnswerRe: How to create a Windows XP style button with an image on it? Pin
Gary R. Wheeler31-Mar-04 16:20
Gary R. Wheeler31-Mar-04 16:20 
AnswerRe: How to create a Windows XP style button with an image on it? Pin
Gary R. Wheeler31-Mar-04 16:22
Gary R. Wheeler31-Mar-04 16:22 
GeneralDialogBox Creation Pin
monrobot1331-Mar-04 8:59
monrobot1331-Mar-04 8:59 
GeneralRe: DialogBox Creation Pin
Neville Franks31-Mar-04 9:03
Neville Franks31-Mar-04 9:03 
GeneralTemplate Specialization Pin
Yaron12631-Mar-04 8:45
Yaron12631-Mar-04 8:45 
GeneralRe: Template Specialization Pin
antlers31-Mar-04 10:51
antlers31-Mar-04 10:51 
Yes--

Just define the specialization of the function in the header file after the template definition.

Like this:

<br />
template <typename foo> class bar {<br />
public :<br />
int func1() { ... }<br />
int func2() { ... }<br />
...<br />
}<br />
<br />
// Specialization of func2 in bar for class q<br />
template<> bar<q>::func2()<br />
{<br />
...<br />
}<br />

Generaliterate through vector Pin
wadstar31-Mar-04 8:16
wadstar31-Mar-04 8:16 
GeneralMember of domain Pin
orcun colak31-Mar-04 5:57
orcun colak31-Mar-04 5:57 
GeneralRe: Member of domain Pin
David Crow31-Mar-04 8:03
David Crow31-Mar-04 8:03 
GeneralRe: Member of domain Pin
Robert M Greene31-Mar-04 15:55
Robert M Greene31-Mar-04 15:55 
GeneralTextOut() Pin
ns31-Mar-04 4:49
ns31-Mar-04 4:49 
GeneralRe: TextOut() Pin
Prakash Nadar31-Mar-04 4:54
Prakash Nadar31-Mar-04 4:54 
GeneralRe: TextOut() Pin
ns31-Mar-04 7:03
ns31-Mar-04 7:03 
GeneralRe: TextOut() Pin
grigsoft31-Mar-04 8:29
grigsoft31-Mar-04 8:29 
GeneralRe: TextOut() Pin
monrobot1331-Mar-04 8:39
monrobot1331-Mar-04 8:39 
GeneralRe: TextOut() Pin
GflPower31-Mar-04 13:27
GflPower31-Mar-04 13:27 
GeneralFinding a structures address Pin
Xen3h31-Mar-04 4:27
Xen3h31-Mar-04 4:27 
GeneralRe: Finding a structures address Pin
David Crow31-Mar-04 8:06
David Crow31-Mar-04 8:06 
GeneralRe: Finding a structures address Pin
Prakash Nadar31-Mar-04 14:44
Prakash Nadar31-Mar-04 14:44 
GeneralRe: Finding a structures address Pin
gUrM33T31-Mar-04 16:47
gUrM33T31-Mar-04 16:47 
GeneralRe: Finding a structures address Pin
John R. Shaw31-Mar-04 21:56
John R. Shaw31-Mar-04 21:56 
Questionhow to draw the background bmp for the statusbar? Pin
benben31-Mar-04 3:52
benben31-Mar-04 3:52 
AnswerRe: how to draw the background bmp for the statusbar? Pin
Alexander M.,1-Apr-04 3:44
Alexander M.,1-Apr-04 3:44 

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.