c++ turbovision tutorials
i´m starting new thread, because i didnt find any good tutorials for turbo vision… in my last thread i´ve needed the bios simulator, and i´ve get a hint to use ncurses.. but ncurses i can use only under linux, and i need from my app to run under windows, so i must compile it for windows.. i´ve searched for alternative for ncurses, and i found some articles about tvision. i want to use it, but i cant find any good tutorials for this… i´m using borland c++ 6.0 enterprise… so does anyone know about some good tutorials for tvision?
Its really easy to find a copy of VMWare and then install a free version of linux on it. That way you will never run into this problem again. Plus you can add another copy of windows too… then use the virtual windows to test apps on. Works really well. Need any help just hit me up or use some google.
I also want to get the same thing as NCurses in Windows. So far, I've only found the Python alternative, which I've used instead. If you want to use the Python one: http://adamv.com/dev/python/curses/
If you do find anything for use on Windows in C++, please either PM me or post in this thread :)
Thanks, Reaper