62.2 F
Los Angeles
Saturday, May 4, 2024

Trump Lawyer Resigns One Day Before Trial To Begin

Joseph Tacopina has filed with the courts that he will not represent Donald J. Trump. The E. Jean Carroll civil case is schedule to begin Tuesday January 16,...

Judge Lewis A. Kaplan Issues Order RE Postponement

On May 9, 2023, a jury found Donald J. Trump liable for sexual assault and defamation. The jury awarded Ms. Carroll $5 million in damages. Seven months ago,...

ASUS Announces 2023 Vivobook Classic Series

On April 7, 2023, ASUS introduced five new models in the 2023 Vivobook Classic series of laptops. The top laptops in the series use the 13th Gen Intel® Core™...
TechnologyProgrammingWhat's a C++ developer to do?

What’s a C++ developer to do?

Bryan is back to blogging and this time mulls over developing in C++. Is that the stench of extinction I smell?

Loren
Lorenhttp://www.lorenheiny.com
Loren Heiny (1961 - 2010) was a software developer and author of several computer language textbooks. He graduated from Arizona State University in computer science. His first love was robotics.

Latest news

Related news

  1. probably, there seems to be fewer reasons today for going to the trouble of learning proprietary non standardized, non publicly speced libraries and tools.
    programmer productivity is also much lower with C++ or C no matter what people say. It takes more coding, more debugging, more testing and you probably have to type a lot more tildes than people doing C#, java and other gced, runtime and library speced alternatives…C++ unlike C cannot even claim to be compact…why would any one want to learn proprietary libraries? I understand the Palm developers but any body doing distributed (whatever that means), enterprise class or even desktop software…anything more complicated than a simple script needs OO, virtual runtimes and someone to take out the trash. If its going to take you more than an hour to do, you should do the object thing, if you are doing the object thing , you need to be with someone who takes out the trash, since objects while managing complexity are more verbose.
    I don’t see why C++ would survive especially with JIT this and JIT that, just like assembler…we found an better way to do this