Thread: curses library for c++?

  1. #1
    Registered User
    Join Date
    Mar 2008
    Posts
    5

    curses library for c++?

    I am still fairly green as far as programming goes, but I think I would like to expand my options by making simple user interfaces for my programs, with something like a curses type library.

    All the tutorials on Ncurses I've seen are for C. Does ncurses work with c++? and where can I find a tutorial that wouldn't confuse me too much? If ncurses doesn't work with c++, what would be a viable second option for me to achieve the same goal?

  2. #2
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    ncurses works with C++.

  3. #3
    Registered User
    Join Date
    Nov 2005
    Posts
    673
    Generally if it works with C then it works with C++.

  4. #4
    Registered User
    Join Date
    Mar 2008
    Posts
    5
    Anybody know a curses tutorial that was written for c++? I mean, I know they are similar but since I'm still learning the first I don't know if I could handle dealing with the differences.

  5. #5
    Registered User
    Join Date
    Nov 2005
    Posts
    673
    you may try this site. I haven't really looked at it much, but it seems promising.
    http://ndk-xx.sourceforge.net/

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What's an import library?
    By chiefmonkey in forum C++ Programming
    Replies: 1
    Last Post: 06-19-2009, 05:00 PM
  2. Property Set Library (PSL) - Announcement
    By vultur_gryphus in forum Projects and Job Recruitment
    Replies: 0
    Last Post: 05-29-2008, 06:04 AM
  3. Makefile for a library
    By sirmoreno in forum Linux Programming
    Replies: 5
    Last Post: 06-04-2006, 04:52 AM
  4. very weird .h problem
    By royuco77 in forum C++ Programming
    Replies: 1
    Last Post: 09-11-2005, 07:55 AM
  5. Resource ICONs
    By gbaker in forum Windows Programming
    Replies: 4
    Last Post: 12-15-2003, 07:18 AM