Defect Description- Use of outdated gcc and g++ versions.
Expected Result- Newer and updated versions of gcc and g++ should be used like >=g++14 and >=gcc 6.4.
Current problem- The current versions used are gcc 4.3.2 and g++ 4.3.2. These are 2008 builds of gcc and g++ which are no longer compatible with many features in codes written in newer versions of gcc and g++.
Here is the release list of gcc versions-
https://gcc.gnu.org/releases.html
Defect Description- Use of outdated gcc and g++ versions.
Expected Result- Newer and updated versions of gcc and g++ should be used like >=g++14 and >=gcc 6.4.
Current problem- The current versions used are gcc 4.3.2 and g++ 4.3.2. These are 2008 builds of gcc and g++ which are no longer compatible with many features in codes written in newer versions of gcc and g++. Here is the release list of gcc versions- https://gcc.gnu.org/releases.html
Steps to reproduce- Problem solving lab - Experiments - Factorials - Experiments - Go to Lab(link) http://ps-iiith.vlabs.ac.in/exp4/lab.html