Search:

Type: Posts; User: JohnnyAtomic

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    4,174

    Yeah it is 1987... The year I was born in......

    Yeah it is 1987... The year I was born in... However thank you I found a nicer algolithm and hopefully I'll be using that... Thank you again
  2. Replies
    2
    Views
    1,031

    I am using vc++6... this is the code of my...

    I am using vc++6...

    this is the code of my sending and recieving loop:

    while(1){
    inp: printf("%s:", logUsername); gets(tampon);

    hKon = send(clent, tampon, sizeof(tampon), 0);
    if...
  3. Replies
    3
    Views
    974

    Yeah I'm sorry I meant console program :) Hmm I...

    Yeah I'm sorry I meant console program :) Hmm I do not think I have that think handy... Can you give an example?
  4. Replies
    3
    Views
    974

    Another not-so-hard question...

    Is there a way that I can enchance text in my DOS applications with using VC++6... I heard that you add some escape characters to add colour or underline...
  5. Replies
    2
    Views
    1,031

    A Hard Question

    Okay...
    I have made a program where one by one comunication is made... I mean while one is writing the other cannot and while the other can the one cannot.

    The thing I want my program to do is...
  6. Replies
    4
    Views
    4,174

    Help About The ENIGMA Algoritm

    #include "stdio.h"
    #include "stdlib.h"

    #define ROTORSIZ 256
    #define MASK 0377
    #define EMPTY 07777
    #define X_SIZE 4099

    char *strrchr();
  7. Replies
    1
    Views
    1,535

    :) oops I forgot the file :)

    :) oops I forgot the file :)
  8. Replies
    1
    Views
    1,535

    RSA Algorithm Help

    As I know C I have difficulty with a script that makes the RSA algorithm. It is written in C++ and what I want is only to tell me how this code is used??
Results 1 to 8 of 8