Search:

Type: Posts; User: -LeetGamer-

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    2,200

    Might help to link to the tutorial.

    Might help to link to the tutorial.
  2. Replies
    30
    Views
    7,247

    Would this work? #include ...

    Would this work?



    #include <iostream>
    #include <string>
    #include <conio.h>
    int main ()
    {
    using namespace std;
  3. Replies
    1
    Views
    1,219

    Example: #include #include...

    Example:


    #include <iostream>
    #include <iomanip>
    int main ()
    {
    using namespace std;
    cout << setfill ('0') << setw (8) << "test";
    cin.get ();
Results 1 to 3 of 3