Click here to Skip to main content
15,885,365 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: CCC Pin
Greg Utas16-Apr-21 0:08
professionalGreg Utas16-Apr-21 0:08 
GeneralRe: CCC - Winner! Pin
Rich Leyshon16-Apr-21 0:16
Rich Leyshon16-Apr-21 0:16 
GeneralRe: CCC - Winner! Pin
Greg Utas16-Apr-21 0:23
professionalGreg Utas16-Apr-21 0:23 
GeneralLeadership fail! Pin
5teveH15-Apr-21 20:52
5teveH15-Apr-21 20:52 
GeneralRe: Leadership fail! Pin
Sander Rossel15-Apr-21 22:19
professionalSander Rossel15-Apr-21 22:19 
GeneralRe: Leadership fail! Pin
Slacker00715-Apr-21 23:00
professionalSlacker00715-Apr-21 23:00 
GeneralRe: Leadership fail! Pin
W Balboos, GHB16-Apr-21 0:56
W Balboos, GHB16-Apr-21 0:56 
GeneralYou ever feel like you're coming up for air after a big coding jag? Do you like it? Pin
honey the codewitch15-Apr-21 18:49
mvahoney the codewitch15-Apr-21 18:49 
I just got done with weeks of code trying to do something I wasn't sure I'd be able to do.

To be honest, if my head wasn't a mess it would have taken me a few days, but that's another thing entirely.

But at first I wasn't even sure C++ was going to be able to do what I was going to ask it to do. It turns out, it could, as long as I accepted certain limits in terms of my graphics pixel sizes and such.

Anyway, do you know what this is? (see figure below)

This is victory.

This is my graphics library rendering and blting arbitrary bitmaps, to arbitrary pixel formats, in this case 2 bit grayscale mapped to "ascii art" that started as 24-bit RGB. But my pixel formats can be virtually anything you want. Any color model you can imagine. Any bit depth up to 64 bits. Any number of channels (but the total must be less than or equal to 64 bits) - RGB, Y'UV, YbCbCr, grayscale, monochrome, whatever, even ones i haven't defined.

This is satisfaction.

This is me taking an elephanting break.

C++
###############
#. . . . . . .#
# . . . . . . #
#.           .#
# . %%%%%%% . #
#.  %%%%%%%  .#
# . %%%%%%% . #
#.  %%%%%%%  .#
# . %%%%%%% . #
#.  %%%%%%%  .#
# . %%%%%%% . #
#.           .#
# . . . . . . #
#. . . . . . .#
###############

Real programmers use butterflies

GeneralRe: You ever feel like you're coming up for air after a big coding jag? Do you like it? Pin
David O'Neil15-Apr-21 19:24
professionalDavid O'Neil15-Apr-21 19:24 
GeneralRe: You ever feel like you're coming up for air after a big coding jag? Do you like it? Pin
honey the codewitch15-Apr-21 19:34
mvahoney the codewitch15-Apr-21 19:34 
GeneralRe: You ever feel like you're coming up for air after a big coding jag? Do you like it? Pin
Johnny J.15-Apr-21 22:45
professionalJohnny J.15-Apr-21 22:45 
GeneralRe: You ever feel like you're coming up for air after a big coding jag? Do you like it? Pin
honey the codewitch16-Apr-21 3:08
mvahoney the codewitch16-Apr-21 3:08 
GeneralRe: You ever feel like you're coming up for air after a big coding jag? Do you like it? Pin
Johnny J.16-Apr-21 3:59
professionalJohnny J.16-Apr-21 3:59 
GeneralRe: You ever feel like you're coming up for air after a big coding jag? Do you like it? Pin
Nelek15-Apr-21 23:15
protectorNelek15-Apr-21 23:15 
GeneralRe: You ever feel like you're coming up for air after a big coding jag? Do you like it? Pin
Marc Clifton16-Apr-21 3:08
mvaMarc Clifton16-Apr-21 3:08 
GeneralRe: You ever feel like you're coming up for air after a big coding jag? Do you like it? Pin
honey the codewitch16-Apr-21 3:19
mvahoney the codewitch16-Apr-21 3:19 
GeneralRe: You ever feel like you're coming up for air after a big coding jag? Do you like it? Pin
dandy7216-Apr-21 3:45
dandy7216-Apr-21 3:45 
GeneralRe: You ever feel like you're coming up for air after a big coding jag? Do you like it? Pin
honey the codewitch16-Apr-21 3:48
mvahoney the codewitch16-Apr-21 3:48 
GeneralRe: You ever feel like you're coming up for air after a big coding jag? Do you like it? Pin
Greg Utas16-Apr-21 4:44
professionalGreg Utas16-Apr-21 4:44 
GeneralRe: You ever feel like you're coming up for air after a big coding jag? Do you like it? Pin
honey the codewitch16-Apr-21 4:46
mvahoney the codewitch16-Apr-21 4:46 
Generalfewer features better ? Pin
BillWoodruff15-Apr-21 18:08
professionalBillWoodruff15-Apr-21 18:08 
GeneralRe: fewer features better ? Pin
honey the codewitch15-Apr-21 18:36
mvahoney the codewitch15-Apr-21 18:36 
GeneralRe: fewer features better ? Pin
BillWoodruff15-Apr-21 18:54
professionalBillWoodruff15-Apr-21 18:54 
GeneralRe: fewer features better ? Pin
honey the codewitch15-Apr-21 18:59
mvahoney the codewitch15-Apr-21 18:59 
GeneralRe: fewer features better ? Pin
W Balboos, GHB16-Apr-21 1:03
W Balboos, GHB16-Apr-21 1:03 

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.