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

Survey Results

C++ compliance and your code   [Edit]

Survey period: 3 Dec 2001 to 9 Dec 2001

If a future release of the VC++ compiler went from 89% compliance to 97% compliance but may not compile 100% of existing code (due to it being non-conformant) then how much of your code would you be willing to change in order to make it standard compliant? (suggested by Nick Hodapp, Microsoft)

OptionVotes% 
No lines10517.24
10 lines out of every 15,0006210.18
20 lines out of every 15,000579.36
50 lines out of every 15,0009415.44
More than 100 lines in every 15,000 lines29147.78



 
GeneralNot very ambitious, MS Pin
Jim A. Johnson9-Dec-01 4:38
Jim A. Johnson9-Dec-01 4:38 
GeneralAll of it... Pin
James R. Twine5-Dec-01 6:58
James R. Twine5-Dec-01 6:58 
GeneralRe: All of it... Pin
George5-Dec-01 16:40
George5-Dec-01 16:40 
GeneralRe: All of it... Pin
James R. Twine6-Dec-01 3:44
James R. Twine6-Dec-01 3:44 
GeneralRe: All of it... Pin
George6-Dec-01 18:48
George6-Dec-01 18:48 
GeneralDoes this imply nonstandard code is assumed to be the norm? Pin
Joaquín M López Muñoz5-Dec-01 4:13
Joaquín M López Muñoz5-Dec-01 4:13 
GeneralRe: Does this imply nonstandard code is assumed to be the norm? Pin
Tim Smith5-Dec-01 9:44
Tim Smith5-Dec-01 9:44 
GeneralRe: Does this imply nonstandard code is assumed to be the norm? Pin
Joaquín M López Muñoz5-Dec-01 19:03
Joaquín M López Muñoz5-Dec-01 19:03 
GeneralHow about the reverse? Pin
Nish Nishant4-Dec-01 19:18
sitebuilderNish Nishant4-Dec-01 19:18 
GeneralRe: How about the reverse? Pin
George4-Dec-01 19:38
George4-Dec-01 19:38 
GeneralRe: How about the reverse? Pin
Stormwind4-Dec-01 22:07
Stormwind4-Dec-01 22:07 
GeneralRe: How about the reverse? Pin
George4-Dec-01 22:18
George4-Dec-01 22:18 
GeneralRe: How about the reverse? Pin
David Wulff5-Dec-01 4:54
David Wulff5-Dec-01 4:54 
GeneralRe: How about the reverse? Pin
George5-Dec-01 16:47
George5-Dec-01 16:47 
GeneralRe: How about the reverse? Pin
CodeGuy5-Dec-01 1:59
CodeGuy5-Dec-01 1:59 
GeneralRe: How about the reverse? Pin
Christian Graus9-Dec-01 13:57
protectorChristian Graus9-Dec-01 13:57 
GeneralRe: How about the reverse? Pin
Nish Nishant10-Dec-01 20:10
sitebuilderNish Nishant10-Dec-01 20:10 
GeneralRe: How about the reverse? Pin
Christian Graus11-Dec-01 0:13
protectorChristian Graus11-Dec-01 0:13 
GeneralRe: How about the reverse? Pin
Nish Nishant11-Dec-01 0:29
sitebuilderNish Nishant11-Dec-01 0:29 
GeneralWhy not use macros?? Pin
Stormwind4-Dec-01 16:36
Stormwind4-Dec-01 16:36 
GeneralMissing choice Pin
Jonathan Gilligan4-Dec-01 13:31
Jonathan Gilligan4-Dec-01 13:31 
There should have been an option: "I already write standard-compliant code. I would not need to rewrite."

For several years, I have been writing in a subset of the standard that will compile on MSVC. I don't want to lock my code in unnecessarily to Windows, should I decide some day that another OS serves me better. I don't lose anything by being standards-compliant (libraries and APIs are another matter, but all sensible developers separate the OS-glue from the core).

Thus, I don't anticipate that 100% C++ compliance by VC++ would require me to rewrite any of my code.
GeneralRe: Missing choice Pin
Christian Graus4-Dec-01 14:14
protectorChristian Graus4-Dec-01 14:14 
GeneralThe Question is... Pin
peterchen3-Dec-01 22:17
peterchen3-Dec-01 22:17 
GeneralRe: The Question is... Pin
Alexandru Savescu3-Dec-01 23:40
Alexandru Savescu3-Dec-01 23:40 
GeneralRe: The Question is... Pin
David Wulff4-Dec-01 3:11
David Wulff4-Dec-01 3:11 

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.