![]() |
|
Most popular programs - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: C, C++, & Obj-C (https://sinister.ly/Forum-C-C-Obj-C) +--- Thread: Most popular programs (/Thread-Most-popular-programs) |
Most popular programs - BlueCat - 07-29-2014 What are the most popular programs out right that where programmed in C? Would love to know :grin: RE: Most popular programs - dropzon3 - 07-29-2014 Linux Kernel and the Apache Web Server are two that come to mind. RE: Most popular programs - Ex094 - 07-31-2014 Embedded Apps are coded in C too RE: Most popular programs - guppy89 - 07-31-2014 Linux Kernel http://www.freehacksarena.us/ RE: Most popular programs - Deque - 07-31-2014 Actually all major operating systems are written in C. Unix and Linux are. Windows is written in C, C++, and C# according to: http://social.microsoft.com/Forums/en-US/65a1fe05-9c1d-48bf-bd40-148e6b3da9f1/what-programming-language-is-windows-written-in RE: Most popular programs - ArkPhaze - 08-01-2014 (07-31-2014, 05:00 PM)Deque Wrote: Actually all major operating systems are written in C. I had know this about Windows without any external references, having seen parts of the source code up from 2000 to Windows 7
RE: Most popular programs - LittleWho - 08-01-2014 Linux, Unix and Windows are written in C. Most of the drivers for web cameras, microphones and other hardwares are written in C. Most of the games and programs are written in C. RE: Most popular programs - Deque - 08-01-2014 @ArkPhaze If you happen to have the code of the Windows loader (XP or later), hit me up, please. I could use it. (08-01-2014, 08:20 AM)LittleWho Wrote: Most of the games and programs are written in C.
RE: Most popular programs - Templar.Clown - 08-01-2014 (07-29-2014, 11:53 PM)dropzon3 Wrote: Linux Kernel and the Apache Web Server are two that come to mind. Well, I learned something new this morning. I had no idea that the apache web server was written in C. RE: Most popular programs - ArkPhaze - 08-01-2014 (08-01-2014, 09:27 AM)Deque Wrote: @ArkPhaze If you happen to have the code of the Windows loader (XP or later), hit me up, please. I could use it. I most likely do, but the problem is that I can't disclose the source to anybody else due to an NDA. Source or specific information about the code included. If it weren't for such agreements enforced on people that have access, Windows would probably be open source by now.. |