View Single Post
  #1  
Old 03-23-2011, 01:08 PM
C++ C++ is offline
Senior Member
 
Join Date: Jun 2009
Posts: 18,248
Default Redefining a function

Hi all, I am creating an application that includes and calls upon someone else's code. I need to slightly change the functionality of a constructor in their code but the class I need to change is buried away very deep. I considered inheriting from the class so I could change the constructor but...
__________________
C++
domain name forum
Reply With Quote