peejake
- 69
- 0
Hey guys,
I need a little more help here with this C++ stuff. Can anyone give me some help on how to give the meaning of these declarations:
1) const int a;
2) int const a;
3) const int *a;
4) int *const a;
5) int const * a const;
Any help would be appreciated as i am new to c++ and i am still in the learning stage
Thanks
jake
I need a little more help here with this C++ stuff. Can anyone give me some help on how to give the meaning of these declarations:
1) const int a;
2) int const a;
3) const int *a;
4) int *const a;
5) int const * a const;
Any help would be appreciated as i am new to c++ and i am still in the learning stage
Thanks
jake