Search:

Type: Posts; User: grigorianvlad

Search: Search took 0.01 seconds.

  1. How would I put it inside the function? Can you...

    How would I put it inside the function? Can you paste the correct code, please? Thank you so much for your help.
  2. Added to file read block but it does not work

    Thanks for the reply, Lesshardtofind.

    I changed to trie code by adding a block that reads from a text file, but it errors out. Here is the new code:



    /* trie.cc - short and sweet data...
  3. Patricia trie - skipping redundant entries

    A question about patricia trie (two questions, actually).
    I am playing with an example of trie shown here: TRIE, a C++ approach… - Shamail's Blog .
    1) I want to test loading a lot of numbers from...
  4. Replies
    7
    Views
    4,653

    OK, rags_to_riches, that totally makes sense. You...

    OK, rags_to_riches, that totally makes sense. You know all of these sites. Which one has the most contributors (that's the one I will use)? Thanks for clearing that up.
  5. Replies
    7
    Views
    4,653

    Lesshardtofind, I am afraid your are right. I was...

    Lesshardtofind, I am afraid your are right. I was hoping for somebody to quickly fix it for me without even understanding what is does, but then there would be a next piece of code, and again, and...
  6. Replies
    7
    Views
    4,653

    Thank you all guys and girls for answering. "lol...

    Thank you all guys and girls for answering.
    "lol a pro at finding people asking the same question on a different board."
    - I confess, I did it. I was under the impression (wrongly, as it turns...
  7. Replies
    7
    Views
    4,653

    Bigint modification - please help

    I am new to C++. I want to learn working with really large values with Bigint. I downloaded the code
    from C++ BigInt class | Download C++ BigInt class software for free at SourceForge.net.
    I can...
  8. What is the best way to imlement link list of numbers?

    I am new to C++ so please go easy on the technical jargon. Have a question about linked list - or may be there is a better way to do this.
    Here is the idea and I have no idea on how to implement it....
  9. How to connect these two codes?

    I found an example of how to use vectors, but this example below uses a constraint. How do I connect the two so it stores long numbers as shown above:



    #include <cstring> // memcpy
    #include...
  10. BMJ (thank you BTW) pointed to a wikipedia...

    BMJ (thank you BTW) pointed to a wikipedia article which has this link to an online calculator: ttmath.org / Big online calculator . So, it can compute but what code do I write to generate these...
  11. What is the best source to look up these custom datatypes?

    Syscal, thank you for the reply.
    What is the best source to look up these custom vector data types? Is this the right term, first of all?
    Thanks again.
  12. Calculation results with very long numbers

    Hi. I am new to C++.
    Learning from tutorials.
    One of tutorials shows how to write a simple program that accepts a number and then calculates it to power of another user specified number. Simple...
Results 1 to 12 of 12