c-language

C is a programming language designed by Dennis Ritchie at Bell Labs. C is very widely used, straightforward, and can be compiled to a number of platforms and operating systems. C is an imperative language, with a small number of keywords and a large number of mathematical operators.
Here are 345 public repositories matching this topic...
-
Updated
Oct 23, 2020 - OCaml
-
Updated
Aug 14, 2017 - Shell
-
Updated
Jul 12, 2020 - C
-
Updated
Nov 11, 2018
-
Updated
Sep 17, 2020 - C
-
Updated
Sep 22, 2018 - TeX
-
Updated
Sep 13, 2020 - C
-
Updated
May 13, 2018 - C#
-
Updated
Oct 7, 2019 - C
-
Updated
Jun 16, 2020 - C
-
Updated
Dec 20, 2019 - JavaScript
-
Updated
Aug 17, 2020 - C
-
Updated
Apr 27, 2017 - C
-
Updated
Jul 8, 2020 - Rust
-
Updated
Dec 11, 2018 - C
-
Updated
Oct 1, 2020 - C
-
Updated
Aug 27, 2018 - C
-
Updated
Dec 20, 2019 - C
-
Updated
Sep 16, 2017 - Coq
-
Updated
Aug 9, 2018 - Shell
This application uses Windows API by including inbuilt windows.h
in C to use Beep()
function. We can:
- Devise a way to incorporate Windows API in non-Windows OS so that
Beep()
function can be accessed by C compiler in those OSes.
Or... - Use an alternative/equivalent function for
Beep()
- a function which intakes frequency value & time value to produce a sound beep.
Please add
-
Updated
Sep 28, 2015 - C
-
Updated
Dec 27, 2019 - C
-
Updated
Jun 26, 2019 - C
Created by Dennis Ritchie
Released 1972
- Website
- www.open-std.org/jtc1/sc22/wg14
- Wikipedia
- Wikipedia
This is very low prio, but it usually happens that when touching
Prims
or some other file high in the dependency graph, we get spurious diffs in many other files. Since we check-in the snapshot, and we need to have it up-to-date, we get very verbose commits when nothing relevant changed. Plus, when something did change, it's hard to spot.Example: I removed a few lines in prims and get things