Click here to Skip to main content
15,888,984 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralAssociate the file types to application Pin
George Anescu1-Apr-02 5:56
George Anescu1-Apr-02 5:56 
GeneralRe: Associate the file types to application Pin
Joaquín M López Muñoz1-Apr-02 6:27
Joaquín M López Muñoz1-Apr-02 6:27 
GeneralRe: Associate the file types to application Pin
Gary Kirkham21-Jan-04 8:43
Gary Kirkham21-Jan-04 8:43 
GeneralmciSendString Pin
Sumudu Perera1-Apr-02 5:50
Sumudu Perera1-Apr-02 5:50 
GeneralATL functions in.h files Pin
1-Apr-02 5:28
suss1-Apr-02 5:28 
GeneralRe: ATL functions in.h files Pin
James R. Twine1-Apr-02 5:35
James R. Twine1-Apr-02 5:35 
GeneralRe: ATL functions in.h files Pin
Tim Smith1-Apr-02 6:05
Tim Smith1-Apr-02 6:05 
GeneralRe: ATL functions in.h files Pin
James R. Twine1-Apr-02 6:14
James R. Twine1-Apr-02 6:14 
Tim Smith wrote:
You can't have template functions in CPP.

   Meaning "Templated Functions"?  So I cannot declare them in a CPP file, or I cannot specialize the template in a CPP file?  I am asking because I am under the impression that specializing an STL template (like std::vector) creates templated functions (like vector::push_back), and while I do not do it personally (I use typedefs in .H files), I have seen code that specializes templates in CPP files like this:
<br />
//<br />
// In A CPP File...<br />
//<br />
std::vector< DWORD >  vecDWORDs;<br />
<br />
vecDWords.push_back( 0xFF );<br />
vecDWORDs.push_back( 0xFFFFFFFF );<br />


   Or am I misunderstanding you (or templates, for that matter)?

   Peace!

-=- James.
GeneralRe: ATL functions in.h files Pin
Tim Smith1-Apr-02 6:21
Tim Smith1-Apr-02 6:21 
GeneralRe: ATL functions in.h files Pin
James R. Twine1-Apr-02 6:30
James R. Twine1-Apr-02 6:30 
GeneralRe: ATL functions in.h files Pin
1-Apr-02 8:46
suss1-Apr-02 8:46 
GeneralRe: ATL functions in.h files Pin
Tim Smith1-Apr-02 9:01
Tim Smith1-Apr-02 9:01 
GeneralCHtmlEditCtrl in VS.NET... Pin
James R. Twine1-Apr-02 5:10
James R. Twine1-Apr-02 5:10 
GeneralRe: CHtmlEditCtrl in VS.NET... Pin
Joaquín M López Muñoz1-Apr-02 5:41
Joaquín M López Muñoz1-Apr-02 5:41 
GeneralMFC command line arguments Pin
Jerry Wang1-Apr-02 5:05
Jerry Wang1-Apr-02 5:05 
GeneralRe: MFC command line arguments Pin
Joaquín M López Muñoz1-Apr-02 5:09
Joaquín M López Muñoz1-Apr-02 5:09 
GeneralRe: MFC command line arguments Pin
James R. Twine1-Apr-02 5:13
James R. Twine1-Apr-02 5:13 
GeneralRe: MFC command line arguments Pin
Jerry Wang1-Apr-02 5:24
Jerry Wang1-Apr-02 5:24 
GeneralCTreeCtrl Pin
NC1-Apr-02 4:44
NC1-Apr-02 4:44 
GeneralRe: CTreeCtrl Pin
Ravi Bhavnani1-Apr-02 4:48
professionalRavi Bhavnani1-Apr-02 4:48 
GeneralRe: CTreeCtrl Pin
NC1-Apr-02 5:04
NC1-Apr-02 5:04 
GeneralRe: CTreeCtrl Pin
James R. Twine1-Apr-02 5:17
James R. Twine1-Apr-02 5:17 
GeneralRe: CTreeCtrl Pin
Ravi Bhavnani1-Apr-02 9:09
professionalRavi Bhavnani1-Apr-02 9:09 
GeneralRe: CTreeCtrl Pin
NC1-Apr-02 9:58
NC1-Apr-02 9:58 
GeneralRe: CTreeCtrl Pin
Ravi Bhavnani1-Apr-02 10:22
professionalRavi Bhavnani1-Apr-02 10:22 

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.