Thread: class wrapping in c++

  1. #1
    Registered User slyer4ever's Avatar
    Join Date
    Oct 2013
    Posts
    41

    class wrapping in c++

    Hi folks!
    i'm looking for a pdf o a tutorial to learn wrapping to classes in c++ otherwise hiding a class in an other class i searched on google and i found wrapping between c++ and c# and how to create a dll ...etc somethings that i didn't comprehend in short a high c++ level so please if someone can help me to learn this part of c++ i'll be thankful after that i'm going to learn heritage
    if you've a complete and simple tutorial or pdf to improve my c++ skills it will be greeeeeat
    Last edited by Salem; 12-29-2014 at 10:58 PM. Reason: font abuse

  2. #2
    Programming Wraith GReaper's Avatar
    Join Date
    Apr 2009
    Location
    Greece
    Posts
    2,738
    Building a wrapper class is a prime example of encapsulation.
    Here is a good explanation I found about C++ Wrapper Class.
    Devoted my life to programming...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. [Win32] Wrapping in_addr in a class
    By Mastadex in forum Networking/Device Communication
    Replies: 1
    Last Post: 11-18-2009, 11:10 AM
  2. help again with scrolling without wrapping
    By Dukefrukem in forum C Programming
    Replies: 8
    Last Post: 09-21-2007, 12:48 PM
  3. Wrapping a number around itself
    By cloudy in forum C++ Programming
    Replies: 2
    Last Post: 11-07-2006, 04:49 PM
  4. sprintf Wrapping, a tough one
    By AdmiralKirk in forum C++ Programming
    Replies: 3
    Last Post: 02-03-2006, 10:43 AM
  5. 'wrapping' code
    By gull in forum C++ Programming
    Replies: 4
    Last Post: 03-16-2002, 10:50 AM