Skip to content
André Gasser
A Blog on IT Security, Software Development, Technology and Various Life Hacks
  • Home
  • IT Security
  • Software Engineering
  • Projects
  • Making
  • About
  • Home
  • IT Security
  • Software Engineering
  • Projects
  • Making
  • About

Category Archives: Software Engineering

You are here:
  1. Home
  2. Category "Software Engineering"
  3. (Page 2)

When to use the new-Operator in C++

Software EngineeringBy André GasserJune 2, 2011Leave a comment

During my C++ studies, there have been a bunch of questions which came up related to proper memory management, passing data structures and so long. One question was, when to use the new-Operator to instantiate for example a class and when not. Basically, you should use the new-Operator when you want to make sure, that…

JDK 7 is coming soon

Software EngineeringBy André GasserFebruary 25, 2011Leave a comment

According to an article at Heise, the Oracle Java Development Kit (JDK) 7 is coming during July 2011. So see which features are planned to be included, see here.

12
Copyright © 2017 André Gasser
Go to Top