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

Search:

Type: Posts; User: kjsisco

Search: Search took 0.09 seconds.

  1. Replies
    11
    Views
    3,035

    Re: How to create a setup file for an exe.

    Yup, check out the example scripts and good luck to you!
  2. Replies
    11
    Views
    3,035

    Re: How to create a setup file for an exe.

    Yes, that's even better!
  3. Replies
    0
    Views
    5,074

    Triangular Encryption of Data

    This one-way, triangular function is an encryption algorithm which begins by stripping away the left most edge of the input and does a "flip and replace" prior to a quad-xor process. This algorithm...
  4. Replies
    11
    Views
    3,035

    Re: How to create a setup file for an exe.

    You might want to look at something like install shield.
  5. Re: Datatype Trouble In My Password Guessing Program

    It's a sound method but stick to small passwords or you may find it to be slow.
  6. Re: Datatype Trouble In My Password Guessing Program

    I guess what we are saying is we are unclear on the project.
  7. Re: Datatype Trouble In My Password Guessing Program

    Is this a brute-forcing excersize?
  8. Re: Datatype Trouble In My Password Guessing Program

    It looked to me as if the password was hard coded. Doesn't make sense having a plaintext and writing a program to find the plaintext. Maybe I looked at it wrong?
  9. Replies
    17
    Views
    2,906

    Re: Working with fractions

    Watch your GCD. I'll say no more. :)
  10. Replies
    15
    Views
    3,046

    Re: Problem using Getline and IF operation.

    I was just going to say write a function for that code and call it when you want to use it, but I was kind of beat to it. :)
  11. Replies
    6
    Views
    17,371

    Re: best language for writing drivers?

    Thanks for the info. I was thinking c++ but I wasn't sure.
  12. Replies
    6
    Views
    17,371

    best language for writing drivers?

    I want to really get into writing drivers and want to know if one language is better than another for this. I understand of course that any language would do just fine but is there a standard?
  13. Replies
    2
    Views
    2,585

    Re: New to Network Programming

    What language are you looking into?
  14. Replies
    36
    Views
    10,004

    Re: Seeding a C++11 random

    How about the hour value of the system clock?
Results 1 to 14 of 14





Click Here to Expand Forum to Full Width

Featured