Beginners - September 2025

by Ganado
Pretend my unique_ptr is a reference?
 
I have code that looks like this: std::unique_ptr<Foobar> pFoobar = FoobarFactory(); Foobar& foobar = *pFoobar; // fix'd! foobar.Adjuvant(); foobar.Acutance()...
[4 replies] Last: LOL, this made my day. Bless you little LisaBot. (by Duthomhas)
  Archived months: [aug2025]

This is an archived page. To post a new message, go to the current page.