Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6950887
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T14:08:56+00:00 2026-05-27T14:08:56+00:00

How bad at programming am I? Am I a horrible person for this? //templates.cpp

  • 0

How bad at programming am I? Am I a horrible person for this?

//templates.cpp
template <typename TYPE> void some_func(int arg1, ...)
{
  //do stuff
}

Then:

//templates.h
#ifndef TEMPLATES_H_INCLUDED
#define TEMPLATES_H_INCLUDED

#include "templates.cpp"
template <typename TYPE> void some_func(int arg1, ...);

#endif

Finally:

//main.cpp
#include "templates.h"

int main ...
some_func<int>(5);
std::fprintf(stderr, "ZOMG IT WORKT!\n!\n!\n!");

It works fine for me. It seems to solve the endless question a lot of us n00bs have about how to correctly separate .cpp and .h files for templates and then include them without compiler errors.

The line #include "templates.cpp" in the templates.h file is basically equivalent to including your declarations and source code all in one file. But this method nicely separates them, which is what we all seem to be looking for.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T14:08:56+00:00Added an answer on May 27, 2026 at 2:08 pm
    1. Usually the file with the template implementation is given a different extension. For example boost uses .ipp, others may use .inl.
    2. This is not what we really want. What we do want is to separately compile templates’ implementation to reduce compile time dependencies.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is this bad programming ? DateTime dtExpire = DateTime.Now.AddSeconds(90); while (client.Connected && DateTime.Now <
I understand that this is bad programming practice and redundant coding but I am
I am programming my first iPhone app (which crashes with an EXC BAD ACCESS
It's generally accepted that copy and paste programming is a bad idea, but what
Is it always a bad programming technique to leave a catch block empty when
I've gone rounds with this ever since I started programming classic ASP 12 (or
Is it a bad programming principle to pass arg to a function which isn't
I appreciate jslint telling me about my bad programming practices. How can I get
Possible Duplicate: [PHP] global in functions Is it bad programming (PHP) practice to access
Is it a bad programming practice to have try/catch blocks inside constructors? Or does

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.