Vieux chat Posted October 10, 2010 Report Share Posted October 10, 2010 Which programming langage do you use ? C++ ? C# ? Another one ? What kind of database do you use ? An Sql or something else ? (Yeah one more skill step in curiosity !) Link to comment Share on other sites More sharing options...
Legate of Mineta Posted October 10, 2010 Report Share Posted October 10, 2010 C# and a SQL db. +2 Skill Step Curiosity! Link to comment Share on other sites More sharing options...
Vieux chat Posted October 10, 2010 Author Report Share Posted October 10, 2010 I was sure you used c# ! There can't be memory leaks thanks to the garbage collector (unless you create unsafe code, but oh well...). It's such a beautiful invention. Link to comment Share on other sites More sharing options...
ggPlay Posted October 10, 2010 Report Share Posted October 10, 2010 I was sure you used c# ! There can't be memory leaks thanks to the garbage collector (unless you create unsafe code, but oh well...). It's such a beautiful invention. That's not entirely true..... using data structures like hash tables improperly can lead to memory leaks, even with a garbage collector. Link to comment Share on other sites More sharing options...
Vieux chat Posted October 10, 2010 Author Report Share Posted October 10, 2010 Hash tables aren't safe code ? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.