Luu Tuyen@lemmy.world to linuxmemes@lemmy.world · 3 个月前Remember: GNU/Linux and other UNIX systems can make files that are case-sensitive, Windows can't make files that are case-sensitivelemmy.worldexternal-linkmessage-square183fedilinkarrow-up1586arrow-down160
arrow-up1526arrow-down1external-linkRemember: GNU/Linux and other UNIX systems can make files that are case-sensitive, Windows can't make files that are case-sensitivelemmy.worldLuu Tuyen@lemmy.world to linuxmemes@lemmy.world · 3 个月前message-square183fedilink
minus-squareArbitraryValue@sh.itjust.workslinkfedilinkEnglisharrow-up8·edit-23 个月前My naming convention for C++ is that custom types are capitalized and instances aren’t. So I might write User user;.
My naming convention for C++ is that custom types are capitalized and instances aren’t. So I might write
User user;
.