int const&

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • George3

    #1

    int const&


    Hello everyone,


    We always write const int other than int const, are they the same?

    Example,


    Code:
    --------------------

    int const & x = 10;

    const int& y = 10;

    --------------------



    thanks in advance,
    George



    --
    George3
    ------------------------------------------------------------------------
    Posted via http://www.codecomments.com
    ------------------------------------------------------------------------

Working...