where can we use c language right now? |
| |
|
|
|
Regular Coder Posts: 53 Topics: 17
|
|
|
January 21, 2009, 01:18:45 PM
|
|
where can we use c language right now?
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
January 21, 2009, 03:09:05 PM
|
Where? - anywhere, just get a compiler and start using it  There are a million and one applications of C, and many applications where C is a clear winner
|
|
| |
|
|
|
New Poster Posts: 3 Topics: 0
|
|
|
June 23, 2009, 04:42:16 AM
|
|
many of the software are depnd upon the c language
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
June 29, 2009, 08:21:29 AM
|
many of the software are depnd upon the c language
Absolutely, even if you don't use it specifically yourself, chances are many of the applications you rely on are (or in part) written in C
|
|
| |
|
|
|
Regular Coder Posts: 53 Topics: 2
|
|
|
August 03, 2009, 09:10:05 PM
|
|
C has a compiler for just about every chipset. If you want to use it professionally, get into the telecom industry. Networking code is often written in C for performance.
|
|
| |
|
|
|
Code Guru Gender:  Posts: 1399 Topics: 85
|
|
|
August 04, 2009, 04:13:46 AM
|
Networking code is often written in C for performance.
Two other common fields are embedded things and parallel high performance computing (especially scientific applications)
|
|
| |
|
|
|
Regular Coder Posts: 64 Topics: 5
|
|
|
July 21, 2011, 06:50:07 AM
|
|
you can use this language on software development.
|
|
| |
|
|
|
Professional Coder Posts: 229 Topics: 7
|
|
|
July 24, 2011, 10:42:58 PM
|
|
The real power of c is in the game development and in the system programming.
|
|
| |
|
|
|
Professional Coder Posts: 229 Topics: 7
|
|
|
July 26, 2011, 10:49:31 PM
|
|
I think c is the best system programming and also we can use c language effectively in the game development.
|
|
| |
|
|
|
New Poster Posts: 5 Topics: 0
|
|
|
July 29, 2011, 09:47:11 AM
|
|
c language is very vast now the introduction of new fetures in it have also increased the use some of the uses are in embbeded systen,plcs and many automated gadget have their codes written in c language
|
|
| |
|
|
|
Regular Coder Posts: 73 Topics: 2
|
|
|
August 03, 2011, 02:48:18 AM
|
|
C is often used for "system programming", including implementing operating systems and embedded system applications, due to a combination of desirable characteristics such as code portability and efficiency, ability to access specific hardware addresses, ability to pun types to match externally imposed data access requirements, and low run-time demand on system resources. C can also be used for website programming using CGI as a "gateway" for information between the Web application, the server, and the browser. [10] Some reasons for choosing C over interpreted languages are its speed, stability, and near-universal availability. [11]
One consequence of C's wide acceptance and efficiency is that compilers, libraries, and interpreters of other programming languages are often implemented in C. The primary implementations of Python (CPython), Perl 5, and PHP are all written in C. Uses Due to its thin layer of abstraction and low overhead, C allows efficient implementations of algorithms and data structures, which is useful for programs that perform a lot of computations. For example, the GNU Multi-Precision Library, the GNU Scientific Library, Mathematica and MATLAB are completely or partially written in C.
C is sometimes used as an intermediate language by implementations of other languages. This approach may be used for portability or convenience; by using C as an intermediate language, it is not necessary to develop machine-specific code generators. Some languages and compilers which have used C this way are BitC, C++, COBOL, Eiffel, Gambit, GHC, Squeak, and Vala. However, C was designed as a programming language, not as a compiler target language, and is thus less than ideal for use as an intermediate language. This has led to development of C-based intermediate languages such as C--.
C has also been widely used to implement end-user applications, but much of that development has shifted to newer languages.
|
|
| |
|
|
|
Regular Coder Posts: 88 Topics: 10
|
|
|
August 05, 2011, 07:15:17 PM
|
|
PHP What it is: An open-source, interpretive, server-side, cross-platform, HTML scripting language, especially well-suited for Web development as it can be embedded into HTML pages. Why you should learn it: Its particularly widely used. "High-speed scripting with caching, augmented with compiled code plug-ins (such as can be done with Perl and PHP) is where the future is. Building Web apps from scratch using C or COBOL is going the way of the dinosaur," said Duquaine. Job availabilities: 1,152*
2. C# What it is: A general-purpose, compiled, object-oriented programming language developed by Microsoft as part of its .NET initiative, it evolved from C and C++ Why you should learn it: Its an essential part of the .Net framework. "Learning C#, which is just Java with a different name plate, is critical if you heavily use Microsoft," said Duquaine. Job availabilities: 5,111
3. AJAX (Asynchronous JavaScript and XML) What it is: Though technically not a programming language, AJAX uses XHTML or HTML, JavaScript and XML to create interactive Web applications. Why you should learn it: Ever since Google Maps put AJAX, well, on the map, the requests for AJAX-knowledgeable pros went through the roof. "The demand for AJAX knowledge is huge because its so damned hard to learn," said Huckaby. Of note, Microsoft announced recently plans to release a tool named Atlas that will make AJAX easier to implement. "If Microsofts Atlas tool is successful, it would bring the extreme complexity and annoyance of AJAX to the average worker," said Huckaby.
|
|
| |
|
|
|
Regular Coder Posts: 73 Topics: 2
|
|
|
August 15, 2011, 12:30:14 AM
|
|
in many program c language can b used in program in html code
|
|
| |
|
|
|
Regular Coder Posts: 88 Topics: 10
|
|
|
August 19, 2011, 02:44:58 AM
|
|
c use in every where in web designing in games many programs are made in c
|
|
| |
|
|
|
New Coder Posts: 16 Topics: 0
|
|
|
January 28, 2012, 03:32:06 AM
|
|
C has a compiler for just about every chipset. If you want to use it professionally, get into the telecom industry. Networking code is often written in C for performance.
|
|
| |
|
|
|
New Coder Gender: 
Age: 26
Posts: 15 Topics: 0
|
|
|
January 28, 2012, 04:27:55 AM
|
|
C is often used for "system programming", including implementing operating systems and embedded system applications, due to a combination of desirable characteristics such as code portability and efficiency, ability to access specific hardware addresses, ability to pun types to match externally imposed data access requirements, and low run-time demand on system resources. C can also be used for website programming using CGI as a "gateway" for information between the Web application, the server, and the browser. [10] Some reasons for choosing C over interpreted languages are its speed, stability, and near-universal availability. [11]
|
|
| |
|
|
|
New Coder Posts: 15 Topics: 0
|
|
|
January 30, 2012, 05:12:00 AM
|
|
Basically,C language is using in chipset and game develpment.
|
|
| |
|
|
|
New Poster Posts: 10 Topics: 1
|
|
|
January 31, 2012, 02:40:15 AM
|
|
C language is used to so many software's . C has a compiler and C is the basic language.
|
|
| |