CodeGuru.com C++ Articles |
A TR1 Tutorial: Regular Expressions Date: 07/02/2008
Discover an overview on the algorithms and classes for regular expression in TR1, with examples for matching, searching, and replacing.
|
A TR1 Tutorial: Generating Random Numbers Date: 06/30/2008
TR1 introduces new random number generators and distribution classes for producing numbers with a specific distribution. Learn how to use these new classes.
|
Working with Forms Date: 06/24/2008
Forms are how your users talk to your scripts. To get the most out of PHP, you must master forms. The first thing you need to understand is that although PHP makes it easy to access form data, you must be careful of how you work with the data.
|
A TR1 Tutorial: Unordered Containers Date: 06/19/2008
Learn about the unordered containers available in TR1 and see examples for using them.
|
PHP Tip: Validating a Credit Card Date: 06/18/2008
Learn how to make sure the credit card you're accepting isn't fraudulent.
|
A TR1 Tutorial: Class std::tr1::tuple Date: 06/17/2008
Learn how to use std::tr1::tuple, an implementation of a heterogeneous fixed size sequence from the VC++ 2008 Feature Pack.
|
Improving Visual C++ Debugging with Better Data Display Date: 06/10/2008
Code is run in a debugger for two main reasons: examining the branches of code that are being executed, and examining data values to determine why the code is behaving in a certain manner. Inspecting data values can be significantly improved by customizing the debug information. See how that can be done in the Visual C++ debugger.
|
A TR1 Tutorial: Class std::tr1::array Date: 06/09/2008
Learn how to use std::tr1::array, an implementation of a fixed size sequence from the VC++ 2008 Feature Pack.
|
Wt: C++ Web Toolkit Library Lets You Write Scripting-Independent Web Apps Date: 06/06/2008
Tired of over-committing to one web scripting technology only to get derailed by the client's browser? Wt will insulate your application logic from the bumpy ride of trying to guess the right web platform for your apps.
|
Increment File and Product Version Number: Multiple IDE Date: 05/27/2008
Learn about an add-in to automatically increment the FileVersion and ProductVersion fields in your application's files.
|
| Back |