Compiling c program in Linux

compiling and linking a c/c++ program

Linux operating system provides an outstanding environment for programming with its rich set of language and development tools. C is one of the most popular system programming languages to use in conjunction with Linux, in part because the operating system itself is written mostly in C. Using these languages, programmers can easily access system services … Read more

X Windows system in Linux

x winodws in linux

X Windows system was initially developed by Project Athena at MIT in 1984 and Digital Equipment Corporation. The current version of X is Version 11 revision 6 (X11R6), which was first released in September 1987. The X Window System remains distributable under a license from the X Consortium. A complete implementation of X is freely … Read more