virtual-labs-archive / problem-solving-iiith

Other
4 stars 437 forks source link

problem-solving-lab_factorials_experiment #741

Open arpan-dasgupta opened 5 years ago

arpan-dasgupta commented 5 years ago

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

image

arpan-dasgupta commented 5 years ago

fixed cbb272b