Wandbox
SettingsLog
SettingsLog
Language
GitHubLogin
Ran/Viewed Log

Author

anonymous

over 3 years ago

Language

C++

Compiler

gcc HEAD 12.0.0 20210721 (experimental)

Options
Warnings
Don't Use Boost
C++2b(GNU)
no pedantic
Raw compiler options
firstfile.cpp secondfile.cpp

Author

anonymous

over 3 years ago

firstfile.h
firstfile.cpp
secondfile.h
secondfile.cpp

$ g++ prog.cc -Wall -Wextra -std=gnu++2b firstfile.cpp secondfile.cpp
Before the function call enumIn = Option 1 and enumInOut = Option3 
After the function call enumInOut = Option 3
Exit Code:
0