Search:

Type: Posts; User: mgcpovoleri

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    2,438

    Oh... sorry. Stupid question :x

    Oh... sorry. Stupid question :x
  2. Replies
    6
    Views
    2,438

    Hm... I started to learn a few days ago... I'm...

    Hm... I started to learn a few days ago... I'm getting better :)
    But... explain me one thing. If the variable 'i' in a for loop is equal, for example, 10, and I put a continue keyword, it returns to...
  3. Replies
    6
    Views
    2,438

    why not? can you explain?

    why not? can you explain?
  4. Replies
    6
    Views
    2,438

    Prime Factors

    Exercise: Design a program that finds all numbers from 1 to 1000 whose prime factors, when added together, sum up to a prime number (for example, 12 has prime factors of 2, 2, and 3, which sum to 7,...
  5. Let's ask again: I've a string with value "1",...

    Let's ask again: I've a string with value "1", and I've a integer with value '2'. How I add 1 + 2 and get the number 3?
  6. No .-.

    No .-.
  7. Hm... it worked. And if i want to add 1 to this...

    Hm... it worked. And if i want to add 1 to this number?
  8. Taking a number in the middle of an integer

    Can anyone help me? I'm trying to do this:


    cin >> integerNumber

    Let's suppose the user entered '2012'. So, I want to output the third number in this int, in this case, the '1'. How I do that?...
Results 1 to 8 of 9