Thread: Jamsan(or anyone else)-Operation of VC++6.0

  1. #1
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663

    Jamsan(or anyone else)-Operation of VC++6.0

    1) Does VC++6.0 add the declaration of the operator= function to the .h file when you try to add it to the class using the Add Member Function wizard?

    or

    2) nope, it sure doesn't add the function to the .h file when you try?

    Your last post to this thread wasn't clear:

    http://cboard.cprogramming.com/showt...threadid=37364

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    You have to do it yourself, the wizard will not do it for you....this is what Jasman was saying.

    gg

  3. #3
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    Then I assume that would be a documented bug on MS's website. I can't find it, nor the solution for correcting it.

  4. #4
    Registered User The Dog's Avatar
    Join Date
    May 2002
    Location
    Cape Town
    Posts
    788
    You can do it in VS .NET, tho i'm not sure if I ever got it right in VS 6.

  5. #5
    Registered User
    Join Date
    Feb 2003
    Posts
    162
    hmm ya sorry...didnt work...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 5
    Last Post: 12-04-2008, 08:15 PM
  2. makefile exported by vc 6.0 doesn't work
    By wow in forum Windows Programming
    Replies: 7
    Last Post: 03-24-2006, 04:20 PM
  3. Can't compile this with VC 6.0
    By uriel2013 in forum C++ Programming
    Replies: 4
    Last Post: 05-31-2003, 07:43 PM
  4. adding a header file in VC 6.0
    By stimpyzu in forum C++ Programming
    Replies: 5
    Last Post: 10-28-2002, 02:26 AM
  5. VC 6.0 compiled error
    By alan4100 in forum Windows Programming
    Replies: 4
    Last Post: 09-17-2001, 03:10 PM