Thread: C++ Classes

  1. #1
    Registered User
    Join Date
    Mar 2005
    Posts
    9

    Unhappy C++ Classes

    Need assistance with C++ classes. I am using the XercesC++ classes/directories. I created a new class within one of the XercesC++ parser directories (PPARSE). I tried to delete my new class when I did not need it any more. I deleted all the files associated with the new class. However, when I open the pparse project now, I get a fatal error because all the files were deleted except for the .cpp class, which is not visible and I can not locate it. Does anyone have knowledge concerning deleting classes properly within Visual C++ environment?

    Thanks

  2. #2
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    Does anyone have knowledge concerning deleting classes properly within Visual C++ environment?
    In VC6, to delete a class you would just highlight it and hit delete on your keyboard. If you are talking about deleting a file, I've found that VC6 does not let you do that. To permanently delete a file, you have to minimize VC6 and navigate to where the file is located on your computer, and delete it there.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Can you Initialize all classes once with New?
    By peacerosetx in forum C++ Programming
    Replies: 12
    Last Post: 07-02-2008, 10:47 AM
  2. Multiple Inheritance - Size of Classes?
    By Zeusbwr in forum C++ Programming
    Replies: 10
    Last Post: 11-26-2004, 09:04 AM
  3. im extreamly new help
    By rigo305 in forum C++ Programming
    Replies: 27
    Last Post: 04-23-2004, 11:22 PM
  4. Exporting VC++ classes for use with VB
    By Helix in forum Windows Programming
    Replies: 2
    Last Post: 12-29-2003, 05:38 PM
  5. include question
    By Wanted420 in forum C++ Programming
    Replies: 8
    Last Post: 10-17-2003, 03:49 AM