Search:

Type: Posts; User: new_ink2001

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,656

    Hello again every one, I think I was being a...

    Hello again every one,

    I think I was being a little too careful there about line 103. If k = tmp->u*ARBITRARYMATH_ALLOCATION_UNIT - 1

    Then h + k + 1 is tmp->u*ARBITRARYMATH_ALLOCATION_UNIT +...
  2. Replies
    6
    Views
    1,656

    It looks like line 94 is missing a modulus by ten...

    It looks like line 94 is missing a modulus by ten too.
  3. Replies
    6
    Views
    1,656

    I guess I missed something there about line...

    I guess I missed something there about line 120...when tmp is still a zero. Thank you for the tip Salem.
  4. Replies
    6
    Views
    1,656

    According to dc's output I'm off a little less...

    According to dc's output I'm off a little less than a hundred digits. It should be 9543 digits long. Back to the drawing board...
  5. Replies
    6
    Views
    1,656

    Thank you. I hadn't caught dc yet. I was still...

    Thank you. I hadn't caught dc yet. I was still using bc.
  6. Replies
    6
    Views
    1,656

    Algorithm Inquiry

    Hello again everyone,

    I have been promising myself that I would do some work on a library for large numbers since college. I read about them in a textbook by Binstock and Rex, but I didn't like...
  7. Yes, it should...talk about copies lying around,...

    Yes, it should...talk about copies lying around, gee whiz. I overlooked that while I was tinkering with the documentation.



    I declared the standard namespace in all of the the headers/driver...
  8. From a failed contract: simple C++ program.

    Hello again everyone, and thank you for your time. I was examining prospects on ELance the other day, and I found one that looked like a good chance to practice some C++ with the standard template...
  9. Replies
    7
    Views
    1,558

    Bananorama, Do you have a copy of Dijkstra's...

    Bananorama,

    Do you have a copy of Dijkstra's algorithm? It should lead the implementation rather well. Have you got a list data structure handy for implementing the adjacency lists? Have you...
  10. Mammoth, I think you meant to open the file...

    Mammoth,

    I think you meant to open the file for read/write access...r+b. Here is an issue according to the man pages for fopen FOPEN:



    ...
    bf = fopen("records.dat", "rb");
    ...
  11. Replies
    31
    Views
    8,097

    Absolutely Mike, check it out: The first...

    Absolutely Mike, check it out:

    The first branch of the original conditional executes when num_neighbors is:



    =-------O
    <-------------|-----|---|---|------>
    ...
  12. Replies
    31
    Views
    8,097

    paranoidgnu, I think Mike got a good one. I...

    paranoidgnu,

    I think Mike got a good one. I haven't personally gone over your code yet, but...



    Suspicious is an understatement. The number line draws that the Algebra teacher has one do...
  13. dm14v07, 1 #include ...

    dm14v07,



    1 #include<stdio.h>
    2 #include<stdlib.h>
    3 #include<string.h>
    4 #include<glob.h>
    5
    6 int main( void )
  14. Thread: Advice...

    by new_ink2001
    Replies
    9
    Views
    1,578

    CommonTater, The best advice that I received...

    CommonTater,

    The best advice that I received about programming in C came from a professor who would call a program "wrong" if it were poorly formatted or difficult to read, in conjunction with...
  15. Replies
    4
    Views
    2,568

    Arnell22, This is what I started for a...

    Arnell22,

    This is what I started for a walk-through: Initially sum1 and sum2 are zero, divisor and divisor1 are one. Suppose that answer is read in as a valid candidate (not necessarily a member...
  16. Replies
    4
    Views
    2,568

    Arnell22, What does your walk through look like?...

    Arnell22, What does your walk through look like?

    Best Regards,
  17. Replies
    16
    Views
    26,405

    I've also heard dot product called an inner...

    I've also heard dot product called an inner product too, I mean as opposed to a cross product. These were part of a complete college algebra, of course sometimes the conic section is so overwhelming...
  18. Replies
    7
    Views
    3,517

    arnell22, Isn't this a re-post of the Equation...

    arnell22,

    Isn't this a re-post of the Equation Wrong thread: http://cboard.cprogramming.com/cplusplus-programming/137091-equation-wrong.html? It looked like it ran in that thread.... Abstracting...
  19. Replies
    3
    Views
    2,091

    mdennis10, 5, 7, 8 and 9 already have answers....

    mdennis10,

    5, 7, 8 and 9 already have answers. Are you asking if they are correct? Do you have any responses for the remaining questions that you would like to discuss?

    Best Regards,
  20. Replies
    1
    Views
    1,349

    Thegame16, I briefly looked through the board...

    Thegame16,

    I briefly looked through the board and found this discussion: http://cboard.cprogramming.com/cplusplus-programming/49717-variable-type-conversion.html. It pertains directly to your...
  21. Replies
    7
    Views
    22,102

    Mayuri_608, I opened the free copy Visual C++...

    Mayuri_608,

    I opened the free copy Visual C++ that Microsoft allowed me to download as part of their Express line of products. Then I went to the help menu, and I selected the Microsoft Developer...
  22. Replies
    4
    Views
    2,568

    Arnell22, I recall discussing this topic in...

    Arnell22,

    I recall discussing this topic in abstract algebra class, it was a class composed of myself and one other person. She was working on the education program, and I was a very interested...
  23. Replies
    11
    Views
    3,858

    ShiroAzure, Your test on fReader.good(), on...

    ShiroAzure,

    Your test on fReader.good(), on line 3, returns true after the stream has reached the end of the file. It isn't necessarily an error to have reached the end of file, but it is...
  24. Spaceballs is a great movie to this day.... And...

    Spaceballs is a great movie to this day.... And Sellahremy, the policies are rather clear about homework.... I am left with a question though, is that a read the manual or a search the web kind of...
  25. Replies
    3
    Views
    3,069

    Manasij, Paul S. Wang mentioned another...

    Manasij,

    Paul S. Wang mentioned another facility in his Introduction to ANSI C on UNIX (ISBN: 0-534-14232-X) there about page 370.
    >> A pipe is a direct (in memory) I/O channel between processes....
Results 1 to 25 of 108
Page 1 of 5 1 2 3 4