Zhuang expert comments C ++, and subsequent livelihood topics

zhaozj2021-02-08  364

If you think C is not overly complicated, just what is a protected abstract virtual base pure virtual private destructor and when was the last time you needed one -? Tom CargillWhen your hammer is C , everything begins to look like a thumb - Steve HalflichC is an atrocity, the bletcherous scab of the computing world, responsible for ... more mysterious failures than any other computer language in the history of the planet earth - Eric Lee GreenIf C has taught me one thing, it's this: just because the system is consistent does not mean it's not the work of Satan - Andrew PlotkinThere are only two things wrong with C : the initial concept and the implementation - Bertrand meyerI saw 'cout' being shifted "Hello world" times to the left and stopped right there - Steve Gonedessurely there's something to defend: there are only two kinds of programming languages: those people always bitch about and those nobody uses - Bjarne Stroustrup

Some people talk about the language choice and career, and there is sweet and bitterness:

---- Professional Pressure ------------------------------------------------------------------------------------------------------------------------------------------------- --------------------

if (! your company's choice = yours) {you are virtually dead; if (you still stick to your own preference && still want to survive) you'd better start your own company;} else you still need to be fairly good in your Skills to survive;

---- Facing the reality ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ---------------------

#include

int main () {if (youWantToWorkInAParticularLanguage ()) {if (youCantFindReasonableEmploymentUsingYourCurrentSkillset ()) learnAnotherLanguage (); else if (youCanStartYourOwnBusiness ()) goForIt (); else starve ();} else {writeInferiorCode ();}} --- - Optimistic up ------------------------------------------------------------------------------------------------------------------------ -----------------

// Make_a_living.cpp ... template struct ctassert; template <> struct ctassert {}; ... ctassert <~ (Your_PReference ^ Company_REquirements)> ();

转载请注明原文地址:https://www.9cbs.com/read-155.html

New Post(0)