¡@

Home 

c++ Programming Glossary: robot

C++ Initializing Non-Static Member Array

http://stackoverflow.com/questions/5643923/c-initializing-non-static-member-array

I want to make all of these arrays private members of the Robot class defined below. However the C compiler does not let me.. let me initialize data members when I declare them. class Robot private int posLShd 5 int posLArm 5 int posRShd 5 int posRArm.. posRShd 5 int posRArm 5 int posNeck 5 int posHead 5 public Robot ~Robot Robot Robot initialize arrays I want to initialize the..