Compiler choosing problem c++

I have pre defined c++ (c++ pre-98) so in which of the following should i submit my code :-

  • C++ 4.9.2
  • C++ 4.3.2
  • C++14

or something else ? Please help

Firstly try to change your compiler version and switch to C++14 as it contains all new updates and one of best thing that you can use BigInteger class that is available in JAVA or PYTHON like language… but for C++98 version you can use C++ 4.9.2 or C++4.3.2. Both are usefull in this!.. Unless you could not be able to use auto keyword, Range based loops, lambda function, New array type etc … TO know more refer to this LINK

1 Like