Post Reply 
C++ Was a Joke
03-05-2014, 10:57 AM
Post: #10
RE: C++ Was a Joke
Very nice, Garth. I write assembler for a living and I also use macros heavily. I don't like structured programming so I don't write those kinds of macros. I find IF/ENDIF useful but my code is usually not algorithmic so I don't have need for loop control.

What I do write macros for is to encapsulate control blocks and operations on them. We've been doing this before C++ came out btw Wink I don't use OO but quite a lot of the concepts I do use and like are considered OO concepts after the fact. I think we all agree on the value of strict interfaces and encapsulation. We can go a bit further and package control blocks and fundamental operations on those control blocks like allocation and deallocation, serialization, chaining, etc. and come up with what would be considered an "object." As you, I don't do GUI, and I don't have a need for today's OO in any of the code I write. But you and I are writing assembly/assembler and most of the code today by volume is web stuff, and GUI, and that is mostly about using Java or other OO languages and OO GUI toolkits.

They did put men on the moon without OO, and I have worked on fairly good sized projects in assembler that run constantly in business-critical environments (as in if they don't work, people will lose their jobs and the lawyers will be popping open their briefcases) so nobody is going to convince me I need OOP or that OOP is the one true way. OTOH I don't think OOP is useless or wrong, it's just another tool in the bag to use or not use, as appropriate in each situation.

It ain't OVER 'till it's 2 PICK
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
C++ Was a Joke - Dave Frederickson - 03-04-2014, 05:27 PM
RE: C++ Was a Joke - HP67 - 03-04-2014, 06:10 PM
RE: C++ Was a Joke - Garth Wilson - 03-04-2014, 09:42 PM
RE: C++ Was a Joke - Han - 03-04-2014, 10:05 PM
RE: C++ Was a Joke - Thomas Klemm - 03-04-2014, 11:20 PM
RE: C++ Was a Joke - Thomas Radtke - 03-08-2014, 11:07 AM
RE: C++ Was a Joke - Thomas Klemm - 03-05-2014, 06:35 AM
RE: C++ Was a Joke - pascal_meheut - 03-04-2014, 10:24 PM
RE: C++ Was a Joke - Garth Wilson - 03-04-2014, 10:35 PM
RE: C++ Was a Joke - Garth Wilson - 03-05-2014, 09:47 AM
RE: C++ Was a Joke - HP67 - 03-05-2014 10:57 AM
RE: C++ Was a Joke - Tugdual - 03-05-2014, 07:34 PM
RE: C++ Was a Joke - David Hayden - 03-05-2014, 09:11 PM
RE: C++ Was a Joke - Joe Horn - 03-08-2014, 10:45 AM
RE: C++ Was a Joke - Marcus von Cube - 03-09-2014, 12:28 PM
RE: C++ Was a Joke - Howard Owen - 03-10-2014, 01:43 AM
RE: C++ Was a Joke - Sylvain Cote - 03-10-2014, 03:11 AM
RE: C++ Was a Joke - Marcus von Cube - 03-14-2014, 10:40 PM



User(s) browsing this thread: 1 Guest(s)