Search:

Type: Posts; User: StOnEwAlL

Search: Search took 0.00 seconds.

  1. Replies
    8
    Views
    996

    #include #include ...

    #include <iostream.h>
    #include <string.h>

    using namespace std;

    int main ()
    {
    int i, n; NOTE, that the site breaks the alphabet[] string...
  2. Replies
    2
    Views
    1,284

    Take a look here:...

    Take a look here:
    http://www.cppreference.com/stdstring/
  3. Replies
    7
    Views
    1,061

    Don't know what you exactly want, anyway this is...

    Don't know what you exactly want, anyway this is the official syntax:
    #include <string>
    void resize( size_type num, const TYPE& val = TYPE() );

    So, you cannot just add 1 in the resize syntax,...
  4. Replies
    3
    Views
    817

    You can also use "#include " and "remove...

    You can also use "#include <cstdio>" and "remove (filename)" to remove your files.
  5. Try this: #include int...

    Try this:



    #include <iostream.h>

    int main ()
    {
    char something[]="ABCDEFGHIJKLMNOPQRSTUVWXYZ";
Results 1 to 5 of 5