Search:

Type: Posts; User: Mordacai

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,362

    Ok, i'll go to the library i guess and look for...

    Ok, i'll go to the library i guess and look for some books that might explain them...

    But for your suggestion, i have trouble thinking of something i could make without knowing graphics... any...
  2. Replies
    5
    Views
    1,362

    Better tutorials(Book would work too)

    Ok, i get the basics of C++ easily... you know, arrays, char arrays, functions, classes, inheritance(pretty sure). The basics. however, i don't think the site (cprogramming.com) tutorial on pointers,...
  3. Replies
    6
    Views
    4,483

    Ok, thanks this works perfectly: #include...

    Ok, thanks this works perfectly:

    #include <iostream>
    #include <string>
    using namespace std;

    string pass;
    string user;
    std::string line;
    int main()
  4. Replies
    6
    Views
    4,483

    C++ Strings with spaces

    Ok, i found this that works with spaces on the FAQ:


    #include <iostream>
    #include <string>

    int main()
    {
    std::string line;
Results 1 to 4 of 4