• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
using ncurses
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Follow-Ups:
    • Re: using ncurses
      • From: Nick Zitzmann <email@hidden>
    • Re: using ncurses
      • From: Markus Hitter <email@hidden>
  • Prev by Date: Problem building simple C++ project
  • Next by Date: Re: Problem building simple C++ project
  • Previous by thread: Re: Problem building simple C++ project (SOLVED)
  • Next by thread: Re: using ncurses
  • Index(es):
    • Date
    • Thread