Archive for November, 2007

Wednesday, November 14th, 2007

C++ Tips: Pointers and Memory Management

If C++ programmers had a bill of rights, one of those rights would be stated “The Right to own and bear pointers.” As much as modern languages tout garbage collection and dispell themselves of the concept of a pointer, the fact remains that you will achieve better performance if you manage your own memory, and [...]

7 Comments » - Posted in Programming by

Wednesday, November 7th, 2007

C# with SlickEdit : No Visual Studio Required

“No Visual Studio® Required” SlickEdit C# Project Tutorial In this tutorial, we’ll build a simple C# console application with SlickEdit. This tutorial assumes you have the .NET Framework 2.0 and the C# compiler (Csc.exe) installed under %WINDIR%\Microsoft.NET\Framework\v2.0.50727. The Windows SDK (v6.0 or later) or the full .NET Framework SDK is required for the mdbg.exe managed [...]

5 Comments » - Posted in Programming,SlickEdit Products by