Search:

Type: Posts; User: stevenC

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    3,813

    Thank you all!:D

    Thank you all!:D
  2. Replies
    10
    Views
    5,305

    Thank you kermi3:D

    Thank you kermi3:D
  3. Replies
    10
    Views
    5,305

    Re: Re: Re: Re: I didn't understood you...

    I still dont know how to embed it...
    Is it correct as follows?There is still error in VC++.
    Is there any C program run the following code without errors?





    #include <stdio.h>
    #include...
  4. Replies
    10
    Views
    5,305

    Re: Re: I didn't understood you...

    The code can't be run in VC++, it showed a error message:

    error C2065: 'randomize' : undeclared identifier

    why?

    And can I use "time" to generate random numbers?
    What's the code?
  5. Replies
    5
    Views
    3,813

    How to detect null string?

    How can I detect a null string?
    --if a user type nothing but simply a "Enter" key then a message is shown
  6. Replies
    10
    Views
    5,305

    Actually the procedures are: 1. Convert each...

    Actually the procedures are:

    1.
    Convert each character, including blank space, to its ASCII equivalent

    2.
    Generate a positive random integer. Add this integer to the ASCII equivalent of each...
  7. Replies
    10
    Views
    5,305

    Encoding with random ASCII

    I have to creat a program:

    1.enter a line of text and convert to ASCII
    2.encode the text by adding a random nunber to the ASCII char.


    #include <stdio.h>
    #include <string.h>
    #include...
Results 1 to 7 of 7