Home > Back-end >  HELP: gets_s problem about using the function
HELP: gets_s problem about using the function

Time:09-19

I saw function in C11 standard gets_s, want to use this gets_s DEV C + + function, but added the function after compilation has not been successful, should be how to set up the DEV C? Which one to use header files (I now have the stdio h)?

CodePudding user response:

Configuration c11 support in compiler options

CodePudding user response:

reference 1/f, Simple, Soft reply:
in compiler options configuration c11 support

In theory, have set up "- STD=c11", but is invalid,
  • Related