Please note, you are required to include the following when you use g++ to compile: -pedantic

computer science

Description

Please note, you are required to include the following when you use g++ to compile: -pedantic For example: g++ -pedantic filename.cpp This will give a warning if you attempt to use any non-standard feature in g++. You must correct your code so that you do not receive any warnings of this type. 1. Log on to the Linux server. 2. Use four files as in the previous assignment:


Related Questions in computer science category