Search:

Type: Posts; User: Blak_Lightnin

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    1,295

    Thanks

    Thanks
  2. Replies
    12
    Views
    1,295

    Quick question about strings

    I was just wondering if you could use an integer for the character number in a string.

    For example:


    while(str[num]!=" ")
    {
    code here....
    num++
    }
  3. Replies
    2
    Views
    926

    Thanks :D

    Thanks :D
  4. Replies
    2
    Views
    926

    Need help w/ debugging errors

    I'm trying to write a program to give the factorial of a number from the user. If you've read the www.cprogramming.com tutorial on recursion then you'll know why. The problem is that the compiler I'm...
Results 1 to 4 of 4