Click here to Skip to main content
15,893,508 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: Windows10 update? Pin
Super Lloyd2-Jul-21 15:49
Super Lloyd2-Jul-21 15:49 
GeneralRe: Windows10 update? Pin
Nelek2-Jul-21 23:39
protectorNelek2-Jul-21 23:39 
GeneralRe: Windows10 update? Pin
Super Lloyd3-Jul-21 0:22
Super Lloyd3-Jul-21 0:22 
GeneralRe: Windows10 update? Pin
Slow Eddie3-Jul-21 3:49
professionalSlow Eddie3-Jul-21 3:49 
GeneralRe: Windows10 update? Pin
obermd3-Jul-21 15:22
obermd3-Jul-21 15:22 
GeneralFirst time I've ever felt bad for rolling my own Pin
honey the codewitch2-Jul-21 9:21
mvahoney the codewitch2-Jul-21 9:21 
GeneralRe: First time I've ever felt bad for rolling my own Pin
Greg Utas2-Jul-21 9:35
professionalGreg Utas2-Jul-21 9:35 
GeneralRe: First time I've ever felt bad for rolling my own Pin
honey the codewitch2-Jul-21 9:48
mvahoney the codewitch2-Jul-21 9:48 
The problem seems to be that people make things more complicated than they need to be.

This was C so there's only so much you can do about it, but why everyone doesn't just make C++ libs as pure HPP files is beyond me. The extra build complexity is not worth the little bit of extra code hiding you can get by using cpp files. With an HPP you just include the heckin thing.

I mean i get it if your code is proprietary and you want to distribute a static lib you need CPP files, but for anything else don't make it more complicated.

Again, freetype is C so I don't know what they could have done, but for CPP if you work your library right it is easy to build.

It's something that seems like it needs to be in the language. C needs an equiv of an HPP file.
Real programmers use butterflies

GeneralRe: First time I've ever felt bad for rolling my own Pin
Super Lloyd2-Jul-21 15:53
Super Lloyd2-Jul-21 15:53 
GeneralRe: First time I've ever felt bad for rolling my own Pin
honey the codewitch2-Jul-21 16:13
mvahoney the codewitch2-Jul-21 16:13 
GeneralRe: First time I've ever felt bad for rolling my own Pin
Super Lloyd2-Jul-21 16:31
Super Lloyd2-Jul-21 16:31 
GeneralRe: First time I've ever felt bad for rolling my own Pin
honey the codewitch2-Jul-21 16:32
mvahoney the codewitch2-Jul-21 16:32 
GeneralRe: First time I've ever felt bad for rolling my own Pin
Stefan_Lang4-Jul-21 23:28
Stefan_Lang4-Jul-21 23:28 
GeneralRe: First time I've ever felt bad for rolling my own Pin
honey the codewitch5-Jul-21 1:44
mvahoney the codewitch5-Jul-21 1:44 
GeneralRe: First time I've ever felt bad for rolling my own Pin
Stefan_Lang6-Jul-21 1:23
Stefan_Lang6-Jul-21 1:23 
GeneralRe: First time I've ever felt bad for rolling my own Pin
honey the codewitch6-Jul-21 3:29
mvahoney the codewitch6-Jul-21 3:29 
GeneralRe: First time I've ever felt bad for rolling my own Pin
Stefan_Lang6-Jul-21 6:28
Stefan_Lang6-Jul-21 6:28 
GeneralRe: First time I've ever felt bad for rolling my own Pin
Stefan_Lang6-Jul-21 6:30
Stefan_Lang6-Jul-21 6:30 
GeneralRe: First time I've ever felt bad for rolling my own Pin
Greg Utas2-Jul-21 10:03
professionalGreg Utas2-Jul-21 10:03 
GeneralRe: First time I've ever felt bad for rolling my own Pin
honey the codewitch2-Jul-21 10:12
mvahoney the codewitch2-Jul-21 10:12 
GeneralRe: First time I've ever felt bad for rolling my own Pin
Super Lloyd2-Jul-21 15:56
Super Lloyd2-Jul-21 15:56 
GeneralRe: First time I've ever felt bad for rolling my own Pin
honey the codewitch2-Jul-21 16:17
mvahoney the codewitch2-Jul-21 16:17 
GeneralRe: First time I've ever felt bad for rolling my own Pin
Super Lloyd2-Jul-21 16:29
Super Lloyd2-Jul-21 16:29 
GeneralRe: First time I've ever felt bad for rolling my own Pin
honey the codewitch2-Jul-21 16:31
mvahoney the codewitch2-Jul-21 16:31 
GeneralField of Dreams...? Pin
Solveering LLC2-Jul-21 5:08
Solveering LLC2-Jul-21 5:08 

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.