C++11 Member initialization

Issue #157 new
Samir Menon repo owner created an issue

Class members can be initialized to default values on the spot.

class CBobo{ double x=8080.80; };

Do this for data structures. Will get rid of a lot of bogus code.

Comments (1)

  1. Log in to comment