Search:

Type: Posts; User: kompileraren12

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    4,386

    Thanks guys, all of you! I think for now its...

    Thanks guys, all of you!
    I think for now its enough for me to know that the difference is that const make the integer nonchangeable.
    By the way guys! any tips how or where to find good and easy...
  2. Replies
    2
    Views
    884

    excercises

    Would be nice with some exercises in programming c++, any tips about webpages ?
  3. Replies
    4
    Views
    4,386

    Const vs int

    Hi guys! Do not really understand the difference between the two following way of declarations:

    int x=2;

    const int x=2;

    I can figure out that the second one should be a constant and the...
  4. Replies
    7
    Views
    925

    Still curious! Does the character & in front of...

    Still curious! Does the character & in front of int, i.e. int& makes the variable availabe everywhere in the file its defined/declared?

    And what if I in the main function make following...
  5. Replies
    7
    Views
    925

    Thank you very much both of you for the help!

    Thank you very much both of you for the help!
  6. Replies
    7
    Views
    925

    Hi, Thanks alot for the help, but Im still...

    Hi, Thanks alot for the help, but Im still curious: would it still work if I leave also the reading part inside the function SumTo()?
  7. Replies
    7
    Views
    925

    Function call

    Hi guys, would appreciate your help since Im beginner everything in this fantastic language seems wired for me. I got the follwing codes:

    1.

    //The function SumTo() takes an integer and prints...
Results 1 to 7 of 7