| Home : Programming : C and C++ |
| Click "Subscribe" if you want to be notified of new or updated links in this category. | Subscribe |
|
|
C and C++ Listings
|
|
Total:
67 | Displaying: 1 - 10 | Pages: 1 2 3 4 5 6 7 >> |
|
|
Sponsored Links
|
|
This tutorial is designed for everyone: even if you've never programmed before or if you have extensive experience programming in other languages and want to expand into C and C++! It is for everyone who wants the feeling of accomplishment from a working program.
Updated: 10/13/2005
|
|
|
In this tutorial, Bjorn and Matthewshow the proper use of std::stringstream, and extol the virtues of making your classes streamable.
Updated: 05/30/2005
|
|
|
This article is an excerpt from Matthew Wilson\'s recently-published book, Imperfect C++, Addison-Wesley, 2004.
Updated: 05/30/2005
|
|
|
In this inaugural installment of their new column, Smart Pointers, Bjorn Karlsson and Matthew Wilson update the well-known Law of The Big Three, explaining which one of those member functions is not always needed.
Updated: 05/30/2005
|
|
|
Veteran developer Greg Colvin traces the evolution of C, C++ and Java with an eye to a better future.
Updated: 05/30/2005
|
|
|
Excellent site for novice , amatuers to learn /improve C++ knowledge
Includes advanced topics like trees also
Updated: 05/27/2005
|
|
|
By Tom Archer I recently designed and coded a popular anti-malware
(spyware) application that, amongst other tasks, searched for known malware
"fingerprints" in memory, on disk, and in the Windows Registry. To search
for the files on disk, I wrote a recursive function that searches a given
file starting at a specified folder. The function then calls itself for
each folder it finds until it has searched the entire folder hierarchy.
This week's column illustrates this function....
Updated: 05/08/2005
|
|
|
This page is the top of an HTML version of the Usenet comp.lang.c Frequently Asked Questions (FAQ) list. An FAQ list is a collection of questions commonly asked on Usenet, together with presumably definitive answers, provided in an attempt to keep repeated questions on the newsgroup down to a low background drone so that discussion can move on to more interesting matters. Since they distill knowledge gleaned from many sources and answer questions which are demonstrably Frequent, FAQ lists serve as useful references outside of their originating Usenet newsgroups. This list is, I dare to claim, no exception, and the HTML version you're looking at now, as well as other versions referenced just below, are intended to be useful to C programmers everywhere
Updated: 04/18/2005
|
|
|
This article discusses Using managed classes from native C++ without /clr GCHandle, gcroot, and building mixed-mode DLLs Regular expressions in the .NET Framework This article uses the following technologies: C++ and the .NET Framework Code download available at: C.exe (248KB) he Managed Extensions for C++ make it possible to mix native and managed code freely, even in the same module. Wow, life is good! Compiling with /clr, however, has consequences you may not want. It...
Updated: 03/20/2005
|
|
|
when a program takes longer to compile after you have made what appear to be trivial changes, the blame can be laid at the door of dependency chains between header files. One change can trigger the need for a massive rebuild. J. Nakamura explains a way to make header files insensitive to any change -- thus saving all that rebuild time -- by using pimpl. Looking For Problems Large development projects can become a drain... not just on your brain, but on your...
Updated: 03/13/2005
|
|
|
C and C++ Listings
|
|
Total:
67 | Displaying: 1 - 10 | Pages: 1 2 3 4 5 6 7 >> |
|
|