Results 1 to 4 of 4

Thread: Data structure with C in Real Time Applications

  1. #1
    Contributing Member
    Join Date
    May 2006
    Answers
    75

    Data structure with C in Real Time Applications

    What is the application of data structure and c together in real time applications? I am surprised how trees, stacks and so on apply in C language in real time applications.


  2. #2
    Contributing Member
    Join Date
    May 2006
    Answers
    72

    Re: Data structure with C in Real Time Applications

    There is lot of advantageous of data structures and in fact the real programming is based around data structures only. To sight a instance for you say games programming in C require lot of features like graphics abilities, hardware, software and so on. And one of the main aspects to be achieved in games programming is to achieve speed in games programming. To achieve this speed good techniques and features of data structure must be applied while programming. Also to achieve efficiency which is the main feature of any program good data structure techniques and features must be applied.
    Have an efficient programming with Data structure!!!!!!!!!!!


  3. #3
    Contributing Member
    Join Date
    Apr 2007
    Answers
    41

    Re: Data structure with C in Real Time Applications

    Hi All,

    Data structures are very much important in Kernel development. Simple example would be stack what we say where local variables get stores is implemented with data structures.. Even the Buffers are maintained in the double linked list..
    As already said it makes the data access fast and also allows to create or add items at runtime.


  4. #4
    Junior Member
    Join Date
    Mar 2007
    Answers
    1

    Smile Re: Data structure with C in Real Time Applications

    Hi friends
    Data Structures plays vital roll in real world applications. In OS process management we use different scheduling schemes, in those there is imp roll of these data structures. we have different file systems like ext2,ext3 etc, to maintain these also we use data structures,(superblock-double linked lists), in task management also we use these data structures. These are few what we know. So Data Structures are very important.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact