0
class X {
  public:
    X(int ii = 0) : i(ii) { 
     j = i; // j can't be accessed by non-static methods
}

What does : i(ii) mean? More exactly, the two dots.

Rakib
  • 7,215
  • 6
  • 27
  • 44
George Irimiciuc
  • 4,355
  • 5
  • 40
  • 84

0 Answers0