![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| help with return codes | ammu | Shell Programming and Scripting | 2 | 02-04-2008 11:57 AM |
| LCD codes on a P570 | johnf | AIX | 5 | 11-07-2006 07:00 PM |
| Return Codes | kris01752 | UNIX for Advanced & Expert Users | 3 | 09-25-2006 09:40 AM |
| Know any good codes? | fgjiu | UNIX for Advanced & Expert Users | 2 | 03-07-2006 02:33 PM |
| exit codes | donna carter | High Level Programming | 3 | 05-31-2001 06:35 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#8
|
|||
|
|||
|
Hi Shaik,
I tried the code which got me some messages that i could not understand. could you please look into that. I ran it on HPUX B.11.00 The message is as follows.. /usr/ccs/bin/ld: Unsatisfied symbols: stdscr (data) wgetch (code) initscr (code) endwin (code) |
| Forum Sponsor | ||
|
|
|
#9
|
||||
|
||||
|
Those routines are in the curses library. When you compile you need to do something like:
cc whatever.c -lcurses -o whatever |
|
#10
|
|||
|
|||
|
thanks Perderabo,
it is working fine |
|
#11
|
|||
|
|||
|
Hi Shaik, Perderabo,
I got it, its working fine. Many Thanks to All Wish You all a Very Happy New Year 2002!!! Anent |
|
#12
|
|||
|
|||
|
Hi All.
I am still a beginner in Unix.I have got one program.i am not getting the solution for one program.Will anybody help me soon. Q.write a C program which accepts a valid directory name as a command line argument and list all the files in the given diirectory as well as all the files in subsequent directories.(The solution can be recursive or non-recursive). I need the solution immediately.I need it desperately within 15th Jan. |
|
#13
|
|||
|
|||
|
See the man pages on:
Code:
opendir() readdir() closedir() |
|||
| Google The UNIX and Linux Forums |