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

    Feb 24, 2015 · Bash most certainly is a programming language, one that specialises in the unix/linux shell scripting. It's turing complete so you could (theoretically) write any program in …

  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: …

  3. How to uninstall Go? - Stack Overflow

    Aug 14, 2021 · In Control Panel, double-click Add/Remove Programs. In Add/Remove Programs, select Go Programming Language, click Uninstall, then follow the prompts. For removing Go …

  4. linux - Shell commands are written in what language? - Stack …

    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 …

  5. 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 …

  6. Read and write hard disk sector directly and efficiently

    Dec 8, 2016 · I also suspect the efficiency of this method. I am working on Linux OS and C programming language. What is the most efficient way to handle the sector of hard disk? …

  7. Get the current time in C - Stack Overflow

    I want to get the current time of my system. For that I'm using the following code in C:

  8. How to use shared memory with Linux in C - Stack Overflow

    Mar 3, 2014 · How to use shared memory with Linux in C Asked 14 years, 9 months ago Modified 2 years, 8 months ago Viewed 471k times

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

    Dec 15, 2013 · The kernel is written in the C programming language. More precisely, the kernel is typically compiled with gcc under -std=gnu11: the GNU dialect of ISO C11. clang is also …

  10. linux - Logo programming language implementations - Stack …

    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 …