Click here to Skip to main content
15,910,234 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionUPDATE REPOST BUMP How to construct / build / interpret regular expression ? Pin
Salvatore Terress24-May-24 6:31
Salvatore Terress24-May-24 6:31 
AnswerRe: How to construct / build / interpret regular expression ? Pin
Richard MacCutchan25-May-24 4:28
mveRichard MacCutchan25-May-24 4:28 
AnswerRe: SOLVED How to construct / build / interpret regular expression ? Pin
jschell27-May-24 12:18
jschell27-May-24 12:18 
GeneralRe: SOLVED How to construct / build / interpret regular expression ? Pin
Salvatore Terress28-May-24 4:21
Salvatore Terress28-May-24 4:21 
QuestionOkay, real C++ question - who makes use of the auto keyword? Pin
charlieg19-May-24 1:29
charlieg19-May-24 1:29 
AnswerRe: Okay, real C++ question - who makes use of the auto keyword? Pin
Mircea Neacsu19-May-24 2:28
Mircea Neacsu19-May-24 2:28 
GeneralRe: Okay, real C++ question - who makes use of the auto keyword? Pin
Richard Andrew x6419-May-24 3:11
professionalRichard Andrew x6419-May-24 3:11 
AnswerRe: Okay, real C++ question - who makes use of the auto keyword? Pin
Dave Kreskowiak19-May-24 4:54
mveDave Kreskowiak19-May-24 4:54 
I haven't touched C/C++ in a long time, but C# has the similar var. I used to use it until I recognized how unreadable it made code. It forces you to know more than you really need to know and is, frankly, a lazy way to write code.

I do still use it but only in the lazy way of using Intellisense to figure out what the actual type is supposed to be and give me the option of replacing var with the actual type. It has recently come in handy last week when using an API client library generated by Swagger code gen and the holy-sh*t-those-are-long-class-names it generated. The longest is 86 characters long, and average about 40-45. I'm not typing those. I have to get the code working this week, not next year.

AnswerRe: Okay, real C++ question - who makes use of the auto keyword? Pin
CPallini19-May-24 20:27
mveCPallini19-May-24 20:27 
AnswerRe: Okay, real C++ question - who makes use of the auto keyword? Pin
Greg Utas20-May-24 3:20
professionalGreg Utas20-May-24 3:20 
AnswerRe: Okay, real C++ question - who makes use of the auto keyword? Pin
Maximilien21-May-24 2:41
Maximilien21-May-24 2:41 
GeneralRe: Okay, real C++ question - who makes use of the auto keyword? Pin
charlieg21-May-24 3:21
charlieg21-May-24 3:21 
GeneralRe: Okay, real C++ question - who makes use of the auto keyword? Pin
Maximilien21-May-24 3:25
Maximilien21-May-24 3:25 
GeneralRe: Okay, real C++ question - who makes use of the auto keyword? Pin
trønderen21-May-24 4:31
trønderen21-May-24 4:31 
GeneralRe: Okay, real C++ question - who makes use of the auto keyword? Pin
Maximilien21-May-24 5:28
Maximilien21-May-24 5:28 
GeneralRe: Okay, real C++ question - who makes use of the auto keyword? Pin
jschell21-May-24 12:22
jschell21-May-24 12:22 
GeneralRe: Okay, real C++ question - who makes use of the auto keyword? Pin
CPallini21-May-24 20:41
mveCPallini21-May-24 20:41 
GeneralRe: Okay, real C++ question - who makes use of the auto keyword? Pin
Richard MacCutchan21-May-24 22:37
mveRichard MacCutchan21-May-24 22:37 
GeneralRe: Okay, real C++ question - who makes use of the auto keyword? Pin
jschell23-May-24 13:17
jschell23-May-24 13:17 
GeneralRe: Okay, real C++ question - who makes use of the auto keyword? Pin
Richard Andrew x6423-May-24 14:09
professionalRichard Andrew x6423-May-24 14:09 
GeneralRe: Okay, real C++ question - who makes use of the auto keyword? Pin
Richard MacCutchan23-May-24 22:13
mveRichard MacCutchan23-May-24 22:13 
GeneralRe: Okay, real C++ question - who makes use of the auto keyword? Pin
k505424-May-24 8:55
mvek505424-May-24 8:55 
GeneralRe: Okay, real C++ question - who makes use of the auto keyword? Pin
Richard MacCutchan24-May-24 22:43
mveRichard MacCutchan24-May-24 22:43 
GeneralRe: Okay, real C++ question - who makes use of the auto keyword? Pin
jschell27-May-24 12:10
jschell27-May-24 12:10 
GeneralRe: Okay, real C++ question - who makes use of the auto keyword? Pin
Richard MacCutchan27-May-24 21:57
mveRichard MacCutchan27-May-24 21:57 

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.