Click here to Skip to main content
15,894,343 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: What I want..... PinPopular
OriginalGriff27-Mar-19 5:33
mveOriginalGriff27-Mar-19 5:33 
GeneralRe: What I want..... Pin
CodeWraith27-Mar-19 11:18
CodeWraith27-Mar-19 11:18 
GeneralRe: What I want..... Pin
sasadler28-Mar-19 5:46
sasadler28-Mar-19 5:46 
GeneralRe: What I want..... Pin
Marc Clifton27-Mar-19 7:30
mvaMarc Clifton27-Mar-19 7:30 
GeneralRe: What I want..... Pin
CodeWraith27-Mar-19 11:08
CodeWraith27-Mar-19 11:08 
GeneralRe: What I want..... Pin
MSBassSinger28-Mar-19 4:30
professionalMSBassSinger28-Mar-19 4:30 
GeneralRe: What I want..... Pin
Dr.Walt Fair, PE27-Mar-19 6:35
professionalDr.Walt Fair, PE27-Mar-19 6:35 
GeneralRe: What I want..... Pin
rjmoses27-Mar-19 23:19
professionalrjmoses27-Mar-19 23:19 
I also have had to fix problems such as the MM-DD-YY problem you described.

Strong typing often causes as many problems as weak typing because people want to find a solution for their problem. I'm thinking along the lines of a "definable" strong type conversions. Using arithmetric conversions such as integer to character, I would simply like to say "string S = i" having previously declared "i" as an integer. Then, add optional meta-data such as format.

Regarding pointers, C++ pointers has made debugging difficult. And having to cast causes even more confusion. I'm thinking the majority of pointer and casting problems are caused as a result of less experienced or lazy developers trying to find a quick, workable (in most cases) solution to their problem.

I'm just wondering if there isn't perhaps a better solution.
GeneralRe: What I want..... Pin
OriginalGriff27-Mar-19 23:36
mveOriginalGriff27-Mar-19 23:36 
GeneralRe: What I want..... Pin
Slacker00727-Mar-19 3:55
professionalSlacker00727-Mar-19 3:55 
GeneralRe: What I want..... Pin
  Forogar  27-Mar-19 4:02
professional  Forogar  27-Mar-19 4:02 
GeneralRe: What I want..... Pin
OriginalGriff27-Mar-19 4:11
mveOriginalGriff27-Mar-19 4:11 
GeneralRe: What I want..... Pin
  Forogar  27-Mar-19 4:12
professional  Forogar  27-Mar-19 4:12 
GeneralRe: What I want..... Pin
OriginalGriff27-Mar-19 4:13
mveOriginalGriff27-Mar-19 4:13 
GeneralRe: What I want..... Pin
  Forogar  27-Mar-19 4:20
professional  Forogar  27-Mar-19 4:20 
GeneralRe: What I want..... Pin
OriginalGriff27-Mar-19 4:26
mveOriginalGriff27-Mar-19 4:26 
GeneralRe: What I want..... Pin
Richard Deeming27-Mar-19 5:42
mveRichard Deeming27-Mar-19 5:42 
GeneralRe: What I want..... Pin
Dr.Walt Fair, PE27-Mar-19 6:22
professionalDr.Walt Fair, PE27-Mar-19 6:22 
GeneralRe: What I want..... Pin
milo-xml28-Mar-19 2:30
professionalmilo-xml28-Mar-19 2:30 
GeneralRe: What I want..... Pin
Dr.Walt Fair, PE27-Mar-19 6:05
professionalDr.Walt Fair, PE27-Mar-19 6:05 
GeneralRe: What I want..... Pin
Daniel Pfeffer27-Mar-19 6:37
professionalDaniel Pfeffer27-Mar-19 6:37 
GeneralRe: What I want..... Pin
rjmoses28-Mar-19 0:04
professionalrjmoses28-Mar-19 0:04 
GeneralRe: What I want..... Pin
#realJSOP27-Mar-19 8:35
mve#realJSOP27-Mar-19 8:35 
GeneralRe: What I want..... Pin
Slacker00727-Mar-19 9:35
professionalSlacker00727-Mar-19 9:35 
GeneralRe: What I want..... Pin
MarkTJohnson27-Mar-19 9:47
professionalMarkTJohnson27-Mar-19 9:47 

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.