Search:

Type: Posts; User: laserlight

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    1,776

    You can use isdigit() from

    You can use isdigit() from <ctype.h>
  2. Replies
    5
    Views
    1,776

    Not gets(), of course, but fgets(). However, that...

    Not gets(), of course, but fgets(). However, that assumes that you know the length of the name, but here it is unknown.

    One way would be to scan character by character. If you encounter a...
Results 1 to 2 of 2