Ranter
Join devRant
Do all the things like
				++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
				Sign Up
			Pipeless API
 
				From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
				Learn More
			Comments
		
- 
				
				 matanl26339yInline is a great thing when needed to optimize. But C in C++ is more like using C with convenience extensions, I wouldn't name it C++.. matanl26339yInline is a great thing when needed to optimize. But C in C++ is more like using C with convenience extensions, I wouldn't name it C++..
- 
				
				 QCat7959y@matanl well I mostly use C to code parsers and evaluators, using only C++11 synchronization, then I wrap the whole stuff in a nice C++11 class. QCat7959y@matanl well I mostly use C to code parsers and evaluators, using only C++11 synchronization, then I wrap the whole stuff in a nice C++11 class.
 I gain a nice amount of speed and keep a thread safe interpreter with a readable interface. Best of both worlds. Then I make the rest right in C++11 or C++14 (GCC 6)
Related Rants



 They chose mine! THEY CHOSE MINE!
They chose mine! THEY CHOSE MINE!

C#: inner classes, inner classes everywhere
C++: inline and C everywhere
undefined
wk47