About 383,000 results
Open links in new tab
  1. Is bash a programming language? - Stack Overflow

    Feb 24, 2015 · a programming language through which a user communicates with the operating system or an application I think "programming language" is not exactly same thing as "command language", …

  2. What languages are Windows, Mac OS X and Linux written in?

    Feb 24, 2009 · I was just wondering who knows what programming languages Windows, Mac OS X and Linux are made up from and what languages are used for each part of the OS (ie: Kernel, plug-in …

  3. linux - Shell commands are written in what language? - Stack Overflow

    Sep 28, 2013 · There are many shell commands, like ls, cd, cat etc. what programming language is used in writing these commands? How are they compiled? My understanding: Shell is a program which …

  4. Which C version is used in the Linux kernel? - Stack Overflow

    Dec 15, 2013 · The C language versions assume the existence of a platform, but OS kernels like Linux are the platform (or at least a large part of it), so they don't have a "version" in that sense. In terms of …

  5. linux - Logo programming language implementations - Stack Overflow

    Are there any implementations of Logo for Windows or Linux (the platforms I can use) or Mac (because I know I'm not alone in this world)? How can I get the Logo programming language for my computer?

  6. What is the difference between the C programming language and C ...

    Aug 31, 2013 · Kernel programming is hardware-level programming and usually leverage implementation-defined behavior to interface the hardware world to the software world. They provide …

  7. How can I get the date and time values in a C program?

    To expand on the answer by Ori Osherov You can use the WinAPI to get the date and time, this method is specific to Windows, but if you are targeting Windows only, or are already using the WinAPI then …

  8. linux - How to open, read, and write from serial port in C? - Stack ...

    Do not use code from Frerking's "Serial Programming HOWTO" as mentioned in the first comment. They are not written to be POSIX compliant, so the code examples are not portable and may not work …

  9. Is shell script a programming language? [closed] - linux

    A scripting language or script language is a programming language that supports the writing of scripts, programs written for a software environment that automate the execution of tasks which could …

  10. c - Linux Kernel Programming for Beginners - Stack Overflow

    May 18, 2015 · 22 If you don't know programming, the kernel is very far out of reach for you at this time. Learn C. Try The C Programming Language first, perhaps followed by the excellent Advanced …