The Open Source Swiss Army Knife

/code/c/dataStructures_c/
/code/c/dataStructures_c/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /code   /c   /dataStructures_c 
sub-categories and articles

                                                  
dirarrays continuous addresses in memory
dirdataStructures binary trees, heaps, hashes etc.
dirlinklist add
dirstrings add
dirstructures add
   --->create new sub-category


data_structures.htm
structure of arrays


data_tipz.htm
microsoft and unix specific and ISO c data types (int, size_t...

try here

linkedlist.c
a linked list!

#include <stdlib.h>		/* malloc				*/

linkedlist.s
add

.file "linkedlist.c" .file 1 "linkedlist.c" .section .debug_abbrev,"",@progbits .Ldebug_abbrev0: .section .debug_info,"",@progbits

linklist2.c
add

#include <stdlib.h>		/* malloc				*/

list11_3.c
an array of structures

 /* Demonstrates using arrays of structures. */

new_struct.txt
add

what we want here as always is to return a pointer to a struct the struct is defined elsewhere

struct_init
initialization syntax for a structure with an int, char* elements

#if defined(USE_MOUSE) amp;amp; (defined(NCURSES)) PRIVATE int LYmouse_menu ARGS4(int, x, int, y, int, atlink, int, code) { #define ENT_ONLY_DOC 1 #define ENT_ONLY_LINK 2
   --->upload your article


User submitted category site links


(None)

-->submit a page from your site dealing with dataStructures_c to the sirfsup! web directory for listing

return to top