Search:

Type: Posts; User: Scripter

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    2,364

    How do I execute an external EXE file

    from my C program.
    Borland C++ Builder, Win98.

    Thanks Guys.
  2. Replies
    4
    Views
    1,606

    Yeah, but I need to send this info

    to my C program, possible?
  3. Replies
    10
    Views
    5,305

    I didn't understood you...

    If the problem is generating random numbers, you should look at this simple code:



    #include <stdio.h>
    #include <conio.h>
    #include <stdlib.h>

    int num_ran(int max)
    {
  4. Replies
    4
    Views
    1,606

    How do I discover the CPU Speed?

    Hi, how do I discover the CPU speed (in MHz)?
    Thanks, Isaac.
  5. Replies
    72
    Views
    8,284

    Can I join, too?

    I got the same problem of you.. started to learn C, got stuck, started again and like this goes.

    My Icq is: 166553172
    E-mail: [email protected]

    thanks.
  6. Replies
    10
    Views
    1,973

    dbaryl and Salem, Thanks.

    Thanks a lot. :)
  7. Replies
    10
    Views
    1,973

    Ok, I got it.

    I will try soon as I can to start using fgets() instead gets().
    Can you give me an example, how to use fgets()?

    On this example:


    #include <stdio.h>

    int main()
    {
  8. Replies
    10
    Views
    1,973

    Thanks Again for the Help!

    Thanks.
  9. Replies
    10
    Views
    1,973

    I fixed the problem :)

    #include <stdio.h>
    #include <conio.h>

    int strll(char str[10]);
    void sub(char string[10], int min, int max);

    int main()
    {
    char str[10];
    printf("String: ");
  10. Replies
    10
    Views
    1,973

    What you gave me is just to echo a string

    I want a function Like substr() (Substring)..
    Thanks for trying to help.
  11. Replies
    10
    Views
    1,973

    Simple function that I tried to build.

    Hi, I just started to learn C 5 hours ago.
    I tried to build a simple function that simulates the substr() function of JavaScript, php, etc.

    now lets look at the problem:
    let me say, my string...
  12. Thread: help plz

    by Scripter
    Replies
    3
    Views
    1,107

    Before you paste your code here.

    Read this: http://cboard.cprogramming.com/showthread.php?s=&threadid=25765

    you should use, code tags.
    Like this, we can see your code better, and help you better :)
Results 1 to 12 of 13