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

  • Home
  • SEARCH
  • 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 7743979
In Process

The Archive Base Latest Questions

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

Recently I had faced compiling errors in a c++ code I wrote so I’ve

  • 0

Recently I had faced compiling errors in a c++ code I wrote so I’ve been asked if I was using a C++11 compiler, but honestly I don’t know how to check on my compiler version ! so any idea how to figure this out ??

Btw I’m using codeblocks as an IDE which includes the GCC compiler and GDB debugger from MinGW. also if I’m compiling my c++ code under Linux what command should I run to know my compiler version ?

  • 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:40:04+00:00Added an answer on June 1, 2026 at 9:40 am

    That can be a tricky question. C++11 refers to a version of the
    standard, not to a version of the compiler. Different compilers, and
    different versions of any given compiler, will typically implement a mix
    of versions of the standard, at least for recent versions. More or
    less, because any implementation of C++11 will be fairly new, and thus
    probably fairly buggy.

    Most compilers have options to output the version; many will output it
    systematically in verbose mode. For g++, try g++ --version. Recent
    versions of g++ do have some support for C++11, but you have to activate
    it with -std=c++0x (rather than the usual -std=c++03 or
    -std=c++98). As the name (c++0x, rather than c++11) indicates, it
    is not truly C++11; it is an implementation of some (most?) of the
    major new features, in a preliminary version based on various working
    papers, and not the final standard.

    (FWIW: I don’t think any compiler fully implements all of C++11, but I’d
    love to be proven wrong.)

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

Sidebar

Related Questions

I don't have any significant experience with C++ but recently had to be involved
We recently had a code review . One of my classes was used so
I recently had a little problem using a jquery plugin with coffeescript (within the
Recently I have been exploring using the fancy new dynamic keyword introduced in C#
I recently had to re-factor some code from a previous maintainer and initially I
I recently had an interview where I was asked to connect to the companies
The team I work with has recently been faced with the challenge of making
I recently had a problem with three separate servers running the same code all
I recently had some trouble with IE8 (I don't know about 9 at this
I recently had a need to interpret a DEC 32-bit floating point representation. It

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.