Luu Tuyen to linuxmemes • 2 months agoRemember: GNU/Linux and other UNIX systems can make files that are case-sensitive, Windows can't make files that are case-sensitiveimagemessage-square242arrow-up1687arrow-down173
arrow-up1614arrow-down1imageRemember: GNU/Linux and other UNIX systems can make files that are case-sensitive, Windows can't make files that are case-sensitiveLuu Tuyen to linuxmemes • 2 months agomessage-square242
minus-square@Serinuslink0•edit-22 months ago you really shouldn’t be using variables with the same name but different capitalization in the same sections of code anyway. It’s a standard convention. Notice step #3 here: https://scottlilly.com/learn-c-by-building-a-simple-rpg-index/lesson-08-1-setting-properties-with-a-class-constructor/ Edit: Step #4 is a different standard convention that also applies here.
It’s a standard convention. Notice step #3 here: https://scottlilly.com/learn-c-by-building-a-simple-rpg-index/lesson-08-1-setting-properties-with-a-class-constructor/
Edit: Step #4 is a different standard convention that also applies here.