Click here to Skip to main content
Page 1 of 38
Page Size: 10 · 25 · 50


Category filtered by:  Languages [x] | C / C++ Language [x]
Article 14 May 2013   license: CPOL
Introduction to Boost Multiprecision Library
Languages » C / C++ Language » General
Technical Blog 1 May 2013   license: CPOL
This is about the comparison operators in C++ and making them easy to implement.
Languages » C / C++ Language » General
Article 1 May 2013   license: CPOL
C# style async/await in C++.
Languages » C / C++ Language » General
C++
Tip/Trick 1 May 2013   license: CPOL
Title says it all.
Languages » C / C++ Language » Memory Management
C++
Tip/Trick 30 Apr 2013   license: CPOL
Simple Factory class with Open Closed principle.
Languages » C / C++ Language » General
Article 30 Apr 2013   license: CPOL
A simple and extensible logger for C++.
Languages » C / C++ Language » General
Article 26 Apr 2013   license: CPOL
C# style async/await in C++.
Languages » C / C++ Language » General
C++
Article 25 Apr 2013   license: CPOL
Unmanaged code application accessing data in a database via Web Services without a database provider.
Languages » C / C++ Language » General
Article 22 Apr 2013   license: CPOL
One man's struggle to organize pictures of Cookie Monster... with code.
Languages » C / C++ Language » General
Tip/Trick 11 Apr 2013   license: CPOL
C++ header file to plot data in the form of x, y, z arrays and list as potential lines and graphs.
Languages » C / C++ Language » General
Tip/Trick 6 Apr 2013   license: CPOL
How to have a single declaration of a static member for derived classes, using a simple template
Languages » C / C++ Language » Templates
Article 2 Apr 2013   license: CPOL
This article discusses a series of features new to C++11 that all developers should learn and use.
Languages » C / C++ Language » General
Technical Blog 1 Apr 2013   license: CPOL
An IOC Container using variadic template.
Languages » C / C++ Language » Templates
Technical Blog 1 Apr 2013   license: CPOL
C++ might not be the easiest language to master, or the most fashionable in the web spheres, but it is still the undisputed king for high performance computing, whether performance means speed, memory, or power.
Languages » C / C++ Language » General
C++
Technical Blog 28 Mar 2013   license: CPOL
Introduction to insulation method, for improving physical design of the code.
Languages » C / C++ Language » General
C++
Article 27 Mar 2013   license: CPOL
How to use QNetworkAccessManager to download files synchronously from the web.
Languages » C / C++ Language » General
Tip/Trick 26 Mar 2013   license: CPOL
How to develop using C++/Boost on the Mac using XCode
Languages » C / C++ Language » Beginners
Technical Blog 25 Mar 2013   license: CPOL
A C++ object factory.
Languages » C / C++ Language » General
Technical Blog 25 Mar 2013   license: CPOL
I was extensively using C during 1989-1992. After that it was C++ for a long period. From 1999 started coding in Java, then had to use C# for Windows applications. In mid 2005, I happened to get involved in a project where I had to use C and enjoyed the experience thoroughly. I could use some of the
Languages » C / C++ Language » General
Technical Blog 25 Mar 2013   license: CPOL
This post is an attempt to cement a few things in my mind as well as explain to those who are interested what on earth is going on with lvalues, rvalues and references.
Languages » C / C++ Language » General
C++
Article 24 Mar 2013   license: GPL3
QxOrm C++ library: Persistence (based on QtSql Qt library) - Serialization (based on boost::serialization library) - Reflection (introspection)
Languages » C / C++ Language » General
Article 24 Mar 2013   license: MIT
This article describes how to write and use a flexible policy based template copy pointer.
Languages » C / C++ Language » Smart Pointers
Article 23 Mar 2013   license: CPOL
Writing a basic Windows Store Hello World equivalent using VC++ and MVVM
Languages » C / C++ Language » General
Tip/Trick 20 Mar 2013   license: CPOL
How to show progress in a Boost test application.
Languages » C / C++ Language » Utilities
Tip/Trick 19 Mar 2013   license: CPOL
This enum class makes it hard to use it wrongly. Enumeration from one type can’t be mixed with any other data type.
Languages » C / C++ Language » General
C++
Article 15 Mar 2013   license: MIT
This article will show you how to determine the right integer type for a C++ enum.
Languages » C / C++ Language » Howto
Technical Blog 14 Mar 2013   license: CPOL
Several issues related to smart pointers that is worth to know.
Languages » C / C++ Language » Smart Pointers
Technical Blog 14 Mar 2013   license: CPOL
Include Guards, Pragma Once, Predeclarations and other hints that might be useful when dealing with includes.
Languages » C / C++ Language » Utilities
Tip/Trick 12 Mar 2013   license: CPOL
This post explains all the uses of const keyword
Languages » C / C++ Language » Beginners
Tip/Trick 5 Mar 2013   license: CPOL
It describes Abstract Factory Pattern which picks up the common hardware interface for different communication protocol.
Languages » C / C++ Language » General
C++
Technical Blog 4 Mar 2013   license: CPOL
Why forward declaration can cause some troubles with (smart) pointers.
Languages » C / C++ Language » Smart Pointers
C++
Article 21 Feb 2013   license: CPOL
How to send an SMS from a Desktop Applicaiton (written in C++).
Languages » C / C++ Language » Howto
Article 18 Feb 2013   license: CPOL
You have not lifted your finger off the mouse button yet when the calculation is served.
Languages » C / C++ Language » Templates
Article 16 Feb 2013   license: CPOL
How to use a simple, action based, undo/redo framework
Languages » C / C++ Language » General
Article 15 Feb 2013   license: CDDL
A string obfuscation system that integrates in a Visual Studio C++ solution
Languages » C / C++ Language » General
Article 15 Feb 2013   license: MIT
The clean way for getting C++ enumerations with Reflection support.
Languages » C / C++ Language » General
Article 14 Feb 2013   license: CPOL
Windows API, menus, c++ lambda expressions, std::enable_shared_from_this
Languages » C / C++ Language » General
Article 13 Feb 2013   license: CPOL
Various Smart Pointers in C++11
Languages » C / C++ Language » Smart Pointers
Article 12 Feb 2013   license: CPOL
A tool for simultaneous editing and viewing of CSS and HTML.
Languages » C / C++ Language » Utilities
Technical Blog 11 Feb 2013   license: CPOL
Lawrence Crowl's paper describes a proposal the C++ standard to add digit separators to C++. In this blog post, we will look at what we can do for this problem in C++ as it is currently
Languages » C / C++ Language » General
Technical Blog 7 Feb 2013   license: MIT
In Google talk, there was some bot service available which will help to translate from one language to another. You can implement similar service using Skype with the help of Skype4COM.dll. In this implementation for language translation, the Bing soap API is used. Skype4COM is a Windows based COM D
Languages » C / C++ Language » General
Article 7 Feb 2013   license: Apache
Discover how Celero makes benchmarking C++ code easy.
Languages » C / C++ Language » Utilities
Article 6 Feb 2013   license: CPOL
C++ 11 Threads
Languages » C / C++ Language » Stl
Tip/Trick 30 Jan 2013   license: CPOL
Languages » C / C++ Language » Stl
Article 30 Jan 2013   license: CPOL
Detect memory leaks
Languages » C / C++ Language » Memory Management
Tip/Trick 29 Jan 2013   license: CPOL
Find file or use wildcard i.e. dlg*.h, or *.*
Languages » C / C++ Language » Utilities
Article 27 Jan 2013   license: CPOL
The topic discusses how to safely access the pointers, which are considered as bomb shells if used unsafely.
Languages » C / C++ Language » Memory Management
Article 25 Jan 2013   license: CPOL
Using a subset of the available Lua 5.2 C interface to extend a C++ application with Lua.
Languages » C / C++ Language » General
Article 20 Jan 2013   license: CPOL
This is an alternative for "Member Function Pointers and the Fastest Possible C++ Delegates"
Languages » C / C++ Language » Delegates

Page 1 of 38
1 2 3 4 5 6 7 8 9 10


Advertise | Privacy | Mobile
Web01 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid