Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. templates question

templates question

Scheduled Pinned Locked Moved C / C++ / MFC
questionwpfhelp
2 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    zildjohn01
    wrote on last edited by
    #1

    hi, i have a question about interfaces and templates: is it possible to have a function template inside a interface? see code: __interface ITest { template void TestFunc(T& data, int size); // ... } is there an alternate method? i get a compiler error on this code. i am just getting started with templates

    Z 1 Reply Last reply
    0
    • Z zildjohn01

      hi, i have a question about interfaces and templates: is it possible to have a function template inside a interface? see code: __interface ITest { template void TestFunc(T& data, int size); // ... } is there an alternate method? i get a compiler error on this code. i am just getting started with templates

      Z Offline
      Z Offline
      zildjohn01
      wrote on last edited by
      #2

      oops, sorry the formatter messed up my template<> brakets. anyway i think i figured it out -- abstract classes are basically the same as interfaces, so use it: template class ITest { void TestFunc(T& data, int size); // ... };

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups