Skip to content

Optimization & Engineering

  • Author
  • Thank You
Optimization & Engineering

Blog

software

Using power point as a text editor

Bycoliveira June 8, 2010June 20, 2010

When I am writing, one of my constant quests has been to find a good editor where I can not only write but also organize my ideas. As strange as it might think, my best solution up to now has been not a text editor, but a presentation software. Yes, that is true, I use…

Read More Using power point as a text editorContinue

software

What is the right way to handle exceptions?

Bycoliveira May 22, 2010June 20, 2010

There are several ways to handle exceptions in a program. An exception, that is, a condition from which the program cannot recover locally, can be handled by checking the result of function, or using a try/catch mechanism (which can be simulated in C by a long jump). Between these two extremes of the spectrum, a…

Read More What is the right way to handle exceptions?Continue

software

What Makes a Good Programming Language?

Bycoliveira May 19, 2010June 20, 2010

What makes a good language? It depends on what you like in a programming language, of course. If you enjoy functional programming, you probably won’t be happy with Java. If you dislike managing memory, certainly you should avoid C. But there are some features that are shared by a large family of languages, and they…

Read More What Makes a Good Programming Language?Continue

Page navigation

Previous PagePrevious 1 … 24 25 26 27 28 … 52 Next PageNext

© 2025 Optimization & Engineering - WordPress Theme by Kadence WP

  • Author
  • Thank You