X
Sort by
Popular
Recent
Quote length
All
Short
Medium
Long
Sentiment
All
Positive
Negative
Neutral
Change font
Original
Change background
Images
Black
Inspirational Quotes
Authors
Professions
Topics
Tags
Bjarne Stroustrup Inspirational Quotes (25)
Page 1 of 2
English
Nederlands
Francais
Espanol
Deutch
Italiano
Türk
हिंदी
日本
Polskie
Português
Pусский
中国人
Cebuano
Tagalog
العربية
বাংলা
한국어
Latinus
Melayu
Norsk
ਪੰਜਾਬੀ
Svenska
ภาษาไทย
tiếng Việt
Filter & Style
Most of the programmers in ten years will be us, and we won't get much smarter.
Bjarne Stroustrup
I like doing research that has an impact. If I went to a company to make what they call 'real money,' I'd be just trying to make a system work as fast as possible to meet the product and serice deadlines.
Bjarne Stroustrup
It is my firm belief that all successful languages are grown and not merely designed from first principles
Bjarne Stroustrup
And no, I'm not a walking C++ dictionary. I do not keep every technical detail in my head at all times. If I did that, I would be a much poorer programmer. I do keep the main points straight in my head most of the time, and I do know where to find the details when I need them.
Bjarne Stroustrup
I do not think that safety should be bought at the cost of complicating the expression of good solutions to real-life problems.
Bjarne Stroustrup
Anybody who comes to you and says he has a perfect language is either naive or a salesman.
Bjarne Stroustrup
Destructors for virtual base classes are executed in the reverse order of their appearance in a depth-first left-to-right traversal of the directed acyclic graph of base classes.
Bjarne Stroustrup
It's easy to win forgiveness for being wrong being right is what gets you into real trouble.
Bjarne Stroustrup
Nobody should call themselves a professional if they only knew one language.
Bjarne Stroustrup
I assume that a sufficiently skilled will be able to do anything not explicitly forbidden by the hardware.
Bjarne Stroustrup
The standard library saves programmers from having to reinvent the wheel.
Bjarne Stroustrup
C++ is designed to allow you to express ideas, but if you don't have ideas or don't have any clue about how to express them, C++ doesn't offer much help.
Bjarne Stroustrup
Some software is actually pretty good, by any standard. Think of the Mars Rovers, Google, and the Human Genome Project. Now, that's quality software!
Bjarne Stroustrup
Defining 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.
Bjarne Stroustrup
After all, C++ isn't a perfect match for Java's design aims either.
Bjarne Stroustrup
Always think about how a piece of code should be used: good interfaces are the essence of good code. You can hide all kinds of clever and dirty code behind a good interface if you really need such code.
Bjarne Stroustrup
Any verbose and tedious solution is error-prone because programmers get bored.
Bjarne Stroustrup
When done well, software is invisible.
Bjarne Stroustrup
How to test? is a question that cannot be answered in general. When to test? however, does have a general answer: as early and as often as possible.
Bjarne Stroustrup
To many managers, getting rid of the arrogant, undisciplined, over-paid, technology-obsessed, improperly-dressed etc. programmers would appear to be a significant added benefit
Bjarne Stroustrup
C makes it easy to shoot yourself in the foot C++ makes it harder, but when you do it blows your whole leg off.
Bjarne Stroustrup
I find languages that support just one programming paradigm constraining
Bjarne Stroustrup
First, 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.
Bjarne Stroustrup
If you think it's simple, then you have misunderstood the problem.
Bjarne Stroustrup
Previous
Next