Search:

Type: Posts; User: black187

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,148

    My next problem :) Code: #include ...

    My next problem :)

    Code:

    #include <stdio.h>
    #include <time.h>
    #include <string.h>

    int main ( void )
    {
  2. Thread: Putch - conio

    by black187
    Replies
    1
    Views
    3,370

    Putch - conio

    Hello

    I have a problem, I want to put the cursor on top left everytime my loop ends.

    With conio.h I did "putch('\b');"

    But in Linux there is no conio.h

    Is there an alternative???
  3. Replies
    4
    Views
    1,148

    Problem with comparison

    #include <stdio.h>
    #include <time.h>

    char ime[4] = "Thu";
    int main ( void )
    {
    time_t now;
    struct tm *tm_now;
    char buff[BUFSIZ];
  4. Replies
    1
    Views
    1,355

    Time/Timer program

    Hello

    I'm new at c++. I want to make a program on my linux with c++ (which will be run on startup), who will run 3 different programs on a timer:
    - first, every half hour
    - second, every week...
Results 1 to 4 of 4