CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2005
    Location
    southampton, UK
    Posts
    1,320

    Niggle: classes beginning with C

    I never prefix my classes with C, i.e. CObject, but when i wanted to create a class called ComputerVoice earlier on, visual studio decided that my source files where going to be called omputerVoice.cpp and omputerVoice.h respectively.

    Anyway round this?

    p.s. maybe it VS is so clever that it could tell that from my class names i was gonna use the microsoft speech api, and hence didn't pronounce the class properly as a joke.

  2. #2
    Join Date
    Apr 2005
    Location
    Norway
    Posts
    3,934

    Re: Niggle: classes beginning with C

    Quote Originally Posted by dave2k
    Anyway round this?
    The class wizard let you specify both class and file name.

    - petter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured