Search:

Type: Posts; User: milanbarosh

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,385

    My bad guys. I found the problem. Wasnt supposed...

    My bad guys. I found the problem. Wasnt supposed to be a string, jus a char. I have it now.
  2. Replies
    5
    Views
    1,385

    int to char help

    if have use the following code

    [\code]int i = 81;
    char str[10];
    sprintf(str, "%s", i);[code]

    when i run the program nothing happens. It compiles fine but there is no output
  3. Replies
    5
    Views
    1,999

    thanks guys i got some info on the numbers. ...

    thanks guys i got some info on the numbers.

    Any ideas for characters?
  4. Replies
    5
    Views
    1,999

    Generating Random characters/numbers

    Hi
    Does any know if there is any code i can use to generate random letters or numbers?
  5. Replies
    9
    Views
    9,144

    i will let you know what i am trying to do. Im am...

    i will let you know what i am trying to do. Im am creating a morse code program so that when u type in either a letter or morse code it will convert it correctly
    I have made up a strcutre like this...
  6. Replies
    9
    Views
    9,144

    Getting const char* as an input

    Hi folks. I currently writing a program that uses the const char* function and i need to get an input from the user in this form. Is there anyway i can do this directly? Or does anyone know how to...
Results 1 to 6 of 6