using ncurses
using ncurses
- Subject: using ncurses
- From: Mohsan Khan <email@hidden>
- Date: Sat, 5 Jun 2004 18:16:35 +0200
Hi
where in XCode to I put -lncurses?
This Web page discusses a particular non-standard library called
ncurses. When you write a program that uses this library, you have to
include the directive
#include <ncurses.h>
When you compile the program with g++, you should add -lncurses to the
command. With the other usual options, you might compile a program file
named testcurses.cc with the command
g++ -g -Wall -lncurses -otestcurses testcurses.cc
Yours sincerely,
Mohsan Khan.
_____________________________
Programmer, animator, musician.
email@hidden
www.xybernic.com
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.