Search:

Type: Posts; User: thames

Search: Search took 0.01 seconds.

  1. cool! I didn't know that. Many thanks laserlight.

    cool! I didn't know that. Many thanks laserlight.
  2. Many thanks Jim. I fixed the code. ...

    Many thanks Jim. I fixed the code.



    #include <iostream>
    #include <string>

    using namespace std;

    unsigned int c_in_str(const string& str, char ch);
  3. Trying to code a C-style function as a C++ one

    Good morning. I'm trying to convert this into a C++ style program:



    #include <iostream>
    #include <string>

    const int MAXSIZE = 15;

    using namespace std;
Results 1 to 3 of 3