Search:

Type: Posts; User: cowboyclem

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    10,098

    scanf returns the number of elements it's scanned...

    scanf returns the number of elements it's scanned in, so just do something like
    if (scanf("%c %s", &char1, string)) == 2)
    // both scanned
    else
    // either only 1 scanned or 0 scanned...
  2. Replies
    20
    Views
    3,536

    ultraedit is what i currently use - it's the best...

    ultraedit is what i currently use - it's the best ive found for windows so far: http://www.ultraedit.com/
    It takes a while to get set up, but once you do it's pretty slick.
Results 1 to 2 of 2