Top "Member" questions

A member is an element of an object in the object-oriented programming paradigm.

C++: syntax for accessing member struct from pointer to class

I'm trying to access a member structs variables, but I can't seem to get the syntax right. The two compile …

c++ struct member
LDAP group membership (including Domain Users)

How can I get a list of users within an LDAP group, even if that group happens to be the …

active-directory ldap member adsi ldap-query
What is a nonstatic member function?

I am being told that I can't use the 'this' keyword in a class function. I'm coming from c# and …

c++ methods member non-static
Why do I get "warning: missing initializer for member"? [-Wmissing-field-initializers]

I'm wondering why I am getting a warning about initialization in one case, but not the other. The code is …

c++11 gcc initialization compiler-warnings member
Error: member names cannot be the same as their enclosing type

I am new to C#, I am learning it and it is just a dummy test program. I am getting …

c# class member names
Class members that are objects - Pointers or not? C++

If I create a class MyClass and it has some private member say MyOtherClass, is it better to make MyOtherClass …

c++ memory pointers class-design member
What's the difference between the square bracket and dot notations in Python?

I come from a Javascript background (where properties can be accessed through both . and [] notation), so please forgive me, but …

python object collections attributes member
Cognos 10.1 - Filtering a data Item or member - Report Studio

I need apply a filter over a data item created or existing member. For example, I want filter the 'CA' …

member cognos
what is a member vs. a property

A friend who is new to OO programming asked me the difference between a Member and Property, and I was …

oop properties member
C++ member variable aliases?

I'm pretty sure this is possible, because I'm pretty sure I've seen it done. I think it is awesome, but …

c++ struct variables alias member