PDA

View Full Version : GUI Programming with ' C '



etdsbastar
February 25th, 2011, 04:19 PM
Hello there,

I am a C/CPP programmer. Today, I have seen the source-code of TestDisk ( A recovery tool for linux works in Terminal mode). It has beautiful buttons and cool graphics in terminal.

It is really great. Can anyone tell me where can I learn GUI PROGRAMMING IN TERMINAL with C Language.

rnerwein
February 25th, 2011, 04:29 PM
high
i prefere ncurses - the roots
ciao

etdsbastar
February 25th, 2011, 04:31 PM
high
i prefere ncurses - the roots
ciao

what do u mean by that??? pls explain it clearly...

Tony Flury
February 25th, 2011, 06:03 PM
Hello there,

I am a C/CPP programmer. Today, I have seen the source-code of TestDisk ( A recovery tool for linux works in Terminal mode). It has beautiful buttons and cool graphics in terminal.

It is really great. Can anyone tell me where can I learn GUI PROGRAMMING IN TERMINAL with C Language.

You need to use the NCURSES library - a google search will help.

Portmanteaufu
February 25th, 2011, 08:26 PM
Here's a pretty comprehensive explanation (http://invisible-island.net/ncurses/ncurses-intro.html) that includes example code.

etdsbastar
February 27th, 2011, 08:06 AM
Ok,

I had started learning ncurses. Today, I found a library CDK (Curses Development Kit) which is providing 22+ ready to use development kit.

But, there's one problem, where can I learn CDK or is there any link to eBook or PDF file so that I can learn the same.

Thanks.

Tony Flury
February 27th, 2011, 11:05 AM
Google is your friend :

http://www.google.co.uk/#sclient=psy&hl=en&safe=off&q=cdk+tutorial&aq=0&aqi=g4g-o1&aql=&oq=&pbx=1&fp=3ccc13aea630c6f6


Other search engines also exist.