cs50 / help50-deprecated

This is help50, a command-line tool that helps students understand error messages.
https://cs50.harvard.edu/
GNU General Public License v3.0
62 stars 64 forks source link

get help with deprecated cs50 library functions #264

Closed curiouskiwi closed 5 years ago

curiouskiwi commented 7 years ago

For example, we should point them to get_int():


    printf("%d\n", GetInt());
                   ^
/usr/include/cs50.h:122:5: note: 'GetInt' has been explicitly marked deprecated
      here
int GetInt(void) __attribute__((deprecated));
    ^
1 error generated.
make: *** [num] Error 1

Sorry, not sure how to help (yet) with this one!                                                                          
~/workspace/ $ 
dmalan commented 5 years ago

Removing functions altogether now!