Search:

Type: Posts; User: kaspari22

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    2,631

    Linux Terminal control

    Hello,

    probably somebody can help me how control Terminal in Linux.

    I don't know what will be best to create to control Terminal(Localhost, SSH). Is possible via Socket launch Terminal and...
  2. Replies
    6
    Views
    3,221

    Seems like I was thinking about this also... I...

    Seems like I was thinking about this also...
    I test it on Windows XP and also on Windows 7...
  3. Replies
    6
    Views
    3,221

    Whole script: #include #include...

    Whole script:


    #include <chrono>
    #include <iostream>
    #include <ctime>


    std::chrono::system_clock::duration duration_since_midnight() {
    auto now = std::chrono::system_clock::now();
  4. Replies
    6
    Views
    3,221

    I'm expecting some numbers instead of zero in...

    I'm expecting some numbers instead of zero in "0ms 0us 0ns". Seems like time is counted only till seconds.
  5. Replies
    6
    Views
    3,221

    Problem with

    Probably somebody can help me with a new library <chrono>

    By some way when I'm trying get system time with nanoseconds for example I have this result:

    9h 7m 55s 0ms 0us 0ns

    In header:
    ...
  6. Replies
    0
    Views
    30,932

    Visual C++ and .NET programming

    Hello,

    I'm looking for some good Visual C++ and .NET programming book or document to better understanding .NET programming with C++. Somebody knows any document from first step with some examples?...
  7. I think srand is what you looking for... check...

    I think srand is what you looking for... check cplusplus reference
  8. Once I solve it like this: #include...

    Once I solve it like this:



    #include <cstdlib>
    #include <iostream>

    using namespace std;

    int main()
  9. Replies
    26
    Views
    2,830

    Can you check all present symbols and be sure...

    Can you check all present symbols and be sure that all of them are valid to C++.
    You said from books. Sometime copy-paste mismatching original values and you have to fix them...

    as "'", "}", ")"
  10. Replies
    5
    Views
    2,671

    Yes it should be only one type 0-9 so

    Yes it should be only one type 0-9 so <10
  11. Replies
    5
    Views
    2,671

    Sorry my mistake all of them should be Integer...

    Sorry my mistake all of them should be Integer...
  12. Replies
    5
    Views
    2,671

    Connecting intervals together

    Hello,

    I have one little problem. How connect integer together?

    example:

    int n = 1
    int m = 1
    int k = 1
  13. Replies
    2
    Views
    1,935

    re:

    Wao,

    thank you very much,
    it's working...
    also I insert char replacement: string datex = the_date;
    "datex" is char
  14. Replies
    2
    Views
    1,935

    File rename script (char string)

    Hello,

    I'm trying create basic script for renaming files with date included. If I rename only char oldname to newname without date included it's working but when I include date it seems like it's...
Results 1 to 14 of 14