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

Search:

Type: Posts; User: Dano1066

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    1,034

    RSA algorith isnt producing correct answer

    i have a simple project to encrypt an integer using rsa encryption. i enter the values for p, e ,n and it comes back with 1047 which is the wrong answer it should be 1069. p = 44, e = 49, n=1517

    ...
  2. Replies
    9
    Views
    1,811

    PHP Re: Batteships Game

    well how to i do it so that i only need the 1 function? there are 100 buttons how do i make them all submit something different without needing code for each 1?
  3. Replies
    9
    Views
    1,811

    PHP Re: Batteships Game

    my plan was at first to do what ye say i was using the onclick feature of each button which had a unique id using the for loop counter so when you click it it would send the location of the button...
  4. Replies
    9
    Views
    1,811

    PHP Re: Batteships Game

    no it has to use a database because it needs to be a 2 player game played over the internet. ive no idea how im gonna do it but i need to get over this problem before i can move onto the next 1
  5. Replies
    9
    Views
    1,811

    PHP Batteships Game

    im trying to make a game of battleships and im currently stuck trying to get a way to be able to take a shot.
    so far there is a table on the database and it will contain all 0's i will then query...
  6. Re: How to add items to a specific index in a listbox

    thing submitted before i was finished and i cant find the edit post button. but to continue ...until it gets to a point where either its at the end of the list making the current number to add the...
  7. How to add items to a specific index in a listbox

    i want to fill the listbox so that when ive added everything the data is in order.


    int index = 0;
    if (priority < PriorityList.SelectedItem)
    {
    ...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured