Search:

Type: Posts; User: rvr

Search: Search took 0.00 seconds.

  1. Replies
    14
    Views
    1,800

    maybe you'd try something like this: ...

    maybe you'd try something like this:




    std::vector< std::string *> screen;
    std::string vertical_line; vertical_line.resize(cols);
    std::string empty_line; empty_line.resize(cols);...
  2. Replies
    14
    Views
    1,800

    Do you still have c += pad inside the...

    Do you still have
    c += pad
    inside the "else"-clause?

    In your first code-snippet it wasn't inside...

    r.
  3. Replies
    14
    Views
    1,800

    try using: cout

    try using:
    cout << greeting.c_str()

    enjoy,
    r
Results 1 to 3 of 3