Spicing C with classes

前端 未结 3 1052
挽巷
挽巷 2021-02-14 22:35

Disclaimer: I am a complete newbie with C, but I\'ve been playing with it trying to mimic some features of classes. Ok, I know that if I want to go that way I should lea

3条回答
  •  无人共我
    2021-02-14 23:14

    A book (in PDF form) that explains how to do it, is object oriented programming in ANSI C It's old (1993) but still contains some valid ideas and tips, IMHO.

提交回复
热议问题