Re: Could someone point me to a how-to page...




Timothy Pruett wrote:

> Narf the Mouse wrote:
> > ...Dealing with positioning text and clearing the screen in c++? Either
> > standard commands or a library. I can't seem to find it in
> > www.cplusplus.com
> >
> > Complete c++ newbie/lunatic looking to make a roguelike. I've got a
> > simple one written in basic, so I should be able to manage something.
>
> Curses. If you're a linux user, your installation should already have
> ncurses installed. If you're a Windows user (which I'm willing to bet
> you are), then download pdcurses. There's a ton of info on curses, not
> to mention the incredibly helpful documentation.
>
> Also, curses is (relatively) cross platform, and one of the simpler
> ASCII libraries to use. Don't bother with direct console manipulation
> under Windows, because it's needlessly complex, and you're limited to
> Windows only.

Unfortunatly, I couldn't compile the win32 source code
(http://pdcurses.sourceforge.net/), my compiler said it was corrupt
(Aside from being for about five or six versions of the compiler
previous - Visual Studio). The compiled version I found
(http://gnuwin32.sourceforge.net/packages/pdcurses.htm) would seem to
work if called explicitly.

Unfortunatly, neither of them seem to have written a 'How to call a dll
for newbies'.

Thanks.

.



Relevant Pages

  • Re: DFPORT
    ... I work on a Windows XP platform. ... We normally use F77 Fortran and for this one problematic program we ... Since we also have the Intel Fortran compiler, we also had a lot of ... Windows Fortran comper (with appropriate libraries). ...
    (comp.lang.fortran)
  • Re: SimpleRL on github
    ... but the Windows console always supports ... Curses also introduces whole ... Borland's conio runs circles ... from source, copy its files to the correct locations, and finally tell your compiler to ...
    (rec.games.roguelike.development)
  • Re: How to write a simple multithreading application with WinSock
    ... and use Winsock with them. ... Microsoft Windows - 2nd Edition" and I tried to write a very simple ... with these libraries pre-packaged and compiler pre-configured to find them. ...
    (microsoft.public.win32.programmer.networks)
  • Re: Could someone point me to a how-to page...
    ... standard commands or a library. ... Also, curses is cross platform, and one of the simpler ASCII libraries to use. ... Don't bother with direct console manipulation under Windows, because it's needlessly complex, and you're limited to Windows only. ...
    (rec.games.roguelike.development)
  • Re: Win32 Native API
    ... > the normal system functions in any of the versions of Windows. ... you could probably do what you had in mind but particularly ... > when you have a compiler in mind, ... few libraries as I can, as low-leveled as it gets in Windows. ...
    (comp.lang.asm.x86)