How to access struct member from class constructorThanks guys. Now I start loving c++. So much flexibility :D
How to access struct member from class constructorI put "struct SS;" in my header file like you say. And this should automatically include it in my "P...
How to access struct member from class constructorHey guys, I am trying to pass a struct from main function to a class constructor and want to access ...