Search:

Type: Posts; User: farmer

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,120

    Getting information from one class to another

    Here is the situation

    there is


    class A{
    bool managment; // this variable is initialized later after construction

    struct UserInfo
    {
  2. Replies
    6
    Views
    4,534

    Yes, thank you for this solution. Works like a...

    Yes, thank you for this solution. Works like a charm.
  3. Replies
    6
    Views
    4,534

    strptime does not exist in windows

    strptime does not exist in windows
  4. Replies
    6
    Views
    4,534

    Okay. I will use strtol. I am trimming at the end...

    Okay. I will use strtol. I am trimming at the end cause the last three characters are miliseconds, i need only seconds. I thought trimming the string is more elegant than div with 1000?
  5. Replies
    6
    Views
    4,534

    Time string to time_t

    Hello, i am trying to write an function that takes for an argument:
    a string filled with numbers that mark the number of miliseconds elapsed since 1970 epoch.

    The function should return a time_t...
Results 1 to 5 of 5