declarationsneed

  1. A

    C++ newbie: advantage of using const in function declarations--need help...

    ...understanding this example? Hi all: I would be very grateful if someone could help me understand an example of using "const" in a function declaration. In general I understand that const should be used in a function declaration to alert people that the function can deal with constant...
Back
Top