August 30th, 2011 02:35 PM
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...
August 30th, 2011 02:02 PM
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...
August 30th, 2011 01:37 PM
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...
April 16th, 2011 11:46 AM
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,
April 28th, 2010 06:27 PM
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...
April 28th, 2010 12:29 PM
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...
April 28th, 2010 11:46 AM
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
April 28th, 2010 09:39 AM
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...