View Single Post
  #7 (permalink)  
Old 10-25-2007, 12:27 PM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,386
Last Blog:
wxWidgets is NOT code ...
Rep Power: 37
WingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to behold
Default

mahogny, garbage collection doesn't always work, and should only be a backup to manual memory management. GC can also cause bugs.

Speed, especially for games, is frequently an issue, as it will limit how much can happen in the game.

Finally, C++ is just as portable as C.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Reply With Quote