| Hit (10) | |
|
I've been doing win32, but made a switch because I want open source, etc I want to program using Linux without using libraries/wraps, etc. so what is under ncurses when it comes to linux? Can i do everything in curses, only using the kernel? for example GTK+ & QT are built on top of Xlib(regarded as linux native gui api). the linux kernel was used to build xlib? Why are unix and linux regarded as the same? doesn't linux have a different kernel? | |
|
Last edited on
|
|
| kbw (5371) | ||||||
http://www.catb.org/esr/writings/taoup/html/ | ||||||
|
|
||||||
| hanst99 (2845) | |||||
Nobody stops you from developing and/or open source applications and libraries on windows.
As kbw pointed out - if you're only using the kernel, you aren't using curses. And you're in a world of hurt.
No it's not. Stop confusing what you think you've heard somewhere with fact.
Linux IS a kernel (+ lots of other stuff that's become associated with it over time, like GNU). http://en.wikipedia.org/wiki/Kernel_(computing) | |||||
|
Last edited on
|
|||||
| Hit (10) | |
|
but win32 isnt open source, so I can't learn the internals by looking at the source code i don't think i need to use curses, I think i can just use escape codes, etc I only need to set cursor position | |
|
Last edited on
|
|
| kbw (5371) | |
|
You're confusing many different things. The Linux kernel, tty programming, Gui programming are all as different from each other as win32 is from posix. Why don't you just stop and read for a little so you can begin to understand what things are. | |
|
|
|