Click here to Skip to main content
15,887,027 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: Outernet Pin
Nelek6-Jul-18 7:18
protectorNelek6-Jul-18 7:18 
GeneralRe: Outernet Pin
Dr.Walt Fair, PE6-Oct-18 11:35
professionalDr.Walt Fair, PE6-Oct-18 11:35 
GeneralRe: Outernet Pin
Nelek6-Oct-18 23:49
protectorNelek6-Oct-18 23:49 
GeneralConsole Window of Visual Studio 2017 Debugger Answers F10 with Full Screen 43-Line Display Pin
David A. Gray3-Jul-18 8:46
David A. Gray3-Jul-18 8:46 
GeneralRe: Console Window of Visual Studio 2017 Debugger Answers F10 with Full Screen 43-Line Display Pin
Randor 3-Jul-18 9:40
professional Randor 3-Jul-18 9:40 
GeneralRe: Console Window of Visual Studio 2017 Debugger Answers F10 with Full Screen 43-Line Display Pin
Rick York3-Jul-18 11:19
mveRick York3-Jul-18 11:19 
GeneralRe: Console Window of Visual Studio 2017 Debugger Answers F10 with Full Screen 43-Line Display Pin
David A. Gray3-Jul-18 15:08
David A. Gray3-Jul-18 15:08 
GeneralRe: Console Window of Visual Studio 2017 Debugger Answers F10 with Full Screen 43-Line Display Pin
Randor 3-Jul-18 15:54
professional Randor 3-Jul-18 15:54 
Hi,

Did you notice the scrollbar on the side of your console window? You are looking at a maximized, borderless "windowed" console at your current monitor resolution. Not a true 80×43 x 640×350 text mode.

This is very easy to understand. Let me show you.

Step 1.)
Press F11 and allow your console to go full screen.

Step 2.)
Press SHIFT + PRNTSCRN to take a screenshot

Step 3.)
Press WIN + R to open the Run Dialog and type 'mspaint'

Step 4.)
Press CTRL-V and paste the screenshot into MS Paint

Step 5.)
Use the MS Paint Menu and choose File->Properties

Notice that the image is exactly the same width as your current screen resolution. That's because your monitor resolution never changed. You are looking at a full screen window at your current monitor resolution.

I have not spent much time investigating all of the new ANSI/VT features[^]. But it looks like there has been a lot of enhancements to the console window.

Best Wishes,
-David Delaune

modified 3-Jul-18 22:34pm.

GeneralRe: Console Window of Visual Studio 2017 Debugger Answers F10 with Full Screen 43-Line Display Pin
David A. Gray4-Jul-18 10:16
David A. Gray4-Jul-18 10:16 
GeneralRe: Console Window of Visual Studio 2017 Debugger Answers F10 with Full Screen 43-Line Display Pin
Randor 4-Jul-18 14:24
professional Randor 4-Jul-18 14:24 
GeneralRe: Console Window of Visual Studio 2017 Debugger Answers F10 with Full Screen 43-Line Display Pin
David A. Gray5-Jul-18 6:04
David A. Gray5-Jul-18 6:04 
GeneralRe: Console Window of Visual Studio 2017 Debugger Answers F10 with Full Screen 43-Line Display Pin
Randor 5-Jul-18 8:42
professional Randor 5-Jul-18 8:42 
GeneralRe: Console Window of Visual Studio 2017 Debugger Answers F10 with Full Screen 43-Line Display Pin
David A. Gray5-Jul-18 11:51
David A. Gray5-Jul-18 11:51 
GeneralRe: Console Window of Visual Studio 2017 Debugger Answers F10 with Full Screen 43-Line Display Pin
Randor 5-Jul-18 12:31
professional Randor 5-Jul-18 12:31 
GeneralRe: Console Window of Visual Studio 2017 Debugger Answers F10 with Full Screen 43-Line Display Pin
David A. Gray5-Jul-18 13:24
David A. Gray5-Jul-18 13:24 
GeneralWhy Static Const Almost Always Trumps Const Pin
David A. Gray2-Jul-18 10:30
David A. Gray2-Jul-18 10:30 
GeneralRe: Why Static Const Almost Always Trumps Const Pin
Chris Maunder2-Jul-18 10:35
cofounderChris Maunder2-Jul-18 10:35 
GeneralRe: Why Static Const Almost Always Trumps Const Pin
David A. Gray2-Jul-18 10:37
David A. Gray2-Jul-18 10:37 
GeneralRe: Why Static Const Almost Always Trumps Const Pin
Peter_in_27802-Jul-18 17:41
professionalPeter_in_27802-Jul-18 17:41 
GeneralRe: Why Static Const Almost Always Trumps Const Pin
David A. Gray2-Jul-18 21:08
David A. Gray2-Jul-18 21:08 
GeneralGood Regular Expression Fiddle Pin
David A. Gray27-Jun-18 8:20
David A. Gray27-Jun-18 8:20 
GeneralRe: Good Regular Expression Fiddle Pin
Mike Hankey27-Jun-18 9:21
mveMike Hankey27-Jun-18 9:21 
GeneralRe: Good Regular Expression Fiddle Pin
David A. Gray27-Jun-18 9:52
David A. Gray27-Jun-18 9:52 
GeneralRe: Good Regular Expression Fiddle Pin
David A. Gray27-Jun-18 10:01
David A. Gray27-Jun-18 10:01 
GeneralRe: Good Regular Expression Fiddle Pin
Mike Hankey27-Jun-18 10:19
mveMike Hankey27-Jun-18 10:19 

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.