Search:

Type: Posts; User: gL_nEwB

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    2,669

    RSA Encryption Algorithm help

    does anyone know how i would encrypt a message using the RSA algorithm.. and them successfully decrypt it to where it is the same message??

    For example... i want to send Bob an encrypted...
  2. Replies
    10
    Views
    2,202

    lol comon guys... does no one want to lend me...

    lol comon guys... does no one want to lend me their expertiece?(sp)
  3. Replies
    10
    Views
    2,202

    bump

    bump
  4. Replies
    10
    Views
    2,202

    lol dang ... well the project asks for "Algebra...

    lol dang ... well the project asks for "Algebra 2" or above... but I look at it like this... the difficulty in any job is not just the math but how is it applied that would be of more difficulty...
  5. Replies
    10
    Views
    2,202

    lol thanks for that article.. but the difficult...

    lol thanks for that article.. but the difficult thing about this project is that it is not a research project... i am suppose to interview someone that uses an advanced math in their careers
  6. Replies
    10
    Views
    2,202

    thanks guys for your comments.... I'm sorry for...

    thanks guys for your comments.... I'm sorry for me being too broad lol... im tryin relate this project to computational math as much as possible because I will be majoring in Computer Science in...
  7. Replies
    10
    Views
    2,202

    Looking for people with programming careers

    Hello everyone. I was wondering if there was anyone that could help me do a Pre-Calculus project. The task is to find someone that uses a "higher level math" in their career. So, I was thinking maybe...
  8. Replies
    2
    Views
    6,439

    Tic-Tac-Toe Game Tree

    Ok. I've come off about a 2 month break from programming all together, and I'm going to try at making an effective Tic-Tac-Toe game first with just 2 players, then later on to AI using the minimax...
  9. Replies
    24
    Views
    2,709

    so really the compiler distinguishes the macro...

    so really the compiler distinguishes the macro definition as an integer anyway... decimal would be good for a menu_id?

    #define MENU1 101
    #define MENU2 102
    #define MENU3 103

    or is it just as...
  10. Replies
    24
    Views
    2,709

    #define format...

    when people do...

    #define MENUITEM1 0x0401

    this is really an integer right?
    so why don't people just do...

    #define MENUITEM1 101
  11. ewwww... lol GLAUX functions... I'd learn glut...

    ewwww... lol GLAUX functions... I'd learn glut instead... but even glut is kinda being outdated...

    and where in your code are you using any functions from math.h?
  12. Replies
    22
    Views
    4,614

    isn't the stack size determined by the amount of...

    isn't the stack size determined by the amount of RAM and virtual memory of the computer?

    How C Programming Works

    btw...thanks for the link citizen...way better understand with memory... and...
  13. Replies
    22
    Views
    4,614

    ahhh i see...and ive looked up a defintion... and...

    ahhh i see...and ive looked up a defintion... and they are synonymes right?

    Stack: Static;
    Heap: Dynamic;

    And somethin about like the stack has variable addresses right?
    And I don't know...
  14. Replies
    22
    Views
    4,614

    ahhhh i get ya now... so its like the OS has a...

    ahhhh i get ya now... so its like the OS has a memory map sorda... and so does the program itself.... but the OS places the program somewhere on it's map...so the program's map is unaffected...just...
  15. Replies
    22
    Views
    4,614

    oook... i just figured that because if you use an...

    oook... i just figured that because if you use an address-of operator of an integer to cout, it sends a hexidecimal value...i guess i just got confused with that...soo that could just be an integer...
  16. Replies
    22
    Views
    4,614

    Confused about Memory

    ok .. I am confused when it comes to memory ...

    Say, when someone stores a file ID at a certain location in memory...



    #define FILE_ID 0xFA34AF // or whatever hexadecimal number


    or...
  17. Replies
    24
    Views
    1,845

    Well obviously... the problem lies within...

    Well obviously... the problem lies within communication with the input file and the program itself...other than that, everything looks ok.. and should work... soo im thinkin that the file that is...
  18. Replies
    24
    Views
    1,845

    post an update of your code... so we can get...

    post an update of your code... so we can get another idea... :D
  19. Replies
    24
    Views
    1,845

    First of all, you should change the code below......

    First of all, you should change the code below...



    getline(file2,info);
    cout<<"Name:" + info << endl;
    ...
  20. Replies
    8
    Views
    1,110

    Thanks for the comparison... but what does it...

    Thanks for the comparison... but what does it mean?
  21. Replies
    8
    Views
    1,110

    So, what is another way to do this without the...

    So, what is another way to do this without the expense?



    Well, whenever I open up the IDE, it's usually at night, so the code is probably sloppish...



    I will keep this information for...
  22. Replies
    12
    Views
    1,139

    yea i figured that... but im too lazy... lol Im...

    yea i figured that... but im too lazy... lol
    Im use to the quick button in Dev C++
  23. Replies
    12
    Views
    1,139

    JaWiB was right... its just the IDE...

    JaWiB was right... its just the IDE configuration...
  24. Replies
    8
    Views
    1,110

    Back to where I started...

    Well, I thought I successfully learned how to erase a user given location in a vector...but since I switched over to Visual Studio 2005... I've been getting strange bugs...

    My Code...


    void...
  25. Replies
    12
    Views
    1,139

    (laughs at above posts) Well now I have the code...

    (laughs at above posts)
    Well now I have the code being compiled with a Release Win32 configuration...it still displays the message...
Results 1 to 25 of 78
Page 1 of 4 1 2 3 4