Thread: member fx and member variables

  1. #1
    Registered User mouse163's Avatar
    Join Date
    Dec 2002
    Posts
    49

    member fx and member variables

    can someone give me an exaple of each with a class
    of anything
    muuuuch appreciated
    m163

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    What is a "member fx?"

    [code]
    class X
    {
    public:
    ADT GetIt() const;
    private:
    ADT m_It;
    };
    [code]

    Kuphryn

  3. #3
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398
    1- See tutorials here: cprogramming.com/tutorial.html

    2- Get a book! "Teach Yourself C++ in 21 Days" by Jesse Liberty is a good book to start with. Or, see here: cprogramming.com/books.html

    3- Or, take a class.

    This shtuff can get far too complicated to learn without some sort of structured approach!

    [EDIT]
    The reason I think you don't have a book, is that this question is very fundamental to C++ and object oriented programming. It's not the first thing you would learn if you took a beginning C++ class, but it is the first thing you would learn if you were "stepping-up" from C to C++.
    Last edited by DougDbug; 02-14-2003 at 07:52 PM.

  4. #4
    Registered User mouse163's Avatar
    Join Date
    Dec 2002
    Posts
    49
    1. I am taking (my 2nd C++) class...."Intro to OOP"
    (MY first class never got to Classes)
    2. I do have a book (Deitel) and TONS of tutorials and print outs.
    3. MY instructor (i assume) expects us to learn this on our own, which is what I am trying to do...
    I have written a program using a struct...
    now need to convert it to a Class using member functions and member variables.
    He didn't go over ANY syntax in class...he gives handouts of theory. (Guess he expects the syntax to come naturally)
    4. Sorry but I am pretty frustrated. I am so trying to get it..was just wondering if there is any tutorial out there specific to the set us and use of member functions and variables that I haven't seen-
    cause I have learned more at this forum than in the classroom for certain.
    thanks
    you can take a look - it's a mess i think
    http://micheles-myocardium.com/c++/33.txt

Popular pages Recent additions subscribe to a feed