User profile: coder777

User info
User name:coder777
History
Joined:
Number of posts:8412
Latest posts:

UI layout is certainly the most difficult area of UI design
[quote]I'm not sure how would that work or be implemented, what do you mean? [/quote]For instance:[c...

too many arguments in function call
For some reason you pass the data to alldata(...) not addition(...). Line 6 unfortunately compiles ...

Is it possible to export a local created pointer?
You should delete the acquire memory in the correct order. Otherwise you risk a a crash or undefined...

how to specify gcm.cache in g++ command line option?
gcm.cache sounds like something that is used internally. I would think that only file1.o is relevant...

compiling modules C++ 20 with g++ 12.2.0
Take a look at this: [b]sqlite_orm::internal[/b]::polyfill Is that the namespace you want?