Thread: interface in c

  1. #1
    Registered User
    Join Date
    Mar 2011
    Posts
    3

    interface in c

    is there a way to create an interface in C ??

  2. #2
    Registered User
    Join Date
    Sep 2007
    Posts
    1,012
    Yes?

  3. #3
    Registered User
    Join Date
    Mar 2011
    Posts
    3
    Yes but HOW????

  4. #4
    Registered User
    Join Date
    Sep 2008
    Location
    Toronto, Canada
    Posts
    1,834
    What kind? Windows front-end? Hardware interface to custom driven ports? Even those come with all sorts of libraries / DLLs / services these days. If you are talking about embedded controllers then these things are handled more low-level such as perhaps assembler code linked with C.

  5. #5
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by Liakos View Post
    is there a way to create an interface in C ??
    Interface to what?

    Without that bit of information the only sane answer is "No".

  6. #6
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    The OP should (no, NEEDS TO) read this before asking empty one-line questions.
    How To Ask Questions The Smart Way
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to get RSSI value, send to sensor, sensor receive package, repackage it?
    By techissue2008 in forum Networking/Device Communication
    Replies: 1
    Last Post: 03-04-2009, 10:13 AM
  2. Calling IRichEditOle interface methods
    By Niara in forum C Programming
    Replies: 2
    Last Post: 01-16-2009, 01:23 PM
  3. Cannot get interface flags: Invalid argument
    By nasim751 in forum C Programming
    Replies: 3
    Last Post: 04-14-2008, 02:29 AM
  4. marshall interface needed?
    By George2 in forum Windows Programming
    Replies: 2
    Last Post: 04-06-2008, 07:15 PM
  5. OOP in C
    By lyx in forum C Programming
    Replies: 4
    Last Post: 11-23-2003, 01:12 PM