CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 18

Threaded View

  1. #13
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,637

    Re: Standard C++98 Banking System example with OOPS

    Quote Originally Posted by P_N_Data_System View Post
    Hello friends, I tried to create code now i have dynamic cast problem in this code kindly help me.

    1. Check for dynamic cast problem
    2. If your find any coding style problem please tell me because i am very new in C++ programming.
    3. My goal for this program is showing power of OOPs and STL
    Which line gives the error?

    You should read up on virtual functions and only override the functions you that have different behavior in the derived class than the base class.
    Last edited by GCDEF; January 19th, 2016 at 01:37 PM.

Tags for this Thread

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