Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7745343
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T09:59:29+00:00 2026-06-01T09:59:29+00:00

I am working on a product which uses C++ primarily for its core components.

  • 0

I am working on a product which uses C++ primarily for its core components. Though it uses Visual C++ as the primary compiler for the Windows platform and its editor and debugger as the primary developing environment, is not using any Microsoft specific technologies. For other platforms it uses gcc for compilation.

My code base heavily uses emulated rvalue references (using the Boost move library), variadic templates (using the Boost processor) and in some cases expression templates.

I am tempted to switch to C++11 to get a cleaner code base using rvalue reference, perfect forwarding, default and delete for constructors, variadic templates, and auto and decltype.

If I do so, I may do some rework on the existing code to simplify it (using template aliases and maybe constexpr). In that case, I have to switch to gcc for the Windows platform using mingw, as Visual Studio has no implementation for default and delete, and variadic template. Also, I have to switch to gdb as debugger and a different code editor.

For me the benefit looks huge in terms of code simplicity and performance, however stability, availability (on some platform such as Android) , debugging (migrating from Visual Studio to gdb, as we have many visualization tools developed for Visual Studio debugger) and code editor (not so much as for heavily templates code I do not find much use of auto-completion, refactoring etc, and Codelite, Codeblocks, QtCreator works well with our build system) are some of the issues.

I like to know if any of the medium/large scale projects, either commercial or open source, use/intend to use any of the above C++11 features? And how much effort is required to do such migration?

Any practical experience, tips or words of wisdom will help me to take a decision.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-01T09:59:30+00:00Added an answer on June 1, 2026 at 9:59 am

    First of all: it depends on the policy.

    Like all technologies, switching from something that works to something new is a risk in itself. Depending on your mindset and the criticity of your project, the degree of risk you accept may differ (for example, I use the top of tree version of Clang for personal projects but a mature gcc at work).

    Personally, I would recommend not diving head-first for production ready projects, but instead perform a piecemeal selection of the features that work.

    You mentionned:

    • rvalue references & perfect forwarding
    • default/delete
    • variadic templates
    • type inference (auto/decltype)
    • template aliases and constexpr

    VC++11 comes with support for many C++11 features. You could start using rvalue references and type inference right now, for example. And those can be used with gcc 4.5.x branch if I recall correctly, which is already more than a year old, so well worn.

    One notable absence from your list are lambdas for example, which are supported by both VC++11 and gcc too.

    If you want to move further, then you will have to switch compiler and environment. The effort is significantly greater as you will need to retrain the team (personally I have had some warts with gdb on mingw…).

    I would advise cherry picking what works on both compilers, for now, unless you feel adventurous. Migration is always a business risk though.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Are you working on a (probably commercial) product which uses RDF/OWL/SPARQL technologies? If so,
I'm working on a JVM project which uses ESRI components (COM based, wrapped with
I'm working on a product which relies on several different projects each hosted in
I am working on a product data importing system which downloads product data from
I am working on a product that runs an SQL server which allows some
We're working now on the design of a new API for our product, which
Ive started working on a product that uses license files. These files need to
I'm working on a program which uses the System.Diagnostics.Debugger.Break() method to allow the user
Working on an ASP.NET 4.0 project, which uses user controls to dynamically generate a
One of our products uses a Javascript Rich text editor, which has the ability

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.