Search:

Type: Posts; User: savageag

Search: Search took 0.00 seconds.

  1. Thread: C++ Books

    by savageag
    Replies
    19
    Views
    2,569

    From another person learning

    I am also trying to teach myself C++, here are some things that I have learned.

    First, nothing will make people on bulletin boards more upset than someone posting questions which have been...
  2. Replies
    1
    Views
    2,152

    Simple class problem

    I am pretty new to C++ and I am trying to write a BlackJack program to help me learn how to implement classes. So far I only have a Deck class and I am having trouble making it set up the deck and...
  3. Replies
    62
    Views
    6,528

    Will you ever know the answer?

    laasunde,

    Will you ever know the answer to the problem you outlined?

    Is that something you were doing in school? If so, will the professor give the elegant answer?

    Did you use the code...
  4. Replies
    62
    Views
    6,528

    Thoughts

    I wish that my alegbra skills were better. I have not used those skills for almost 20 years, so they are rusty.

    There is a set of formula's (Heron's forumula's) which are good for this problem. ...
  5. Replies
    62
    Views
    6,528

    Great job anonytmouse. I am almost certain...

    Great job anonytmouse.

    I am almost certain that there is only 1 solution to each set of parameters.

    I think there is an elegant solution to the problem.

    Sure is nice to have computers when...
  6. Replies
    62
    Views
    6,528

    my (1,3) answer

    My theory came close and I figured I was off by rounding. I checked the answer by plugging in the info and (1,3) seemed correct.

    Wish there was a better story. This darn problem is keeping me up...
  7. Replies
    62
    Views
    6,528

    More one subject

    After much more work, I am more confused instead of less confused. I was feeling pretty smart myself, now I mostly just feel dumb now.

    I still think that my (1,3) answer is correct, but cannot...
  8. Replies
    62
    Views
    6,528

    Distance from point (1,3) to (0,0) is sq. root of...

    Distance from point (1,3) to (0,0) is sq. root of 10 (3.162).

    Distance from point (1,3) to (0,10) is sq. root of 50 (7.0710)

    time difference is 3.908


    Distance from point (1,3) to (10,10)...
  9. Replies
    62
    Views
    6,528

    Answer

    The answer is (1,3).

    I am sorry, but I do not have time to write out the solution right now. I will try to get around to it soon.

    I did it using the method I described in detail.

    Find two...
  10. Replies
    62
    Views
    6,528

    Sure

    The exact example you gave was actually very easy. If dr2 did not equal dr3 it would be much more difficult.

    Since dr2 == dr3 we know that the solution must lie along a line which runs from 1 ->...
  11. Replies
    62
    Views
    6,528

    Or

    If you wanted x = 2.82.
  12. Replies
    62
    Views
    6,528

    Answer?

    (2,2)
  13. Replies
    62
    Views
    6,528

    I will try to explain again

    I think my earlier explanation was correct. Either it was not correct, or I did not explain it well enough. I did not write out the math, I figured you only needed help with the concept.


    You...
  14. Replies
    62
    Views
    6,528

    I will try to explain again

    I think my earlier explanation was correct. Either it was not correct, or I did not explain it well enough. I did not write out the math, I figured you only needed help with the concept.


    You...
  15. Replies
    62
    Views
    6,528

    more

    Correct XSquared. I was too tired to see that.

    Knowing the time differential between any of the two nodes should give you a unique line which the solution would have to lie on. Do it with either...
  16. Replies
    62
    Views
    6,528

    A guess

    I think you should be able to figure it out by looking at the difference between the times on opposite corners.

    If you number the recievers in a clockwise direction then take the time difference...
  17. Replies
    0
    Views
    1,658

    EzWindows and Borland 5.5 free compiler

    I am new to C++ and learning from a book with uses EzWindows. I am having trouble compiling the programs which use EzWindows. I need to link a file "ezwinbc502.lib" in with my .cpp file and I am...
Results 1 to 17 of 17