Search:

Type: Posts; User: treenef

Page 1 of 16 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    16
    Views
    12,915

    Yes that's good advice.

    Yes that's good advice.
  2. Try quick sort and count the sorts?

    Try quick sort and count the sorts?
  3. use bubble sort and count the sort.

    use bubble sort and count the sort.
  4. Replies
    3
    Views
    1,051

    yes salem is right.

    yes salem is right.
  5. Thread: Goodbye, Dave.

    by treenef
    Replies
    40
    Views
    12,408

    Goodbye man. . . You have left behind a legacy ....

    Goodbye man. . . You have left behind a legacy . . . First in your family and second in your teachings.
  6. Replies
    37
    Views
    7,099

    Seems logical.

    Seems logical.
  7. Replies
    3
    Views
    1,075

    Yes, you can, but I disagree with post #2, second...

    Yes, you can, but I disagree with post #2, second part.
  8. Replies
    41
    Views
    5,154

    An important consideration if you wish to stay...

    An important consideration if you wish to stay faithful to the ELS principal is...

    'If you take your block of text to be a two dimensional array, then you have to imagine the two vertical edges of...
  9. Replies
    93
    Views
    21,785

    I don't think the risk contest would get many...

    I don't think the risk contest would get many participants.

    Much for the same reason why any chess AI contests have never really been successful. It's a bit too time consuming to create the AI,...
  10. Replies
    93
    Views
    21,785

    Only if the program uses a completely random...

    Only if the program uses a completely random method to place the tiles. If you design the scramble method to shuffle the tiles as you would on a real-life tactile board, this shouldn't be a problem.
  11. Thread: A Line

    by treenef
    Replies
    31
    Views
    3,173

    I don't know then.

    I don't know then.
  12. Thread: A Line

    by treenef
    Replies
    31
    Views
    3,173

    By not work you mean? Are you getting any...

    By not work you mean?

    Are you getting any compiler errors?
  13. Thread: A Line

    by treenef
    Replies
    31
    Views
    3,173

    No try jawib's code on its own.

    No try jawib's code on its own.
  14. Thread: A Line

    by treenef
    Replies
    31
    Views
    3,173

    Go to the menu... File>new>project>windows...

    Go to the menu...


    File>new>project>windows application>

    Type in a name for your file. Then copy and paste your code in there.
  15. Replies
    18
    Views
    4,363

    So is the webmaster going to do anything about...

    So is the webmaster going to do anything about this?
  16. Replies
    18
    Views
    4,363

    I think things are just fine the way they are. ...

    I think things are just fine the way they are.

    I personally don't like scroll bars in code tags. And as for a [cpp] or [c] syntaxer, you could just write your own.

    The only problem I have is...
  17. Replies
    11
    Views
    3,524

    I rather like this example from the FAQ ...

    I rather like this example from the FAQ


    #include <string>
    #include <iostream>
    #include <vector>
    int main(void)
    {
    std::string numbers_str =...
  18. Replies
    3
    Views
    2,093

    When you eventually get this far... ...

    When you eventually get this far...

    http://cboard.cprogramming.com/showthread.php?t=72515&highlight=calculator

    Good luck
  19. Replies
    5
    Views
    1,104

    Try using strings instead? #include...

    Try using strings instead?


    #include <cstdlib>
    #include <iostream>
    #include <string>

    using namespace std;

    int main()
  20. Replies
    3
    Views
    6,660

    There are, I'm not sure if you already knew this,...

    There are, I'm not sure if you already knew this, three possible cases.

    Two circles may intersect in two imaginary points, a single degenerate point, or two distinct points.
    ...
  21. Replies
    44
    Views
    25,428

    Where did the extra point come from? I...

    Where did the extra point come from?



    I thought you were Quzah for a moment there... ;)
  22. Replies
    6
    Views
    1,068

    Try compiling in .cpp

    Try compiling in .cpp
  23. Replies
    6
    Views
    1,068

    You might need a cin.get() as well near the...

    You might need a
    cin.get() as well near the end of main to pause the program.
  24. Replies
    6
    Views
    1,068

    might be beaten to this but here goes... ...

    might be beaten to this but here goes...


    #include <ctype.h>
    #include <iomanip>
    #include <fstream>
    #include <string>
    #include <iostream>

    using namespace std;
  25. Replies
    13
    Views
    1,442

    Where's the fun in that? We wouldn't have so much...

    Where's the fun in that? We wouldn't have so much fun nitpicking
    other people's code, saying oooh look that's not portable and other stuff ;)

    It's the little battles for supremacy which make...
Results 1 to 25 of 383
Page 1 of 16 1 2 3 4