+ 1
Gets() and puts()... header file for these functions :/
stdio is not working ... so what's the right file to include
4 odpowiedzi
+ 4
Try using cstdlib or cstdio...
+ 1
uhh but stdlib.h isn't working here ... damn it
0
Those functions are from C standard library. You have to include stdlib.h to use them but it's recommended to use getline() instead. Getline is C++ "native" function and it's just better to use it.
0
can you post here all your code? What type of error is raised?