Search:

Type: Posts; User: .shifty

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,792

    typedef enum question

    Just have a quick question, hopefully someone will be able
    to answer quickly.

    Trying to do something rather simple:

    typedef enum { FALSE, TRUE } fboolean;

    This works with the stand c header...
  2. Thread: scanf function

    by .shifty
    Replies
    6
    Views
    2,390

    There is nothing wrong with using C standard...

    There is nothing wrong with using C standard libraries in a console application. That is how they are written.

    As long as you stick with the standard C libraries, you will be able to take that...
Results 1 to 2 of 2