Click here to Skip to main content
15,884,849 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: C++ is love Pin
James Lonero17-Dec-20 12:29
James Lonero17-Dec-20 12:29 
GeneralRe: C++ is love Pin
honey the codewitch17-Dec-20 12:57
mvahoney the codewitch17-Dec-20 12:57 
GeneralRe: C++ is love Pin
honey the codewitch14-Dec-20 18:22
mvahoney the codewitch14-Dec-20 18:22 
GeneralRe: C++ is love Pin
raddevus14-Dec-20 9:16
mvaraddevus14-Dec-20 9:16 
GeneralRe: C++ is love Pin
honey the codewitch14-Dec-20 9:46
mvahoney the codewitch14-Dec-20 9:46 
GeneralRe: C++ is love Pin
raddevus14-Dec-20 13:22
mvaraddevus14-Dec-20 13:22 
GeneralRe: C++ is love Pin
honey the codewitch14-Dec-20 15:10
mvahoney the codewitch14-Dec-20 15:10 
GeneralRe: C++ is love Pin
k505414-Dec-20 16:40
mvek505414-Dec-20 16:40 
I see you're using both #pragma once and #ifdef include guards. Is that really necessary? GCC supports both, going back to at least version 4.8, so the #pragma doesn't even need to be wrapped in an #ifdef _MSC_VER. But maybe you know something I don't, or maybe you're using some other compiler that doesn't understand the #pragma?

Also, picking nits, since I have nothing better to offer, I see that this is a memory pool for contrained memory environments. That must be a constrained, contained memory situation, correct? Smile | :)
Keep Calm and Carry On

GeneralRe: C++ is love Pin
Rick York14-Dec-20 16:48
mveRick York14-Dec-20 16:48 
GeneralRe: C++ is love Pin
honey the codewitch14-Dec-20 17:07
mvahoney the codewitch14-Dec-20 17:07 
GeneralRe: C++ is love Pin
honey the codewitch14-Dec-20 17:01
mvahoney the codewitch14-Dec-20 17:01 
GeneralRe: C++ is love Pin
raddevus14-Dec-20 18:08
mvaraddevus14-Dec-20 18:08 
GeneralRe: C++ is love Pin
honey the codewitch14-Dec-20 18:17
mvahoney the codewitch14-Dec-20 18:17 
GeneralRe: C++ is love Pin
Member 1330167915-Dec-20 0:14
Member 1330167915-Dec-20 0:14 
GeneralRe: C++ is love Pin
honey the codewitch15-Dec-20 1:13
mvahoney the codewitch15-Dec-20 1:13 
GeneralRe: C++ is love Pin
Member 1330167915-Dec-20 2:12
Member 1330167915-Dec-20 2:12 
GeneralRe: C++ is love Pin
honey the codewitch15-Dec-20 2:20
mvahoney the codewitch15-Dec-20 2:20 
GeneralRe: C++ is love Pin
Mladen Janković15-Dec-20 15:16
Mladen Janković15-Dec-20 15:16 
GeneralRe: C++ is love Pin
Mladen Janković15-Dec-20 14:30
Mladen Janković15-Dec-20 14:30 
GeneralRe: C++ is love Pin
honey the codewitch15-Dec-20 14:36
mvahoney the codewitch15-Dec-20 14:36 
GeneralRe: C++ is love Pin
Mladen Janković15-Dec-20 14:46
Mladen Janković15-Dec-20 14:46 
GeneralRe: C++ is love Pin
honey the codewitch15-Dec-20 17:06
mvahoney the codewitch15-Dec-20 17:06 
GeneralRe: C++ is love Pin
Mladen Janković16-Dec-20 1:28
Mladen Janković16-Dec-20 1:28 
GeneralRe: C++ is love Pin
Mladen Janković15-Dec-20 15:04
Mladen Janković15-Dec-20 15:04 
GeneralRe: C++ is love Pin
honey the codewitch15-Dec-20 17:07
mvahoney the codewitch15-Dec-20 17:07 

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.