Click here to Skip to main content
15,889,595 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
JokeRe: how to save 2d vector into another 3dvector Pin
Code-o-mat10-Jun-09 1:09
Code-o-mat10-Jun-09 1:09 
GeneralRe: how to save 2d vector into another 3dvector Pin
molesworth10-Jun-09 1:22
molesworth10-Jun-09 1:22 
GeneralRe: how to save 2d vector into another 3dvector Pin
ali kanju10-Jun-09 1:28
ali kanju10-Jun-09 1:28 
JokeRe: how to save 2d vector into another 3dvector Pin
CPallini10-Jun-09 1:42
mveCPallini10-Jun-09 1:42 
QuestionCan using "CSingleLock::Lock" slow down low priority threads? Pin
LetsMond9-Jun-09 23:09
LetsMond9-Jun-09 23:09 
AnswerRe: Can using "CSingleLock::Lock" slow down low priority threads? Pin
Rajesh R Subramanian9-Jun-09 23:47
professionalRajesh R Subramanian9-Jun-09 23:47 
GeneralRe: Can using "CSingleLock::Lock" slow down low priority threads? Pin
LetsMond10-Jun-09 0:58
LetsMond10-Jun-09 0:58 
GeneralRe: Can using "CSingleLock::Lock" slow down low priority threads? Pin
Rajesh R Subramanian10-Jun-09 1:06
professionalRajesh R Subramanian10-Jun-09 1:06 
I don't pretend to be a .NET expert, but I can almost certainly say that you won't face such issues (as listed in the article by Joe) with .NET. I say it because everything is taken care of by the framework for you (how it does internally is another thing) and it's pretty impossible to shoot yourself in the foot with .NET.

Unfortunately, that doesn't stop a programmer from writing bad code and therefore, a badly formed, bloated, etc., program is possible to write. So, if you use a synchronization object improperly, expect the program to be slow. Things like memory damage, memory/resource leak, memory fragmentation, etc., are impossible though (I chose C# over C++ for a couple of server programs that I wrote for this reason).


It is a crappy thing, but it's life -^ Carlo Pallini

AnswerRe: Can using "CSingleLock::Lock" slow down low priority threads? Pin
Stuart Dootson10-Jun-09 0:40
professionalStuart Dootson10-Jun-09 0:40 
AnswerRe: Can using "CSingleLock::Lock" slow down low priority threads? Pin
Randor 10-Jun-09 5:54
professional Randor 10-Jun-09 5:54 
QuestionHow to add a prefix and a postfix to CEdit-derived class? Pin
Yaumen9-Jun-09 22:05
Yaumen9-Jun-09 22:05 
AnswerRe: How to add a prefix and a postfix to CEdit-derived class? Pin
«_Superman_»9-Jun-09 23:17
professional«_Superman_»9-Jun-09 23:17 
Questioncopy chinese to edit control caption will happen garbled text how to solve it Pin
jeansea9-Jun-09 21:15
jeansea9-Jun-09 21:15 
AnswerRe: copy chinese to edit control caption will happen garbled text how to solve it Pin
Rajesh R Subramanian9-Jun-09 21:57
professionalRajesh R Subramanian9-Jun-09 21:57 
GeneralRe: copy chinese to edit control caption will happen garbled text how to solve it Pin
CPallini9-Jun-09 22:03
mveCPallini9-Jun-09 22:03 
GeneralRe: copy chinese to edit control caption will happen garbled text how to solve it Pin
ali kanju9-Jun-09 23:13
ali kanju9-Jun-09 23:13 
GeneralRe: copy chinese to edit control caption will happen garbled text how to solve it Pin
CPallini9-Jun-09 23:23
mveCPallini9-Jun-09 23:23 
GeneralRe: copy chinese to edit control caption will happen garbled text how to solve it Pin
ali kanju9-Jun-09 23:28
ali kanju9-Jun-09 23:28 
GeneralRe: copy chinese to edit control caption will happen garbled text how to solve it Pin
CPallini10-Jun-09 0:12
mveCPallini10-Jun-09 0:12 
GeneralRe: copy chinese to edit control caption will happen garbled text how to solve it Pin
ali kanju10-Jun-09 0:37
ali kanju10-Jun-09 0:37 
GeneralRe: copy chinese to edit control caption will happen garbled text how to solve it Pin
CPallini10-Jun-09 0:45
mveCPallini10-Jun-09 0:45 
GeneralRe: copy chinese to edit control caption will happen garbled text how to solve it Pin
ali kanju10-Jun-09 0:49
ali kanju10-Jun-09 0:49 
GeneralRe: copy chinese to edit control caption will happen garbled text how to solve it Pin
jeansea9-Jun-09 23:33
jeansea9-Jun-09 23:33 
GeneralRe: copy chinese to edit control caption will happen garbled text how to solve it Pin
jeansea9-Jun-09 23:29
jeansea9-Jun-09 23:29 
GeneralRe: copy chinese to edit control caption will happen garbled text how to solve it Pin
Rajesh R Subramanian9-Jun-09 23:39
professionalRajesh R Subramanian9-Jun-09 23:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.