Search Results

Search: Posts Made By: vlrk
Forum: Programming 12-12-2006
35,065
Posted By vlrk
compilation problems with glib
Hello vino ,

i have the program

# cat glibtest.c

#include <stdio.h>
#include <glib.h>

int main(){

GHashTable *hash = g_hash_table_new(g_int_hash, g_int_equal);
...
Forum: Programming 12-12-2006
35,065
Posted By vlrk
thanks vino veritas it indeed worked
thanks vino veritas it indeed worked
Forum: Programming 12-12-2006
35,065
Posted By vlrk
compiling the glib included programs in linux
thanks for your suggestions,

iam trying to use glib hashtables.

here my problem is i could not able to compile a program which has glib.h as the include one.



#include <stdio.h>
#include...
Forum: Programming 12-11-2006
35,065
Posted By vlrk
hash table implementations in C Language
Hello List,

Iam searching for a solution where i can use hash based searching .

In Detail , I have linked list which will be dynamically increasing .

I need a best searching mechanisim such...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 07:34 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy