Search:

Type: Posts; User: Junior89

Page 1 of 18 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    57
    Views
    10,004

    Thank you, i will look into it

    Thank you, i will look into it
  2. Replies
    57
    Views
    10,004

    Question about Laptop connecting to a Desktop

    Hello all!

    I'm currently working on a programming project (a server program) which will run on an old computer i have lying around (Windows NT). I am wondering, i also have an older laptop lying...
  3. Replies
    2
    Views
    1,397

    Yeah i dont necessarily mean the program but...

    Yeah i dont necessarily mean the program but being able to call back to a function in say Main.cpp and the Windows Forms are in some file called Input.cpp or something like that. I dont need the...
  4. Replies
    2
    Views
    1,397

    Incorporating Console and Windows Forms

    Is it possible to use windows forms (generated by MSVC++ Express) to get information and then process it in a 'console function'?

    I've been learning java lately through school and its a simple...
  5. Replies
    3
    Views
    1,557

    Binary Conversion not working...

    It immediately exits for some reason?



    #include <iostream>
    #include <string>
    #include <vector>

    using namespace std;
  6. Replies
    16
    Views
    6,710

    My Encryption Algorithm...

    Well i couldn't seem to find a good forum (out there on the web) or anything like that for a little review and courteous criticism of my algorithm here. I'm sure it's stupid and insecure but i would...
  7. Anyone else going to the Microsoft Live Events?

    I got an invitation from microsoft to goto an event they are hosting in which they're going to do some stuff like seminars and such i suppose, it's free and you get a developer kit thing for free, i...
  8. Replies
    4
    Views
    1,428

    Thank you! I'll give that a try.

    Thank you! I'll give that a try.
  9. Replies
    4
    Views
    6,016

    Well for the dictionary attack bit, you're going...

    Well for the dictionary attack bit, you're going to need to download a text-file perhaps with ALL the words in it, i know these are available somewhere, i was referred to a site one time but i cannot...
  10. Replies
    4
    Views
    1,428

    yes and i tried switching it but still things get...

    yes and i tried switching it but still things get flip flopped
  11. Replies
    4
    Views
    1,428

    Ugh... somethings wrong - messing up list.

    Okay so i'm writing this program to keep track of snakes for breeders and large-scale collectors.

    The problem is that for some reason it's flip-flopping the ID numbers and the Names.

    Here are...
  12. Replies
    5
    Views
    1,269

    Okay... im actually having another problem...

    Okay... im actually having another problem coupled with this but i'll post that one seperately.



    void deleteSnakeFile(string file)
    {
    string rem= "/snakes/"+file+".dea";...
  13. Replies
    5
    Views
    1,269

    File deletion problem...

    I'm using the c++ remove() function but it will not delete the file for some reason =(

    Ideas?
  14. Replies
    5
    Views
    5,082

    Thanks guys! Much appreciated! =)

    Thanks guys! Much appreciated! =)
  15. Replies
    5
    Views
    5,082

    Oaky Doaky... Main.cpp: #include...

    Oaky Doaky...

    Main.cpp:


    #include <iostream>
    #include <string>
    #include <vector>
    #include <fstream>
    #include "dea.h"
  16. Replies
    5
    Views
    5,082

    Header File Errors...

    I'm getting a bunch of errors with this header file i made.

    I wrote an encryption scheme and instead of copy and pasting all the prototypes and such into any other program i want to use the...
  17. Replies
    10
    Views
    2,125

    besides my program works on those size bytes,...

    besides my program works on those size bytes, unsigned chars ;)

    Thanks for the help... i'm gonna try to give it a shot... i'll let you guys know how badly i fail at first, but that's what you're...
  18. Replies
    10
    Views
    2,125

    thanks for the help guys... yes my algorithm is...

    thanks for the help guys... yes my algorithm is fully reversible i've tested it many many times and each and every one comes out the same way it went in.

    Also, this is coming from memory, but...
  19. Replies
    10
    Views
    2,125

    Viewing other files... (Not Text Files)

    Okay, so i finished my encryptor and it works great, i'm not sure on how secure it is but judging by the key-size and fact that i'm new to all this, i'm willing to bet not very secure, haha.

    But...
  20. Replies
    7
    Views
    2,435

    I often find myself 'going overboard' but not to...

    I often find myself 'going overboard' but not to such a high degree. I'll write a program and then be like: "Oh i should add this," and "Oh that would help out and work great too." and soon enough i...
  21. Replies
    14
    Views
    3,455

    Anyone see Live free or Die hard yet?

    I saw it last night with a bunch of guys and gals and we all liked the movie.

    However, we got into a bit of a 'discussion' about whether this whole "Firesale" idea in the movie is even plausible....
  22. Replies
    5
    Views
    5,156

    They really shouldn't have the same name, as was...

    They really shouldn't have the same name, as was mentioned earlier, but if you wanted to find out do what Salem said ^^ there.
  23. Replies
    9
    Views
    1,164

    Yes, and for situations such as this in the...

    Yes, and for situations such as this in the future you will find that for() loops are much easier to implement and are also much more efficient and useful.

    Good luck!
  24. Replies
    2
    Views
    1,150

    Dankeschon! Works grrrreaaaaaaattttttt! ...

    Dankeschon!

    Works grrrreaaaaaaattttttt!

    Thanks for the help!
  25. Replies
    2
    Views
    1,150

    Removing parts of a string...

    How do i remove a character from a string by using it's position?

    In my encryption algorithm it has to pad the data if it is not a factor of the 128-bit block size. I want to remove the padding...
Results 1 to 25 of 443
Page 1 of 18 1 2 3 4