•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the C section within the Software Development category of DaniWeb, a massive community of 373,579 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,850 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our C advertiser:
•
•
•
•
•
•
•
•
hi every body try out this code it can store your info and then retriaeve it ant any time you wish.
They are two codes each wrote separatly so first write the outputting code and run it.
Then write the inputting code and also run it
have fun:lol: (View Snippet)
Here is just a simple program to sort two strings inputted from the user entered on the command line. (View Snippet)
This simulator works for:
1. First Come First Serve (FCFS)
2. Round Robin (RROB)
3. Priority (PRIO)
4. Longest Job First (LJF)
5. Shortest Job First (SJF)
algorithms.
The program is written for gcc linux compiler.
In input file a sequence of processes coming to the... (View Snippet)
For all functions, a domain error occurs if an input argument is outside the domain over which the mathematical function is defined. On a domain error, the function returns an implementation-defined value. (View Snippet)
This code calculates and the average waiting time of the process given acc to their burst time..It is a famous scheduling algorithm for process scheduling in operating sysytem . After calculating waiting time it also generates the gantt chart for the process given . (View Snippet)
This is a simple archery Game developed in C language . The aim of the game is to shoot the balloons and score as much points as you can . The game have three levels. Platform used is Turbo C++ IDE . Standard Graphics.h functions are used. (View Snippet)
The famous Tower Of Hanoi with graphics and animations. (View Snippet)
This snippet uses strtod to be a little more stringent. (View Snippet)
The program uses doubly linked lists to store the numbers where each node contains a single digit . Hence numbers of any length can be used as operands .
Program works only with +ve integers (View Snippet)
the code now contains snippet to create the linked list too!
any questions can be directed to raghu_tillu@hotmail.com (View Snippet)