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,435
  • 7
  • 29
  • 45
George Irimiciuc
  • 4,573
  • 8
  • 44
  • 88

0 Answers0