d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > [c++] Snake Project > Ascii Art Game
Prev123
Add Reply New Topic New Poll
Member
Posts: 2,065
Joined: Feb 21 2008
Gold: 0.02
Warn: 10%
Jun 29 2009 07:14am
Quote (GoranCro @ Sun, Jun 28 2009, 11:17pm)
Stick it all in a folder and zip that shit up with an non trojaned exe.


:rolleyes:
Member
Posts: 11,637
Joined: Feb 2 2004
Gold: 434.84
Jun 29 2009 08:42am
This is some pretty decent stuff. One big criticism is that this code reeks of C code with Classes and not real C++ code. Writing procedural code with classes does not make Object Oriented code. I'm also not a big fan of monolithic header files like that. Small, readable chunks of code are leagues better than having massive do-everything classes.
Member
Posts: 31,680
Joined: Nov 10 2007
Gold: 1.00
Sep 20 2009 01:21am
Quote (rockonkenshin @ Mon, 29 Jun 2009, 09:42)
This is some pretty decent stuff. One big criticism is that this code reeks of C code with Classes and not real C++ code. Writing procedural code with classes does not make Object Oriented code. I'm also not a big fan of monolithic header files like that. Small, readable chunks of code are leagues better than having massive do-everything classes.


Thank you.

Yes, I'm aware I write "C-oriented code" and I've never had any formal education. I intertwine the two, and technically, it's all C++ code.
The entire paradigm behind object oriented programming is stupid in my eyes, but there are benefits from using object oriented tools in a procedural manner, as you can clearly see.
Yes, I'm aware that the header files are rather large: This is an old project and I change it quite a lot, the files are no longer like that, thank you for the criticism.

Sorry I missed it. :D
Go Back To Programming & Development Topic List
Prev123
Add Reply New Topic New Poll