|
| |
| | C++ - Wikipedia, the free encyclopedia |
 | | C++ is sometimes compared unfavorably with "purer" object-oriented languages such as Java, on the basis that it allows programmers to "mix and match" object-oriented and procedural programming, rather than strictly enforcing a single paradigm. |  | | C+ was the name of an earlier, unrelated programming language. |  | | C++ is designed to directly and comprehensively support multiple programming styles (procedural programming, data abstraction, object-oriented programming, and generic programming) |
|
http://en.wikipedia.org/wiki/C_Plus_Plus
(3480 words)
|
|
| |
| | LEARN C/C++ TODAY |
 | | C is often called a middle-level computer language as it combines the elements of high-level languages with the functionalism of assembly language. |  | | C allows the manipulation of bits, bytes and addresses- the basic elements with which the computer functions. |  | | The 'C' programming language was originally developed for and implemented on the UNIX operating system, on a DEC PDP-11 by Dennis Ritchie. |
|
http://www.cyberdiem.com/vin/learn.html
(1122 words)
|
|
| |
| | Chistory |
 | | The C programming language was devised in the early 1970s as a system implementation language for the nascent Unix operating system. |  | | C came into being in the years 1969-1973, in parallel with the early development of the Unix operating system; the most creative period occurred during 1972. |  | | During the 1980s the use of the C language spread widely, and compilers became available on nearly every machine architecture and operating system; in particular it became popular as a programming tool for personal computers, both for manufacturers of commercial software for these machines, and for end-users interested in programming. |
|
http://cm.bell-labs.com/cm/cs/who/dmr/chist.html
(8388 words)
|
|
| |
| | C Sharp Programming - Wikibooks, collection of open-content textbooks |
 | | C# (pronounced "See Sharp") is a multi-purpose computer programming language suitable for all development needs. |  | | Testing frameworks such as NUnit make C# amenable to test-driven development and thus a good language for use with Extreme Programming (XP). |  | | Similar to Java, it is object-oriented, comes with an extensive class library, and supports exception handling, multiple types of polymorphism, and separation of interfaces from implementations. |
|
http://en.wikibooks.org/wiki/Programming:C_sharp
(349 words)
|
|
| |
| | The Object Oriented Programming Web - C / C++ Directory |
 | | The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators; it provides many of the basic algorithms and data structures of computer science. |  | | Debugging C and C++ code in a Unix environment |  | | 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)
|
|
| |
| | 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)
|
|
| |
| | What is C? - A Word Definition From the Webopedia Computer Dictionary |
 | | C is a particularly popular language for personal computer programmers because it is relatively small -- it requires less memory than other languages. |  | | The first major program written in C was the UNIX operating system, and for many years C was considered to be inextricably linked with UNIX. |  | | Tutorials on C, C++, and general object oriented programming. |
|
http://www.webopedia.com/TERM/C/C.html
(348 words)
|
|
| |
| | Dinkum C++ Library |
 | | Most of the information about the Standard C++ library can be found in the descriptions of the C++ library headers that declare or define library entities for the program. |  | | C++ Library Overview · C Library Overview · Characters · Files and Streams · Formatted Output · Formatted Input · STL Conventions · Containers |  | | The Standard C++ library consists of 51 required headers. |
|
http://www.dinkumware.com/htm_cpl
(1040 words)
|
|
| |
| | C Tutorial |
 | | C allows us to perform arithmetic operations using pointers, but beware that the ``unit'' in pointer arithmetic is the size (in bytes) of the object to which the pointer points. |  | | 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. |  | | The C language was based on two (now defunct) languages: BCPL, written by Martin Richards, and B, written by Ken Thompson in 1970 for the first UNIX system on a PDP-7. |
|
http://www.physics.drexel.edu/courses/Comp_Phys/General/C_basics/c_tutorial.html
(3794 words)
|
|
| |
| | Howstuffworks "How C Programming Works" |
 | | The C programming language is a popular and widely used programming language for creating computer programs. |  | | If you haven't upgraded to a flat-screen computer monitor yet, now could be the time. |  | | This animation shows the execution of a simple C program. |
|
http://www.howstuffworks.com/c.htm
(224 words)
|
|
| |
| | Brian W. Kernighan: Programming in C: A Tutorial |
 | | C is an extension of B, which was designed by D. Ritchie and K. Thompson [4]. |  | | C is a computer language available on the GCOS and UNIX operating systems at Murray Hill and (in preliminary form) on OS/360 at Holmdel. |  | | A C program consists of one or more functions, which are similar to the functions and subroutines of a Fortran program or the procedures of PL/I, and perhaps some external data definitions. |
|
http://www.lysator.liu.se/c/bwk-tutor.html
(7493 words)
|
|
| |
| | C-- Home |
 | | 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. |  | | You might generate C, if you can live without multiple results in registers, proper tail calls, computed gotos, accurate garbage collection, and efficient exceptions. |  | | Other infrastructures focus on adding new optimizations; C-- focuses on supporting multiple front ends for multiple languages. |
|
http://www.cminusminus.org
(494 words)
|
|
| |
| | C# Programming |
 | | C# Friends See whitepapers, a class- "browser" reference, and more... |  | | 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. |  | | An introduction to using components in C# development. |
|
http://www.hitmill.com/programming/dotNET/csharp.html
(350 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++ Draft - Hypertext Summary of the Syntax (Dick Botting) |  | | Since C++ is an object oriented language, it possesses the three object oriented benefits discussed above. |
|
http://www.cetus-links.org/oo_c_plus_plus.html#oo_c_plus_plus_tutorials
(881 words)
|
|
| |
| | Bjarne Stroustrup's Homepage |
 | | Over the years, I have written a few books (including The C++ Programming Language and The Design and Evolution of C++.), written a lot of papers, and given some interviews. |  | | 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. |  | | I also retain a link to AT&T Labs - Research as a member of the Information and Systems Software Research Lab. |
|
http://public.research.att.com/~bs/homepage.html
(148 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. |  | | 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... |  | | A project to build a complete reference for all purposes of the C++ language and its libraries. |
|
http://www.cplusplus.com
(119 words)
|
|
| |
| | Visual C# Developer Center |
 | | Is it better to build my classes inside one major C# file or do I need to create an individual file for each individual class or is it just better to have my classes embedded in the More... |  | | I have a backround in C++ so I understand it all but i have a problem. |  | | Everywhere I turn, all I read about is dynamic languages. |
|
http://msdn.microsoft.com/vcsharp
(1035 words)
|
|
| |
| | C# C Sharp Help : For C# Developers - Csharp C-sharp |
 | | Moreover, the webservice's URL could also be dynamically read from an initialization file (.ini) in the C project. |  | | It was a little bit frustrating to see, how complicated people try to solve such easy things like a ping command in their program and how much money some vendors are asking for working solutions. |  | | The challenge in building high-performance, scalable Web applications is the ability to store items, whether data objects, pages, or parts of a page, in memory the initial time they are requested. |
|
http://www.csharphelp.com
(1870 words)
|
|
| |
| | C# Corner- C-Sharp C#.NET CSharp VB.NET ASP.NET Visual Studio .NET |
 | | This article features a program in which the user can enter a polynomial equation and it will use GAs to determine the complex roots. |  | | Array is like Objects and they are created with new Keyword. |  | | Solving Polynomial Equations with Complex Roots using Genetic Algorithms in C# by Mike Gold |
|
http://www.c-sharpcorner.com
(995 words)
|
|
| |
| | Bruce Eckel's MindView, Inc: Thinking in C++ 2nd Edition by Bruce Eckel |
 | | A Microsoft makefile is included that will successfully compile all possible programs in the book. |  | | To remedy this, the printed book contains a CD ROM training course that gently introduces you to the C syntax that you need to understand in order to take on C++ or Java. |  | | Being primarily a Visual Basic developer, embarking on this 'journey of discovery' has been both enlightening and disheartening at times. |
|
http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html
(2801 words)
|
|
| |
| | C++ Archive |
 | | CodeCraft is a weekly newsletter of tips and advice for anyone learning to program in C or C++ in a Unix or Linux environment. |  | | 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++. |
|
http://austinlinks.com/CPlusPlus
(266 words)
|
|
| |
| | Cprogramming.com - Programming Tutorials: C++ Made Easy and C Made Easy |
 | | Using Namespaces in C++ Namespaces are a useful way of maintaining logical divisions in your code and encapsulating functionality |  | | When To Use Goto: A Partial Defense of the goto Statement Goto can actually be used quite profitably as a means for handling errors cleanly! |  | | Using Exceptions for Error Handling in C++ What are exceptions, why do we use them, and how can we best take advantage of them? |
|
http://www.cprogramming.com/tutorial.html
(1746 words)
|
|
| |
| | Welcome to www.Mastercsharp.com - Master C#, the easy way... |
 | | Answers to all the general questions which you might be having. |  | | The book then goes in depth on how to navigate the Visual Studio environment and introduces the reader to the C# language From here the book dives into the.NET framework and how to take advantage of its capabilities using C#. |  | | An article which gives a quick overview of the new C# language and its features. |
|
http://www.mastercsharp.com
(737 words)
|
|
| |
| | Amazon.com: Microsoft Visual C++ .NET Standard: Software |
 | | Categories > Programming > Programming Languages > C & C++ |  | | On the other hand, it excels as a tool for building Windows applications and components, where its huge flexibility compensates for the lack of a visual form designer. |  | | I do not know where else I could get an anwser for this. |
|
http://www.amazon.com/exec/obidos/ASIN/B00005RV4X/terrylindascozylA
(1534 words)
|
|
| |
| | The C Programming Language |
 | | Here is a list of errata in the published version; many of these are corrected in recent printings. |  | | Swedish: The C Programming Language, Computer Press Förlags, ISBN 91-970296-45; more recently, bundled with The C Answer Book as ISBN 0-13-028277-4. |  | | Czech: Programovací C, Computer Press, a.s., ISBN 80-251-0897-X |
|
http://cm.bell-labs.com/cm/cs/cbook
(692 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. |  | | Learn Programming 123 - C - Tutorials for beginners and advanced. |  | | Logic programming in C - Logic programming, parsing and compiling with free online books and tools. |
|
http://dmoz.org/Computers/Programming/Languages/C
(335 words)
|
|
| |
| | HEPATITIS C INFO CENTER - With Daily Hepatitis C Updates |
 | | You must set the ad network.txt file to be writable (or file is not within path). |  | | An email will be sent to alert you whenever new and important HCV information becomes available. |  | | You can find more information about each of these drug protocols at this website and elsewhere on the internet. |
|
http://www.hepatitis-central.com
(2344 words)
|
|
| |
| | Boost C++ Libraries |
 | | Apple GCC 3.3, 4.0 on Mac OS X. Borland C++ 5.6.4 on Windows. |  | | “...one of the most highly regarded and expertly designed C++ library projects in the world.” — Herb Sutter and |  | | GNU C++ 2.95.3 (with and without STLport), 3.2.x., 3.3.x, 3.4.x, 4.0.x on Windows, Linux and Solaris. |
|
http://www.boost.org
(692 words)
|
|
| |
| | XML-RPC for C and C++: Overview |
 | | XML-RPC For C and C++ is designed for Unix and is most tested on unix. |  | | As far as we know, it works on any reasonably standard unix. |  | | This library provides a modular implementation of XML-RPC for C and C++. |
|
http://xmlrpc-c.sourceforge.net/#downloading
(234 words)
|
|
| |
| | HP C++ Development Environment |
 | | HP C++ is a native programming language product that runs under the Tru64 UNIX operating system on Alpha processors and generates highly optimized object code. |  | | 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)
|
|
| |
| | Ecma WEB SITE |
 | | The size or complexity of a program and its data that will exceed the capacity of any specific data-processing system or the capacity of a particular processor; |  | | The mechanism by which C# programs are transformed for use by a data-processing system; |  | | The mechanism by which input data are transformed for use by a C# application; |
|
http://www.ecma-international.org/publications/standards/Ecma-334.htm
(161 words)
|
|
| |
| | Bloodshed Software - Dev-C++ |
 | | You can also order Dev-C++ with other software on a CD here |  | | , the Win32 API reference help file and the Strandard C library reference) |  | | 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)
|
|
| |
| | ISO/IEC JTC1/SC22/WG14 - C |
 | | TR 24747: Programming language C - Extensions for the C language library to support mathematical special functions |  | | 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)
|
|
| |
| | C# C Sharp and Tutorials on C# Friends.com |
 | | Design Patterns in C# : Review — Book review of the latest design pattern book, "Design Patterns in C#", published by Addison-Wesley. |  | | Great C# books: The C# Programming Language, Essential ASP.NET With Examples in C#, ASP.NET Unleashed. |  | | ASP.NET Caching Techniques — ASP.NET Caching can improve your applications performance and allow for flexible C# development. |
|
http://www.csharpfriends.com
(887 words)
|
|
| |
| | ISO/IEC JTC1/SC22/WG21 - The C++ Standards Committee |
 | | News 2006-04-23: C++ Standard Core Language Issues List (Revision 41) is available, also committee version |  | | SC22/WG21 is the international standardization working group for the programming language C++. |  | | News 2006-04-23: The C++ Standard Library Issues List (Revision 42) is available (.tar.gz) |
|
http://www.open-std.org/jtc1/sc22/wg21
(135 words)
|
|
| |
| | ITtoolbox C Languages Knowledge Base |
 | | Knowledge Bases: Business Intelligence - C Languages - CIO |  | | Sign up to get e-mail notifications when new C Languages white papers are posted. |
|
http://c.ittoolbox.com
(189 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. |  | | OpenMP v2.5 parallel programming interface for C, C++ and Fortran. |  | | GCC, the GNU Compiler Collection, includes front ends for C, C++, Objective-C, Fortran, Java, and Ada, as well as libraries for these languages (libstdc++, libgcj,...). |
|
http://gcc.gnu.org
(346 words)
|
|
| |
| | Visual C++ Developer Center |
 | | Named Return Value Optimization in Visual C++ 2005 |  | | C++ At Work: Implement Triple-Click, Subclass the Main Window |  | | Visual C++ 2005 introduces new features in the C++ language related to member functions. |
|
http://msdn.microsoft.com/visualc
(472 words)
|
|
| |
| | C# Station - Tutorial, Links, Info - C Sharp |
 | | Mayo Software Consulting, Inc. You can also check out Joe's book, C# Unleashed |  | | This is a community site for people interested in applying.NET using the C# programming language. |  | | He has written some excellent tutorials for C# programmers to learn how to develop portal applications with Sharepoint. |
|
http://www.csharp-station.com
(849 words)
|
|
| |
| | Borland IDE : C++ Builder 2006 - Software Development Tool |
 | | Borland IDE : C++ Builder 2006 - Software Development Tool |  | | 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. |  | | For the professional C++ developer who demands reliable, high-performance applications, this is the IDE you’ve been waiting for! |
|
http://www.borland.com/cbuilder
(441 words)
|
|
| |
| | Programming in C |
 | | Direct link to Java Algorithm Animations (C related) |  | | Lecture notes + integrated exercises, solutions and marking |  | | UNIX System Calls and Subroutines using C. Marshall 1994-2005 |
|
http://www.cs.cf.ac.uk/Dave/C/CE.html
(103 words)
|
|
| |
| | MedlinePlus Medical Encyclopedia: Vitamin C |
 | | Vitamin C should be consumed every day because it is not fat-soluble and, therefore, cannot be stored for later use. |  | | Vitamin C is a water-soluble vitamin that is necessary for normal growth and development. |  | | A severe form of vitamin C deficiency is known as scurvy, which mainly affects older, malnourished adults. |
|
http://www.nlm.nih.gov/medlineplus/ency/article/002404.htm
(544 words)
|
|
| |
| | Comega - Home |
 | | 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. |  | | Read some nice comments by Anders Heljsberg (designer of C#) on Cω here. |
|
http://research.microsoft.com/Comega
(185 words)
|
|
| |
| | Limited Access Notice |
 | | The Dinkum C++ Library Reference presented here, in machine-readable or printed form (hereafter the Reference) is copyright © 1992-2002 by P.J. Plauger. |  | | This material is derived in part from books copyright © 1992-2002 by P.J. Plauger. |
|
http://www.dinkumware.com/refxcpp.html
(281 words)
|
|
| |
| | Chemistry : Periodic Table : carbon : key information |
 | | C, is particularly useful for isotopic labelling studies since it is not radioactive, but is a spin I = |  | | This new form of carbon is the subject of great interest in research laboratories today. |  | | More recently, another form of carbon, buckminsterfullerene, C |
|
http://www.webelements.com/webelements/elements/text/C/key.html
(560 words)
|
|
| |
| | C/C++ Users Journal |
 | | Dobb's Journal, which will now feature expanded C and C++ coverage. |  | | Effective with the March 2006 issue, the C/C++ Users Journal has merged with Dr. |
|
http://www.cuj.com
(249 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)
|
|
| |
| | 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)
|
|
| |
| | 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)
|
|
|