Search:

Type: Posts; User: sbayeta

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,473

    linker error on assert()

    I'm trying to use assertions on a win32 program and I getting an unresolved external '_assert' error when compiling with vc++ .net. The program compiles fine with bc++ 5.5

    Why is this happening?
  2. Replies
    9
    Views
    3,046

    Hi, What part isn't ANSI compliant ? I compiled...

    Hi,
    What part isn't ANSI compliant ? I compiled it with both my microcontroller compiler and with borland bcc55 compiler, and didn't receive any warning.

    I'm not very fond of the array of...
  3. Replies
    9
    Views
    3,046

    I think I might have found a solution. Tell me...

    I think I might have found a solution. Tell me what you think.



    struct statetag;

    typedef struct statetag(*state_func)();

    typedef struct statetag {
    state_func execute;
  4. Replies
    9
    Views
    3,046

    Function pointer question

    Hi,

    I'm writing a little program targetting a microcontroller. It's somewhat a state machine, where the program is always looping throw a defined state until it founds that some condition changed...
Results 1 to 4 of 4