Search:

Type: Posts; User: panagiotis13

Search: Search took 0.00 seconds.

  1. Replies
    18
    Views
    2,473

    like this? doskey_vector.at(j) =...

    like this?



    doskey_vector.at(j) = doskey_vector.push_back(x);


    I want to store the current value of variable x, to the vector. So every time the user types a command, the command will be...
  2. Replies
    18
    Views
    2,473

    Ok vector it is! so i try this: #include...

    Ok vector it is! so i try this:


    #include <iostream>
    #include <stdlib.h>
    #include <fstream>
    #include <string>
    #include <windows.h>
    #include <dir.h>
    #include <vector>
  3. Replies
    18
    Views
    2,473

    Can you explain me this a little more please? I...

    Can you explain me this a little more please? I really need some help!

    Thank you
  4. Replies
    18
    Views
    2,473

    ok done something... check out my code: ...

    ok done something... check out my code:


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

    using namespace std;
  5. Replies
    18
    Views
    2,473

    QUESTION: create one program for each commad?...

    QUESTION:

    create one program for each commad? let's say, CD.EXE, DOSKEY.EXE etc?

    or create a single program, that reads the input from the user and calls the right fuction for each command,...
  6. Replies
    18
    Views
    2,473

    i really don know how to start... any tips??

    i really don know how to start...

    any tips??
  7. Replies
    18
    Views
    2,473

    I need help on C++ Uni Project

    I have a uni project and i need some help!

    i have to develop an MS-DOS command prompt emulations, that has the following dos commands:

    CLS
    VER
    DIR
    CD
    DOSKEY
    HELP
Results 1 to 7 of 7