Jump to content

fede_histpop

WFG Retired
  • Posts

    349
  • Joined

  • Last visited

Posts posted by fede_histpop

  1. I'm not kidding at all! ;)

    And I'm glad men did not create himself... otherwise we'd have been all dead.

    (Please note that I do believe in a God, the catholic one to be precise.)

    Anyway, bones do not "vanish" in particular conditions, such as no oxygen, which leads to no bacteria, which leads to no decomposition. :)

    (And bones are changed into dust by bacteria in shorter time of what you think; apart from particular ground compositions, bones in cemeteries tend to be "re-used" by bacteria in less than 20 years.)

    Then Lucy is very different if compared to someone who's back hurts.

    First of all, Lucy had a smaller, smaller brain, her jaw was much more "outside" the face if compared to ours, we have bigger noses.

    And evolution does not say man created himself, nor that process was of elimination. Simply, animal/vegetables who were stronger had more chances to reproduce themselves and so to keep in life through hundreds and hundreds years.

    Childs should be taught the truth? Ok, but which is exactly the truth? Who tells you that God did not create the animals before the men, and that after men changed? The Bible does not say that the first man was exactly as it is now...

    (And another thing about the truth... I suppose you studied math... well, then you're taught a very simplified math, so a very simplified truth too...)

    Anyway, I respect your opinion.

  2. :)

    Ehm.... well, evolution has been observed... if you think at the remains of animals who lived many, many, many years ago... I mean, fishes, for example, who don't live now, but lived and we know that because we have part of them, well, they have changed in time to become as they are, or?

    And men also changed... you can't say men have never changed... think at Lucy, for example, one of the oldest skeleton of human being we found... men changed too.

    And then, how couldn't both theories live together? Who says man has been created yesterday, and not the day before? I mean, evolution can come after creation. Why not?

    Bible and evolution do not contradict.

  3. Well, also in AoK multiple villies lived in a single house...

    Romans had the insulae, but only the plebeans lived in those multi-familiar houses. And another thing: if those new buildings would give the players the chance to train 10 units instead of five, don't you think that wouldn't be very good, for we'll have a not so big pop limit?

    Anyway, the idea is interesting. ;)

    If you have more suggestions, post them! Suggestions are always useful. :)

  4. I started studying C at the university this week...

    I wanted to have a code who sums all the numbers between 0 and a given number "a".

    The following is the program (it's a test, not sure it works properly):

    #include

    int main (void)

    {

    int c=0,n;

    double r;

    printf ("\nInsert a natural number n < 32767 ... ");

    scanf ("%d",&n);

    while ((n+1)<1) {

    printf ("\nI said it has to be NATURAL and < than 32767!!");

    printf ("\nInsert a natural number n < 32767 ... ");

    scanf ("%d",&n);

    }

    r=0;

    while (c<=n) {

    r=r+c;

    c++;

    }

    printf ("The sum of all the numbers between 0 and %d is %d\n",n,r);

    return 0;

    }

    When I try to compile it, it gives the following error message:

    line 18: wrong # args in function call

    'printf ("The sum of all the numbers between 0 and %d is %d\n",n,r);'

    aborting compile

    Anyone has an idea of how I should correct it?

  5. Hmmm... it looks very nice, but a lot improveable.

    And we see just battle- and lightscreenies, so still we don't know its potential.

    Battles are not all, in a RTS...

    Let's wait till we know something about the "S" of RTS, to fear it. :)

    And it doesn't seem to have a Map Editor...

×
×
  • Create New...