Search:

Type: Posts; User: hudsonf88

Search: Search took 0.00 seconds.

  1. Replies
    11
    Views
    1,542

    @brewbuck I understand your point of view...

    @brewbuck

    I understand your point of view perfectly. Alias, I was criticized in a way not so good by give a suggestion about a heuristic of artificial intelligence that is teached in university...
  2. Replies
    11
    Views
    1,542

    I want not to close my account because of that;...

    I want not to close my account because of that; unlike, I like *C programming* very much. But I am not using the board frequently. Besides this, I am brazilian and speak Portuguese (English writing...
  3. Replies
    11
    Views
    1,542

    I'm sorry, laserlight. I thought you were being...

    I'm sorry, laserlight. I thought you were being sarcastic with him (or her, I don't know), like another people.

    Anyway, and sincerely, thanks by your attention!
    :-D
  4. Replies
    11
    Views
    1,542

    Please, remove my account (I don't know how to do...

    Please, remove my account (I don't know how to do it).

    Thanks a lot!
  5. Replies
    4
    Views
    1,063

    Exactly! There are several forms to do it, but...

    Exactly! There are several forms to do it, but you can use something like:



    if (age < 10)
    cout << "Age lesser than 10\n";
    else
    cout << "Age bigger than or equal to 10\n";
  6. Replies
    6
    Views
    1,193

    You usually always so friendly? Edit: "Be...

    You usually always so friendly?

    Edit:

    "Be polite, especially if you want someone to help you. Keep in mind that being helpful does not give license to be rude."

    <...
  7. Replies
    6
    Views
    1,193

    In general, search for heuristics in artificial...

    In general, search for heuristics in artificial inteligence, considering your problem being combinatorial.

    You can search about genetic algorithms, neural networking, ant colony optimization,...
  8. Replies
    30
    Views
    3,411

    I agree with the coding style of K&R. It states...

    I agree with the coding style of K&R. It states to use an open curly brace of a function in a new line, and in other cases, open it in the same line of the given block.

    Example:



    void...
Results 1 to 8 of 8