CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: gberg927

Search: Search took 0.05 seconds.

  1. Replies
    5
    Views
    6,312

    Re: Excel Add-In Require Files

    I am not sure how to actually copy the files to the user's computer. I want them to be in the project, so when an installation exe is created, they are included as well. But I want them to be moved...
  2. Replies
    5
    Views
    6,312

    Re: Excel Add-In Require Files

    Hey,

    I just used the C drive as an example. I need it to the main drive.

    When you make an excel add-in, you can publish the add-in and it will create an installation exe.

    Pretty much, I...
  3. Replies
    5
    Views
    6,312

    Excel Add-In Require Files

    I am trying to make an Excel add-in. To make this add-in work, I need certain files to be in a certain directly in the C drive. I was wondering how I can put these files into that directly when I...
  4. Replies
    2
    Views
    5,176

    Intersection of 2 Polynomials

    I have a problem where I want to find where 2 1 dimension polynomials intersect.

    Any ideas on a good algorithm to perform this task?

    Thanks,
  5. Replies
    9
    Views
    8,466

    Re: RSA Encryption

    Unfortunatly this isn't a C++ course. It is a network security class so my knowledge of C++ does not matter. My group members believed programming in C++ would be a good idea. I have gotten that Big...
  6. Replies
    9
    Views
    8,466

    Re: RSA Encryption

    Yeah, I have already asked my teacher if we can do a "mini RSA" project. She said that she would consider our project weaker even though some kids in my class projects are jokes. She said it is fine...
  7. Replies
    9
    Views
    8,466

    Re: RSA Encryption

    This is for a class project so yeah, I'm stuck doing it.

    I am having issues with the bigint class. I'm not 100% how to set it up and then how to declare a variable as a BigInt.

    Thanks,
    Dennis
  8. Replies
    9
    Views
    8,466

    RSA Encryption

    I am not very comfortable with using C++ but am very familiar with Java. I am trying to construct an RSA encryption. The issue I am running into is when numbers get large. I am currently using...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured