Search:

Type: Posts; User: laserlight

Search: Search took 0.41 seconds.

  1. Replies
    5
    Views
    1,745

    Oh. You're passing a string literal as the...

    Oh. You're passing a string literal as the delimiter, but it should be a char:

    if (!getline(datafile, receive, ','))


    Ah, then you should keep in mind that whoever wrote this is not familiar...
  2. Replies
    5
    Views
    1,745

    That is horrible: using directives should not be...

    That is horrible: using directives should not be in file scope in a header file. Therefore, if I assume this, I assume that you are guilty of a bad practice. Rather, move the using directive from the...
Results 1 to 2 of 2