Search Results

Search: Posts Made By: mythmgn
Forum: Programming 11-21-2010
1,392
Posted By mythmgn
bump bump bump
bump bump bump
Forum: Programming 11-19-2010
1,392
Posted By mythmgn
Questions about user authentication in my application
Hi, all,

I am a newbie to linux authentication part.

Questions below really puzzle me:

[1] How to authenticate users from local storage(passwd shadow) and nis server?
(Without PAM)...
Forum: Programming 10-26-2010
1,214
Posted By mythmgn
Thank u
Thank u
Forum: Programming 10-26-2010
1,214
Posted By mythmgn
The puzzle for malloc some spaces for a key
Hi, all,

I am writing a BST (Binary Search Tree).

What I am concerned about is

typedef struct BST{
struct BST *p_left;
struct BST *p_right;
void *p_data;
char *p_key;
...
Showing results 1 to 4 of 4

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