embeddedmz / ftpclient-cpp

C++ client for making FTP requests
MIT License
204 stars 65 forks source link

set correct fields initialize order in CFTPClient add cmakelist.txt.user file to gitignore #31

Closed ryu-min closed 2 years ago

ryu-min commented 2 years ago

also i want to delete const in return type in methods, returning variables by value, it doesn't make sense and looks weird. Want to know what do u think about that.

embeddedmz commented 2 years ago

Hi @ryumin217

Yes I totally agree with you regarding the usage of "const" in the class. I will merge the pull request after your modifications. I "grew" up a lot since that time (better understanding stuff, discovering new things :P)

Best regards.

ryu-min commented 2 years ago

@embeddedmz hi, commited deleting const in return type and add UNUSED macros to fix warnings