June 29, 2007
Learning to program in Linux?
Hey what is the linux library called. Like the win32 one is called the WinAPI? Specifically the debian one.
- - Cheers, Daniel
- The equivalent of the WinAPI would probably be the kernel API. This would be for making system calls. If you needed to do something with images, you would use libpng or libjpg. Linux is very modular, meaning there isn't a single API, there will be an API for every library.
- You mean the kernel?
It depends on what type of you computer you have. If you have a standard 32 bit system then you'll want the i386 version of the kernel.
Once you have debian installed on your system using the RPM Package manager. Just do a search for the latest kernel or source.
Good luck!
- Linux is an operating system, not a programming language. One could write a program in a language such as C, but the trick is to learn enough of the Linux system calls so as to be able to do useful things.
- Linux itself is modular, the APIs are not a whole lump meal like WinAPI; there is no name attached, but the central programming API would be the kernel-source.
Others are distributed as package, libXXX for APIs central to the system as a whole, XXX-devel for API #includes specific for a program.
Tags: linux hosting, linux download























