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


Category filtered by:  Languages [x] | C / C++ Language [x] | General [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 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
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
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
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 23 Mar 2013   license: CPOL
Writing a basic Windows Store Hello World equivalent using VC++ and MVVM
Languages » C / C++ Language » General
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++
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++
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
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 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
Technical Blog 30 Dec 2012   license: CPOL
The problem of using a C++ library compiled with Compiler A, from a program compiled with Compiler B has been a problem for a while. This is especially true on Windows where Visual C++ generally breaks binary compatibility from release to release.
Languages » C / C++ Language » General
C++
Article 29 Dec 2012   license: CPOL
Debug Print using C++11 Variadic Template
Languages » C / C++ Language » General
Article 29 Dec 2012   license: CPOL
A fast, reference counted, copy-on-write string class - performance tests and an unexpected benefit related to /Qpar (Auto-Parallelization)
Languages » C / C++ Language » General
C++
Article 29 Dec 2012   license: CPOL
Using the Facade Pattern to simplify development with COM based APIs'
Languages » C / C++ Language » General
Article 29 Dec 2012   license: CPOL
Benchmark C++ std::vector vs raw arrays, move assignable/constructable & copy assignable/constructable
Languages » C / C++ Language » General
Article 29 Dec 2012   license: CPOL
Direct2D, DirectWrite, Windows API, C++, std::shared_ptr and more
Languages » C / C++ Language » General
Tip/Trick 29 Dec 2012   license: CPOL
Implementation of an easy, fast, and optimized (CByte, CShort, CInt) with bits access using bit field and union.
Languages » C / C++ Language » General
Article 21 Dec 2012   license: CPOL
A lazy stream has been implemented in C++11, so as to highlight the functional capabilities of this new specification.
Languages » C / C++ Language » General
Article 19 Dec 2012   license: CPOL
A discussion on how switch/case is executed, by reverse engineering in VC++
Languages » C / C++ Language » General
Answer 11 Dec 2012   license: CPOL
#include #include #include #include int main(void){ int i, port = 0x378; for (i = 0; i
Languages » C / C++ Language » General
C
Article 9 Dec 2012   license: CPOL
Yet another Direct3D framework, this time for MFC apps, with a step by step tutorial
Languages » C / C++ Language » General
Tip/Trick 27 Nov 2012   license: CPOL
Single precision floating point and double precesion floating values operations in SSE optimization
Languages » C / C++ Language » General
Tip/Trick 26 Nov 2012   license: CPOL
C++ Serialization implementation
Languages » C / C++ Language » General
Article 26 Nov 2012   license: BSD
An article on persistent C++ objects. Includes several console mode test apps and an MFC GUI demo.
Languages » C / C++ Language » General
Technical Blog 26 Nov 2012   license: CPOL
C takes far too long to code up when complex data marshalling or logic gets involved. Also, the very act of writing it is so slow because of its challenges to the IDE.
Languages » C / C++ Language » General
Technical Blog 23 Nov 2012   license: CPOL
Life can be more fun in tuples!
Languages » C / C++ Language » General
C++
Tip/Trick 19 Nov 2012   license: CPOL
Emulating iterative structures with the C++ pre-processor.
Languages » C / C++ Language » General
Article 18 Nov 2012   license: CPOL
A brief excursion into practical contexts in which C++ references can be used effectively with discussion of the dangers in using them.
Languages » C / C++ Language » General
Tip/Trick 30 Oct 2012   license: CPOL
Unique identifier for the class
Languages » C / C++ Language » General
Technical Blog 30 Oct 2012   license: CPOL
The new auto keyowrd.
Languages » C / C++ Language » General
Article 29 Oct 2012   license: CPOL
A class to represent valid/invalid data and using the mutable keyword
Languages » C / C++ Language » General
Article 25 Oct 2012   license: CPOL
reduce bugs and memory leaks by using new(local)
Languages » C / C++ Language » General
Article 25 Oct 2012   license: CPOL
X86/ARM emulator written using C++ and assembler for the .NET environment.
Languages » C / C++ Language » General

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


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