Search:

Type: Posts; User: weavel37

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    690

    Two loops running in the same time

    Hi !
    I want to make seperated thread in seperated loops but i don't know how.
    The first one would be :


    while(1)
    {
    //command n°1
    }
  2. Hello, so with the help of other people i did...

    Hello, so with the help of other people i did resolve the problem. I have tried a way to not make a lot of files, so I made a simple .cfg like this


    VARIABLE=VALUE
    ... /* etc... */
    ...


    ...
  3. Sorry for that. It's #include and...

    Sorry for that. It's #include <stdio.h> and #include <stdlib.h>
  4. Sorry, i can't edit post i don't know why, so...

    Sorry, i can't edit post i don't know why, so i'll write the code again for a better view..h
    #ifndef _CODE_H #define _CODE_H #include #include #define X 1 typedef unsigned char X_Bool; #define...
  5. code

    So,here is code.h
    #ifndef _CODE_H#define _CODE_H#include #include #define X 1typedef unsigned char X_Bool;#define X_TRUE ((X_Bool) 1)#define X_FALSE ((X_Bool) 0)#define X_MODE ((X_Bool) 2)#endifthen...
  6. Yes it's right.

    Yes it's right.
  7. Help making manipulable variable throught another file

    Hello, I'm trying to make a file to configurate/manipulate variables of a C code.I tried using int and extern int throught a header or another C code but it doesn't seems to work (even throught the...
Results 1 to 7 of 7