Home
Help
Search
Login
Register
SlickEdit Community
»
Archived Read Only Forums
»
Community Forum
»
New Blog Post: C++ Tips: Pointers and Memory Management
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: New Blog Post: C++ Tips: Pointers and Memory Management (Read 7833 times)
jjones
Guest
New Blog Post: C++ Tips: Pointers and Memory Management
«
on:
November 16, 2007, 01:49:08 PM »
C++ Tips: Pointers and Memory Management
http://blog.slickedit.com/2007/11/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 pointers are a critical part of that.
Continue reading C++ Tips: Pointers and Memory Management here:
http://blog.slickedit.com/2007/11/c-tips-pointers-and-memory-management/
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
SlickEdit Community
»
Archived Read Only Forums
»
Community Forum
»
New Blog Post: C++ Tips: Pointers and Memory Management