Thread: Creating an Code-template in Visual C++

  1. #1
    Registered User
    Join Date
    Jun 2002
    Posts
    1

    Question Creating an Code-template in Visual C++

    Hi fellow programmers,

    Does someone know how to create an code-template in Visual C++ v6.0?

    For eample:
    I want to be able to start a new project and then just click on my template, then i don't have to type the whole code again, like when programming a window-application then i do not have to type in the whole basic-code to initialize the window-code i.e. creating the class, openeing the class structure, creating the window and the event handler.

    What i want is:
    Just click on new project and then click on like: Window_Base_Code

    Please help me!!!

  2. #2
    Registered User
    Join Date
    Jun 2002
    Posts
    17
    Although, I've no clue how to do that.. it sounds like a great idea... especially for us lazy programmers (aren't we all?)
    OS: Windows ME, Windows XP Pro
    Development Environment: MS VC++ 6.0 (SP3)
    Current Projects:
    none

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  2. Can you compile the following template function code?
    By George2 in forum C++ Programming
    Replies: 8
    Last Post: 03-06-2008, 08:16 PM
  3. We Got _DEBUG Errors
    By Tonto in forum Windows Programming
    Replies: 5
    Last Post: 12-22-2006, 05:45 PM
  4. error: template with C linkage
    By michaels-r in forum C++ Programming
    Replies: 3
    Last Post: 05-17-2006, 08:11 AM
  5. Errors with including winsock 2 lib
    By gamingdl'er in forum C++ Programming
    Replies: 3
    Last Post: 12-05-2005, 08:13 PM