Click here to Skip to main content
15,891,136 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C++ Function Alias Pin
Albert Holguin14-Nov-11 7:25
professionalAlbert Holguin14-Nov-11 7:25 
GeneralRe: C++ Function Alias Pin
Richard MacCutchan14-Nov-11 21:05
mveRichard MacCutchan14-Nov-11 21:05 
AnswerRe: C++ Function Alias Pin
Albert Holguin14-Nov-11 4:00
professionalAlbert Holguin14-Nov-11 4:00 
GeneralRe: C++ Function Alias Pin
Chris Meech14-Nov-11 4:27
Chris Meech14-Nov-11 4:27 
AnswerRe: C++ Function Alias Pin
Chuck O'Toole14-Nov-11 6:39
Chuck O'Toole14-Nov-11 6:39 
AnswerRe: C++ Function Alias Pin
Erudite_Eric14-Nov-11 5:18
Erudite_Eric14-Nov-11 5:18 
AnswerRe: C++ Function Alias Pin
Maximilien14-Nov-11 6:25
Maximilien14-Nov-11 6:25 
GeneralRe: C++ Function Alias Pin
Chuck O'Toole14-Nov-11 6:46
Chuck O'Toole14-Nov-11 6:46 
oh, I agree that this would be bad practice. Basically, you have a descriptive function name that makes the code reading for understanding far easier. But instead, you'll have code that uses short, cryptic names because it's easier to type (unless you're letting the wizard auto-complete function names)

There's a reason that .NET Obfuscation routines create names like "N1", "N2", etc. It's because it makes the code harder to read and understand. Why do that on purpose to code you have to maintain.
GeneralRe: C++ Function Alias Pin
Albert Holguin14-Nov-11 7:36
professionalAlbert Holguin14-Nov-11 7:36 
GeneralRe: C++ Function Alias Pin
jschell14-Nov-11 8:12
jschell14-Nov-11 8:12 
AnswerRe: C++ Function Alias Pin
Stefan_Lang15-Nov-11 1:22
Stefan_Lang15-Nov-11 1:22 
QuestionPartition Manager Pin
A_Fa13-Nov-11 23:01
A_Fa13-Nov-11 23:01 
AnswerRe: Partition Manager Pin
Rajesh R Subramanian13-Nov-11 23:06
professionalRajesh R Subramanian13-Nov-11 23:06 
QuestionHow to get all column name in database using CDatabase? Pin
Le@rner13-Nov-11 22:27
Le@rner13-Nov-11 22:27 
AnswerRe: How to get all column name in database using CDatabase? Pin
Richard MacCutchan13-Nov-11 22:40
mveRichard MacCutchan13-Nov-11 22:40 
AnswerRe: How to get all column name in database using CDatabase? Pin
Mark Salsbery14-Nov-11 5:02
Mark Salsbery14-Nov-11 5:02 
QuestionWhat is the COM Interface GUID/UUID for IVSSBackupComponents on Windows XP? Pin
Kerem Guemruekcue13-Nov-11 20:15
Kerem Guemruekcue13-Nov-11 20:15 
QuestionThe problem with Serial library for C++ Pin
LongDuyTran13-Nov-11 18:50
LongDuyTran13-Nov-11 18:50 
AnswerRe: The problem with Serial library for C++ Pin
«_Superman_»13-Nov-11 19:47
professional«_Superman_»13-Nov-11 19:47 
AnswerRe: The problem with Serial library for C++ Pin
LongDuyTran13-Nov-11 20:05
LongDuyTran13-Nov-11 20:05 
AnswerRe: The problem with Serial library for C++ Pin
Richard MacCutchan13-Nov-11 22:37
mveRichard MacCutchan13-Nov-11 22:37 
AnswerRe: The problem with Serial library for C++ Pin
Erudite_Eric13-Nov-11 22:50
Erudite_Eric13-Nov-11 22:50 
AnswerRe: The problem with Serial library for C++ Pin
OneKey2Press17-Dec-11 2:49
OneKey2Press17-Dec-11 2:49 
QuestionBuilding a WCHAR Array, Not sure if it right Pin
jkirkerx11-Nov-11 7:05
professionaljkirkerx11-Nov-11 7:05 
AnswerRe: Building a WCHAR Array, Not sure if it right Pin
Mark Salsbery11-Nov-11 7:51
Mark Salsbery11-Nov-11 7:51 

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.