User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the C section within the Software Development category of DaniWeb, a massive community of 403,564 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 4,243 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: Programming Forums
Contribute Code
This code allows you to create a linked list and reverse it recursively. (View Snippet)
This program just demonstrate how a node can be added,deleted,searched,counted,and printed using Singly Linked List. An easy code to understand :) (View Snippet)
First off, C does not know anything about the I/O device you are using. It can be a keyboard and monitor, or a file, or a network connection, or anything which can do I/O. What that means is that there is no standard way to do this in C. That said, the following should work on any Unix/Linux... (View Snippet)
Convert a decimal (denary) integer to a binary string. An exercise in do ... while and while loops. (View Snippet)
HI friends!! I am very new to this type of groups, and this is my first post to this group, before asking u all a help I am just posting this code to u all, , please respond for this code Huffman algorithm is one used for image compression and it is also called as variable length coding, after... (View Snippet)
Many times strtok is recommended for parsing a string; I don't care for strtok. Why? It modifies the incoming string, so it cannot be used with string literals or other constant strings. The identity of the delimiting character is lost. It uses a static buffer while parsing, so it's not... (View Snippet)
this code is to find the factorial of a number by the recursion principle. trace the control flow in this program very carefully. (View Snippet)
This is a simple balloon shooting game made in C language. In this game, there are number of balloons, a bow and arrows for shooting the balloons. The balloons rise from the lower portion of the screen. The bow is put on left side which can move up and down. If you shoot a balloon you will get 20... (View Snippet)
Introduction Hello everyone. This little code snippet shows you how to read in scan codes from the keyboard. It is slightly different than reading in a regular character. When you use the getch() function, it is normally returning an ASCII value. Some keyboards have extra keys though. These... (View Snippet)
I previously posted an MS-Windows example program about how to recursively search folders and create a list of their filename. This program is similar in concept but is for linux. It c++ and uses std::string and std::vector classes to hold the strings. When the program encounters a directory... (View Snippet)
Contribute Code
All times are GMT -4. The time now is 2:20 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC