|
| |
| | Chistory |
 | | C has become successful to an extent far surpassing any early expectations. |  | | A parsimonious, pragmatic approach influenced the things that went into C: it covers the essential needs of many programmers, but does not try to supply too much. |  | | Beguiled by the example of PL/I, early C did not tie structure pointers firmly to the structures they pointed to, and permitted programmers to write |
|
http://cm.bell-labs.com/cm/cs/who/dmr/chist.html
(8388 words)
|
|
| |
| | Brian W. Kernighan: Programming in C: A Tutorial |
 | | C provides an alternate form of conditional which is often more concise. |  | | Needless to say, this is a wide enough spectrum of opinion that no one is satisfied (including me); comments and suggestions are still welcome, so that some future version might be improved. |  | | It is called the ``conditional expression'' because it is a conditional which actually has a value and can be used anywhere an expression can. |
|
http://www.lysator.liu.se/c/bwk-tutor.html
(7493 words)
|
|
| |
| | C++ - Wikipedia, the free encyclopedia |
 | | C++ has been the subject of much debate. |  | | C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond. |  | | This is an example of a program which does nothing. |
|
http://en.wikipedia.org/wiki/C_Plus_Plus
(3480 words)
|
|
| |
| | HEPATITIS C INFO CENTER - With Daily Hepatitis C Updates |
 | | Each claims their formulation is superior for treating Hepatitis C. Your doctor will likely recommend one or the other (doctors have no other medicine to offer to treat this disease). |  | | An Iranian research study recently concluded that the herbal components of Liv.52 are beneficial in the treatment of cirrhotic patients. |  | | Information at this website is for educational purposes only; statements about products and health conditions have not been evaluated by the U.S. Food and Drug Administration. |
|
http://www.hepatitis-central.com
(2344 words)
|
|
| |
| | C# Station - Tutorial, Links, Info - C Sharp |
 | | Lesson 2 of the C# Tutorial has been updated, adding clarification points and reorganizing. |  | | This change adds some clarification points, reformats information, and organizes the tutorial a bit more. |  | | C# Station offers several avenues of education and the ability to communicate with people who have the same interests as you. |
|
http://www.csharp-station.com
(849 words)
|
|
| |
| | Visual C# Developer Center |
 | | Evaluate what you know about C# using the free online skills assessment from Microsoft Learning and create your own personalized learning plan. |  | | Take a free Visual C# Skills Assessment from Microsoft Learning |  | | Posted on Tue, 02 May 2006 00:31:20 GMT Comments (6) |
|
http://msdn.microsoft.com/vcsharp
(1035 words)
|
|
| |
| | C Sharp Programming - Wikibooks, collection of open-content textbooks |
 | | Describes the basics in how the applications you write will be interpreted. |  | | Testing frameworks such as NUnit make C# amenable to test-driven development and thus a good language for use with Extreme Programming (XP). |  | | Summarizes the operators, such as the '+' in addition, available in C#. |
|
http://en.wikibooks.org/wiki/Programming:C_sharp
(349 words)
|
|
| |
| | Dinkum C++ Library |
 | | Characters -- how to write character constants and string literals, and how to convert between multibyte characters and wide characters |  | | Numerous function and class definitions accompany these functions to help you to make better use of the library. |  | | The headers come in two forms, new and traditional. |
|
http://www.dinkumware.com/htm_cpl
(1040 words)
|
|
| |
| | Cprogramming.com - Programming Tutorials: C++ Made Easy and C Made Easy |
 | | Find out what const-correctness and, more importantly, why it should matter to you |  | | Templated functions Templates can be used to write generic functions as well as generic classes |  | | Getting out the static Keyword A multipurpose keywords, static can be used globally, locally, and on class variables, with different meanings in each context |
|
http://www.cprogramming.com/tutorial.html
(1746 words)
|
|
| |
| | The Object Oriented Programming Web - C / C++ Directory |
 | | C++ and OOP course, assumes no programming skills. |  | | Chapters 7 through 9 introduce C++ as an example of an object-oriented programming language which is in wide-spread use. |  | | The book aims to introduce C in a structured manner, beginning with the simpler aspects of the language, and working up to more complex issues. |
|
http://www.oopweb.com/CPP/Files/CPP.html
(672 words)
|
|
| |
| | LEARN C/C++ TODAY |
 | | C allows the manipulation of bits, bytes and addresses- the basic elements with which the computer functions. |  | | C++ is actually an extendible language since we can define new types in such a way that they act just like the predefined types which are part of the standard language. |  | | C was created, influenced, and field tested by working programmers. |
|
http://www.cyberdiem.com/vin/learn.html
(1122 words)
|
|
| |
| | Programming in C |
 | | Lecture notes + integrated exercises, solutions and marking |  | | Direct link to Java Algorithm Animations (C related) |  | | UNIX System Calls and Subroutines using C. Marshall 1994-2005 |
|
http://www.cs.cf.ac.uk/Dave/C/CE.html
(103 words)
|
|
| |
| | C++ |
 | | C++ was developed by Bjarne Stroustrup as an object-oriented extension to C. |  | | A comparative study of programming languages, their development and the development of the programming paradigms that they embody. |  | | A Windows development environment for use with the GCC compiler. |
|
http://burks.bton.ac.uk/burks/language/cpp
(676 words)
|
|
| |
| | MedlinePlus Medical Encyclopedia: Vitamin C |
 | | Vitamin C is water soluble and is regularly excreted by the body. |  | | Vitamin C is required for the growth and repair of tissues in all parts of your body. |  | | The body does not manufacture vitamin C on its own, nor does it store it. |
|
http://www.nlm.nih.gov/medlineplus/ency/article/002404.htm
(544 words)
|
|
| |
| | What is C? - A Word Definition From the Webopedia Computer Dictionary |
 | | The low-level nature of C, however, can make the language difficult to use for some types of applications. |  | | Courseware on learning the basics of C programming. |  | | Although originally designed as a systems programming language, C has proved to be a powerful and flexible language that can be used for a variety of applications, from business programs to engineering. |
|
http://www.webopedia.com/TERM/C/C.html
(348 words)
|
|
| |
| | C Tutorial |
 | | C treats the name of the array as if it were a pointer to the first element--this is important in understanding how to do arithmetic with arrays. |  | | C does not provide any operator which manipulate entire strings at once. |  | | Conceptually, switches behave very much like arguments to functions within C, and they are passed to a C program from the operating system in precisely the same way as arguments are passed between functions. |
|
http://www.physics.drexel.edu/courses/Comp_Phys/General/C_basics/c_tutorial.html
(3794 words)
|
|
| |
| | C# Corner- C-Sharp C#.NET CSharp VB.NET ASP.NET Visual Studio .NET |
 | | This article gives a quick view in to the problems faced with the value type objects and the solution to the problems. |  | | Array is like Objects and they are created with new Keyword. |  | | This article is for web-developers who want to access crystal reports in ASP.Net by using multiple tables or views etc. This application might help them and save their development time. |
|
http://www.c-sharpcorner.com
(995 words)
|
|
| |
| | Ecma WEB SITE |
 | | The mechanism by which C# applications are invoked for use by a data-processing system; |  | | The mechanism by which C# programs are transformed for use by a data-processing system; |  | | This Ecma Standard specifies the form and establishes the interpretation of programs written in the C# programming language. |
|
http://www.ecma-international.org/publications/standards/Ecma-334.htm
(161 words)
|
|
| |
| | Bruce Eckel's MindView, Inc: Thinking in C++ 2nd Edition by Bruce Eckel |
 | | Thanks for writing such a good book with such useful examples. |  | | He's had the benefit of a GREAT deal of novice feedback, and the books reflect that.His books are not just about writing in C++/Java, but understanding the intent of the languages and the mindset that goes with thinking in them. |  | | I originally set out to learn C++ in order to take advantage of Microsoft's ATL, but now I'm equally excited about using my developing skills to develop applications on other platforms. |
|
http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html
(2801 words)
|
|
| |
| | Chemistry : Periodic Table : carbon : key information |
 | | This new form of carbon is the subject of great interest in research laboratories today. |  | | C, an isotope with a half-life of 5730 years, is used to date such materials as wood, archeological specimens, etc. Carbon-13, |  | | C, is particularly useful for isotopic labelling studies since it is not radioactive, but is a spin I = |
|
http://www.webelements.com/webelements/elements/text/C/key.html
(560 words)
|
|
| |
| | C-- Home |
 | | C-- has a machine-level type system, so you don't have to shoehorn your favorite high-level language into a high-level data model that doesn't fit. |  | | Research on C-- and Quick C-- is supported by a generous gift from Microsoft Research and by the National Science Foundation under grant number 0325460. |  | | C-- provides a run-time interface, so you can implement garbage collection and exception handling using the techniques that are best suited to your language. |
|
http://www.cminusminus.org
(494 words)
|
|
| |
| | C# C Sharp Help : For C# Developers - Csharp C-sharp |
 | | There is a reality; most of the developers confuse about C# Generics. |  | | With my migration from a Visual Basic 6 world to a Microsoft.NET C# world, I had some question as to how I can create an ActiveX control with.NET. |  | | We'll use a workshop as our example instead. |
|
http://www.csharphelp.com
(1870 words)
|
|
| |
| | Cetus Links: 16604 Links on Objects and Components / C++ |
 | | Object oriented programming is a reaction to programming problems that were first seen in large programs being developed in the 70s. |  | | C++ Gets Faster for Scientific Computing (Kuck and Associates) |  | | Handling Exceptions in C and C++ : Part 1, Part 2, Part 3, Part 4, Part 5, Part 6, Part 7, Part 9, Part 9, Part 10 (Microsoft) |
|
http://www.cetus-links.org/oo_c_plus_plus.html#oo_c_plus_plus_tutorials
(881 words)
|
|
| |
| | Amazon.com: Microsoft Visual C++ .NET Standard: Software |
 | | I was hoping that someone who has Vusyal C++.NET or someone who is knowledgable about this subject could help me out. |  | | The two big changes in Visual C++.NET, when compared to Visual C++ 6.0, are support for the.NET Framework and a brand-new IDE. |  | | Further, if you intend to do any.NET development, you may be somewhat disappointed as.NET support is primarily focused on C# and VB. |
|
http://www.amazon.com/exec/obidos/ASIN/B00005RV4X/terrylindascozylA
(1534 words)
|
|
| |
| | C# C Sharp and Tutorials on C# Friends.com |
 | | Conditional Attribute in C# compared to #if #endif — Learn how to utilize the Conditional Attribute to better structure your source code when producing DEBUG and Release 'versions'. |  | | ASP.NET Caching Techniques — ASP.NET Caching can improve your applications performance and allow for flexible C# development. |  | | Design Patterns in C# : Review — Book review of the latest design pattern book, "Design Patterns in C#", published by Addison-Wesley. |
|
http://www.csharpfriends.com
(887 words)
|
|
| |
| | Howstuffworks "How C Programming Works" |
 | | C++ is an extension of C, and it is nearly impossible to learn C++ without learning C first. |  | | The C programming language is a popular and widely used programming language for creating computer programs. |  | | You will be able to read and write code for a large number of platforms -- everything from microcontrollers to the most advanced scientific systems can be written in C, and many modern operating systems are written in C. The jump to the object oriented C++ language becomes much easier. |
|
http://www.howstuffworks.com/c.htm
(224 words)
|
|
| |
| | Welcome to www.Mastercsharp.com - Master C#, the easy way... |
 | | “This is a thorough reference book with many useful Microsoft(r) Visual C# (tm).NET programming examples. |  | | Answers to all the general questions which you might be having. |  | | The book starts by introducing the reader to the.NET environment and some basic C# program examples. |
|
http://www.mastercsharp.com
(737 words)
|
|
| |
| | Visual C++ Developer Center |
 | | I am developing a C++ application in Visual Studio 2005 that needs to call methods in a legacy MFC More... |  | | The Visual Studio team is at it again with another cool contest for Visual Studio Express developers: Made In Express. |  | | Paul DiLascia takes a look at how to get the triple-click functionality found in Internet Explorer and child control font perferences in your own applications. |
|
http://msdn.microsoft.com/visualc
(472 words)
|
|
| |
| | Bjarne Stroustrup's Homepage |
 | | I also retain a link to AT&T Labs - Research as a member of the Information and Systems Software Research Lab. |  | | Here is some biographical material, some frequently asked questions, some frequently asked questions about C++ style and technique and a C++ glossary. |  | | I can be reached by email at bs at cs.tamu.edu or bs at research.att.com, and by paper mail at Department of Computer Science, TAMU 3112, College Station, TX 77843-3112 or AT&T Research, 180 Park Ave., Florham Park, NJ 07932-0971, USA. |
|
http://public.research.att.com/~bs/homepage.html
(148 words)
|
|
| |
| | C# Programming |
 | | This C# Directory began as the first C# Web site on the Internet, and has evolved as more information and references for developers has become available. |  | | C# Friends See whitepapers, a class- "browser" reference, and more... |  | | HISTORY: C#, a Java-like programming language, was submitted by Microsoft to the ECMA standards group in mid-2000. |
|
http://www.hitmill.com/programming/dotNET/csharp.html
(350 words)
|
|
| |
| | Limited Access Notice |
 | | This material is derived in part from books copyright © 1992-2002 by P.J. Plauger. |  | | The Dinkum C++ Library Reference presented here, in machine-readable or printed form (hereafter the Reference) is copyright © 1992-2002 by P.J. Plauger. |
|
http://www.dinkumware.com/refxcpp.html
(281 words)
|
|
| |
| | C++ Archive |
 | | Given the proliferation of programming languages-du-jour for writing CGI apps, it might seem that writing programs for the web was restricted to these new and untested languages. |  | | Guide to understanding how to make MFC programs work under Visual C++. |  | | Alternatively, you can go to our home-page and place your CV into our secure database for agencies to view. |
|
http://austinlinks.com/CPlusPlus
(266 words)
|
|
| |
| | Boost C++ Libraries |
 | | A great number of people contributed their time and expertise to make this release possible. |  | | Background Information page has introductory material to help those educating their organization about Boost. |  | | Note: Boost does not support the non-standard "Safe" C++ Library shipping with Visual C++ 8.0, which may result in many spurious warnings from Boost headers and other standards-conforming C++ code. |
|
http://www.boost.org
(692 words)
|
|
| |
| | ISO/IEC JTC1/SC22/WG21 - The C++ Standards Committee |
 | | SC22/WG21 is the international standardization working group for the programming language C++. |  | | If you want further information, or want to participate, please contact your national member body or one of the contact addresses of the WG. |  | | News 2006-04-23: C++ Standard Core Language Issues List (Revision 41) is available, also committee version |
|
http://www.open-std.org/jtc1/sc22/wg21
(135 words)
|
|
| |
| | ISO/IEC JTC1/SC22/WG14 - C |
 | | A charter for the revision of the standard describes the rules for what has been done. |  | | SC22/WG14 is the international standardization working group for the programming language C. The current C programming language standard ISO/IEC 9899 was adopted by ISO and IEC in 1999. |  | | TR 19769: Extensions for the programming language C to support new character data types |
|
http://www.open-std.org/jtc1/sc22/wg14
(250 words)
|
|
| |
| | Open Directory - Computers: Programming: Languages: C |
 | | C Language forum at Tek-Tips - C Language technical support forums and mutual help system for computer professionals. |  | | Codepage 2.3 - Subject index of C programming resources on the WWW. |  | | Dobbs Programmers Vault - The place where programmers dreams come true. |
|
http://dmoz.org/Computers/Programming/Languages/C
(335 words)
|
|
| |
| | cplusplus.com - The C++ resources network |
 | | Non-technical information about the C++ language, from a basic description, a summary of its history to the latest news concerning this language. |  | | Here you will find different web discussion groups where ask what you always wanted to know, share experiences and discoveries and help other programmers. |  | | Technical documents covering the different facets of the C++ language, from getting started tutorials to specific documents about hardware, operating systems, internet, etc. The Cplusplus Language Tutorial, a book selection, and more... |
|
http://www.cplusplus.com
(119 words)
|
|
| |
| | The C Programming Language |
 | | This and other historical material, including early manuals and compilers, is available at Dennis Ritchie's home page, while Brian Kernighan's home page collects pointers to his work on C and diverse other languages and systems. |  | | Turkish: C Programlama Dili, Sistem Yayincilik, ISBN 975322312-9. |  | | Polish: Jezyk ANSI C, Wydawnictwa Naukowo-Techniczne, ISBN 83-204-1693-0 |
|
http://cm.bell-labs.com/cm/cs/cbook
(692 words)
|
|
| |
| | Comega - Home |
 | | Read some nice comments by Anders Heljsberg (designer of C#) on Cω here. |  | | Cω is an extension of C# in two areas: |  | | Take a look at LINQ and see the Cω-like data access features that Microsoft is proposing for the next release of Visual Studio. |
|
http://research.microsoft.com/Comega
(185 words)
|
|
| |
| | HP C++ Development Environment |
 | | For support information, please see the C++ support page. |  | | Using HP C++ [pdf] explains how to develop and debug HP C++ programs and provides information about Tru64 UNIX features and tools that work with the compiler. |  | | HP C++ for Tru64 UNIX is the most standard-conforming C++ implementation in the industry and provides features to improve programmer productivity and application performance. |
|
http://h30097.www3.hp.com/cplus
(315 words)
|
|
| |
| | Type C Electric Plug |
 | | This type of plug is very common in most "universal" adaptor sets. |  | | NOTE: Type C plugs can also be used with E and F and some L receptacles. |  | | (Though the diagram shows a circular plug, quite often Type C plugs have a rectangular form factor, as in the photo above.) |
|
http://kropla.com/!c.htm
(82 words)
|
|
| |
| | GCC Home Page - GNU Project - Free Software Foundation (FSF) |
 | | Please send comments on these web pages and the development of GCC to our developer mailing list at gcc@gnu.org or gcc@gcc.gnu.org. |  | | We strive to provide regular, high quality releases, which we want to work well on a variety of native and cross targets (including GNU/Linux), and encourage everyone to contribute changes and help testing GCC. |  | | Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. |
|
http://gcc.gnu.org
(346 words)
|
|
| |
| | Borland IDE : C++ Builder 2006 - Software Development Tool |
 | | For the professional C++ developer who demands reliable, high-performance applications, this is the IDE you’ve been waiting for! |  | | A new Live Templates system allows you to tab through fields and insert points of any template, while the “Smart” Block completion feature anticipates and gracefully adds block closures as you type. |  | | C++Builder 2006 Professional contains everything you need to develop desktop Windows applications in C++, including drag-and-drop visual development, CodeInsight™ auto-completion, new WYSIWYG Web Page Design, a new structure pane for C++ source code, and integrated version control and bug tracking. |
|
http://www.borland.com/cbuilder
(441 words)
|
|
| |
| | Physical Review C Homepage |
 | | Physical Review C is a trademark of The American Physical Society. |  | | Use of APS online journals implies that the user has read and agrees to the Terms and Conditions in the Subscription Agreement. |
|
http://prc.aps.org
(107 words)
|
|
| |
| | Bloodshed Software - Dev-C++ |
 | | It can also handle the Insight Debugger, which you can also download here. |  | | You can also order Dev-C++ with other software on a CD here |  | | If you want to use the Setup Creator feature of Dev-C++, you will also need to |
|
http://www.bloodshed.net/devcpp.html
(354 words)
|
|
| |
| | C/C++ Users Journal |
 | | Effective with the March 2006 issue, the C/C++ Users Journal has merged with Dr. |  | | Dobb's Journal, which will now feature expanded C and C++ coverage. |
|
http://www.cuj.com
(249 words)
|
|
| |
| | XML-RPC for C and C++: Overview |
 | | It converts the procedure call into XML document, sends it to a remote server using HTTP, and gets back the response as XML. |  | | As far as we know, it works on any reasonably standard unix. |  | | XML-RPC For C and C++ is designed for Unix and is most tested on unix. |
|
http://xmlrpc-c.sourceforge.net/#downloading
(234 words)
|
|
| |
| | Stephen C. Hilbert - a Star Library biography |
 | | The company initially focuses on raising at least $3 million to buy underperforming insurance companies and streamline them. |  | | From 1988 to 1998, the total return on the company's stock averaged 47 percent a year, 17th-best among publicly traded companies in the United States. |  | | 1979 - Stephen C. Hilbert and David E. Deeds start Security National of Indiana Corp. with $10,000 of their own money. |
|
http://www2.indystar.com/library/factfiles/people/h/hilbert_stephen/hilbert.html
(842 words)
|
|
| |
| | The C++ Annotations |
 | | Sorry we can't offer you the C++ Annotations, as your browser doesn't support frames. |
|
http://www.icce.rug.nl/documents/cplusplus
(14 words)
|
|
|