Click here to Skip to main content
15,886,873 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: Wordle 830 Pin
FreedMalloc27-Sep-23 4:53
FreedMalloc27-Sep-23 4:53 
GeneralRe: Wordle 830 Pin
StarNamer@work26-Sep-23 21:53
professionalStarNamer@work26-Sep-23 21:53 
GeneralRe: Wordle 830 Pin
OriginalGriff26-Sep-23 22:12
mveOriginalGriff26-Sep-23 22:12 
GeneralRe: Wordle 830 Pin
Cp-Coder26-Sep-23 23:42
Cp-Coder26-Sep-23 23:42 
GeneralRe: Wordle 830 (5/6) Pin
Jeremy Falcon27-Sep-23 2:20
professionalJeremy Falcon27-Sep-23 2:20 
GeneralRe: Wordle 830 Pin
GKP199227-Sep-23 3:49
professionalGKP199227-Sep-23 3:49 
GeneralRe: Wordle 830 Pin
jmaida27-Sep-23 9:34
jmaida27-Sep-23 9:34 
GeneralI have a great idea for an article but I lack the words Pin
honey the codewitch26-Sep-23 15:43
mvahoney the codewitch26-Sep-23 15:43 
It would be great to do an exploration of binary vs source level binding in C++ but I'm not sure what you'd call it.

For example, a pure virtual class (interface) is a binary binding mechanism. You are essentially passing around a table of function pointers. You can pass a class *instance* as a *function* argument and bind to it at run time.

An example of "source level binding" (if you want to call it that) would be passing a class as a template argument to a template class, and then operating on the first class's methods from inside the second class.

Anyone have any ideas?
Check out my IoT graphics library here:
https://honeythecodewitch.com/gfx
And my IoT UI/User Experience library here:
https://honeythecodewitch.com/uix

GeneralRe: I have a great idea for an article but I lack the words Pin
jmaida26-Sep-23 16:03
jmaida26-Sep-23 16:03 
GeneralRe: I have a great idea for an article but I lack the words Pin
honey the codewitch26-Sep-23 16:04
mvahoney the codewitch26-Sep-23 16:04 
GeneralRe: I have a great idea for an article but I lack the words Pin
jmaida26-Sep-23 16:23
jmaida26-Sep-23 16:23 
GeneralRe: I have a great idea for an article but I lack the words Pin
honey the codewitch26-Sep-23 22:43
mvahoney the codewitch26-Sep-23 22:43 
GeneralRe: I have a great idea for an article but I lack the words Pin
jschell27-Sep-23 5:42
jschell27-Sep-23 5:42 
GeneralRe: I have a great idea for an article but I lack the words Pin
honey the codewitch27-Sep-23 6:06
mvahoney the codewitch27-Sep-23 6:06 
GeneralRe: I have a great idea for an article but I lack the words Pin
jschell29-Sep-23 11:01
jschell29-Sep-23 11:01 
GeneralRe: I have a great idea for an article but I lack the words Pin
Gerry Schmitz26-Sep-23 16:07
mveGerry Schmitz26-Sep-23 16:07 
GeneralRe: I have a great idea for an article but I lack the words Pin
jmaida26-Sep-23 16:23
jmaida26-Sep-23 16:23 
GeneralRe: I have a great idea for an article but I lack the words Pin
Gerry Schmitz27-Sep-23 4:50
mveGerry Schmitz27-Sep-23 4:50 
GeneralRe: I have a great idea for an article but I lack the words Pin
honey the codewitch26-Sep-23 22:45
mvahoney the codewitch26-Sep-23 22:45 
GeneralRe: I have a great idea for an article but I lack the words Pin
Gerry Schmitz27-Sep-23 4:42
mveGerry Schmitz27-Sep-23 4:42 
GeneralRe: I have a great idea for an article but I lack the words Pin
honey the codewitch27-Sep-23 6:09
mvahoney the codewitch27-Sep-23 6:09 
GeneralRe: I have a great idea for an article but I lack the words Pin
Mike Hankey26-Sep-23 16:16
mveMike Hankey26-Sep-23 16:16 
GeneralRe: I have a great idea for an article but I lack the words Pin
honey the codewitch26-Sep-23 22:44
mvahoney the codewitch26-Sep-23 22:44 
GeneralRe: I have a great idea for an article but I lack the words Pin
Andreas Saurwein27-Sep-23 2:37
Andreas Saurwein27-Sep-23 2:37 
GeneralRe: I have a great idea for an article but I lack the words Pin
jschell27-Sep-23 5:50
jschell27-Sep-23 5:50 

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.