Bjarne Stroustrup's Quotes
Born: 1950-12-30
Profession: Scientist
Nation: Danish
Biography of Bjarne Stroustrup
However, when Java is promoted as the sole programming language, its flaws and limitations become serious.
Tags: Become, Language, SeriousThis evolution may compromise Java's claim of being simpler than C++, but my guess is that the effort will make Java a better language than it is today.
Tags: Effort, May, TodayThe standard library saves programmers from having to reinvent the wheel.
Tags: Library, Reinvent, StandardMy list of basic tools is a partial answer to the question about what has changed: Over the past few years, large numbers of programmers have come to depend on elaborate tools to interface code with systems facilities.
Tags: Few, Past, QuestionCertainly not every good program is object-oriented, and not every object-oriented program is good.
Tags: Good, ProgramClearly, I reject the view that there is one way that is right for everyone and for every problem.
Tags: Everyone, Problem, ViewI find languages that support just one programming paradigm constraining.
Tags: Languages, Paradigm, SupportI would encourage nonproprietary standards for tools and libraries.
Tags: Encourage, Standards, ToolsPersonally, I look forward to better tools for analyzing C++ source code.
Tags: Forward, Source, ToolsDefining OO as based on the use of class hierarchies and virtual functions is also practical in that it provides some guidance as to where OO is likely to be successful.
Tags: Class, Guidance, SuccessfulFirst, I'd like to see the basic tools such as compilers, debuggers, profilers, database interfaces, GUI builders, CAD tools, and so forth fully support the ISO standard.
Tags: Basic, Support, ToolsIt is easy to study the rules of overloading and of templates without noticing that together they are one of the keys to elegant and efficient type-safe containers.
Tags: Easy, Study, TogetherPeople who passionately want to believe that the world is basically simple react to this with a fury that goes beyond what I consider appropriate for discussing a programming language.
Tags: Goes, Language, SimpleWith the increasing importance of standards for system-level objects such as COM and CORBA, it is particularly important that the C++ bindings to those be clean, well documented, and simple to use.
Tags: Clean, Importance, Simple