yakra / DataProcessing

Data Processing Scripts and Programs for Travel Mapping Project
0 stars 0 forks source link

static variable definitions #119

Open yakra opened 4 years ago

yakra commented 4 years ago

Static variables can be defined within a class definition; doesn't have to be later.

yakra commented 4 years ago

Arguments can be cleaned up

yakra commented 4 years ago

Apparently I can only do this with integral types? OK...

yakra commented 4 years ago
yakra commented 2 years ago

WRT the above comment and finding other variables in main or wherever to put in a class, those can be done as I notice them. No need to go searching.

WRT the OP, seems only const values work (search "Constant static members").

All items specifically mentioned are addressed, or no-build. Only other thing that matches the OP might be...