Search:

Type: Posts; User: dgs414

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,910

    Thanks prog-bman

    Thanks prog-bman
  2. Replies
    6
    Views
    1,910

    Sorry--here's more info-"C" version of it. ...

    Sorry--here's more info-"C" version of it.




    int getComment() {
    getChar();
    if (charClass != AST)
    return SLASH_CODE;
    else {
  3. Replies
    6
    Views
    1,910

    Code that looks for Comments

    Help--C++ very weak--I have to write and test code that recognizes one form of the comments of the C++ language (those that begin with /* and end with */). Thanks.
  4. Replies
    8
    Views
    1,523

    Need help with sscanf

    I can get the following code to error out when I put anything other than a number first, but if I input numbers first followed by a char it won't error out. For example: f431 causes an error but...
Results 1 to 4 of 4