Results 1 to 7 of 7
Hi
i want to create console application (wich will take some i/ps and show it on console)
in text mode only. So what shld i use??Please tell me in detail.
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-15-2007 #1Just Joined!
- Join Date
- Sep 2007
- Posts
- 46
working with Text mode
Hi
i want to create console application (wich will take some i/ps and show it on console)
in text mode only. So what shld i use??Please tell me in detail.
I have worked with GTK+ and QT which is not supported in text mode.
so please tell me...
Thanks & Regards
vineeta7
- 11-15-2007 #2
- 11-16-2007 #3Just Joined!
- Join Date
- Sep 2007
- Posts
- 46
ya... i meant to ncurses? where i can draw a line as well can take the i/p and show o/p ,can shift the curser position....
can I do all these console related stuff using ncurses?
where I will get good documentation for how to start with ncurses???
Thanks
vineeta7
- 11-16-2007 #4
ncurses is basically used to create text-based user interfaces. There's a guide of sorts at:
ed! - Ncurses Library Tutorial for Beginners - 1
I would suggest checking out the Wikipedia article and Google.
- 11-16-2007 #5
- 11-20-2007 #6Just Joined!
- Join Date
- Sep 2007
- Posts
- 46
mutithreading with ncurses
Hi all
whether ncurses supports mutithreading???
where i will get sample examples on ncurses with mutithreading..........
Thanks & Regards
vineeta7
- 11-20-2007 #7
Well, ncurses only draws the screen for you.
You need another Header for Threading.
Maybe you should read Threading (multi threading) in Linux - C that.


Reply With Quote
