Thread: How to write an real time program in C?

  1. #1
    Registered User
    Join Date
    Sep 2018
    Posts
    53

    How to write an real time program in C?

    How to implement real time system in C? What rules do I need to consider? Thank you.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Are you a bot?

    Because you're not learning anything by posting random one-line questions, and never responding to any of the answers.

    How to write an real time program in C?-wido-bot-jpg

    You've only ever asked one question that was really on topic (contained some actual C code in the first post), and that was in 2018.

    Ever since, it's been "please google for me".
    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.

  3. #3
    Registered User
    Join Date
    Sep 2021
    Posts
    10
    Yeah, I can't comment on your pasts posts since I'm new here, but I think questions like these need to be more specific. For example, what do you mean by "real time"? Do you mean, how can your code keep running after getchar() without waiting for a newline? Or do you mean something low-level about multi-threaded programming or inter-process communication? Or I may be way off on this; maybe instead of "real-time event handling" you mean "real-time media", some kind of streaming thing. It would be like me asking, "how do you use pointers?" What about pointers? It's such a broad topic that it probably could be better answered by doing a quick web search (I'm more a DuckDuckGo fan than Google, but whatever floats your boat).

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to write a program for Time Zones?
    By Sarath Karanam in forum C Programming
    Replies: 2
    Last Post: 03-02-2013, 12:57 PM
  2. running in real time
    By do_kev in forum C Programming
    Replies: 13
    Last Post: 03-18-2008, 04:46 PM
  3. write a program that will set the time to 5:58
    By jupimako in forum C++ Programming
    Replies: 2
    Last Post: 11-05-2003, 03:51 AM
  4. real time game
    By Bingo The Clown in forum Game Programming
    Replies: 3
    Last Post: 07-23-2003, 11:09 AM
  5. Real Time?
    By Sebastiani in forum C Programming
    Replies: 1
    Last Post: 09-23-2001, 03:33 PM

Tags for this Thread