Hacker Newsnew | past | comments | ask | show | jobs | submit | guavaNinja's commentslogin

At my last job, I built a SQLite editor as an internal tool with C++ and ImGUI. It had custom features/views for our custom needs.

It was super fun and the code was super easy to read and edit. Immediate mode made our job much easier.


In Arabic there is the mothanna مثنى (pair) case.


If a project supports cmake, this is the best package manager to fetch it https://github.com/cpm-cmake/CPM.cmake


Sellers can easily pay to the site more than the buyers and it won't be in the buyer's interest


Right, I want someone to solve that.


It's ok to break it down iteratively, so after figuring it out you can get back to the list of subtasks and update them


This[1] is a c-flavoured c++ STL replacement, uses minimal number of c++ features to be easy to use yet simple. We built it and use it internally where I work.

It's not c but almost c, it could be useful for you

[1] https://github.com/MoustaphaSaad/mn/blob/master/mn/include/m...


This is still all in c++ correct? why not just using STL instead, am I missing something here.

There are a few pure-C made STL alike containers for C that uses no c++ code at all, a random github search finds this: https://github.com/assyrianic/Harbol , there are quite a few of them just not recalling them now.


Thank you. You don't seem to provide a c_str() equivalent (a method that gives a pointer to or copies out a C-string) or views ? Sorry if I missed them.


We hate getters/setters. There is `using Str = Buf<char>` if you looked into Buf you will find ptr and count and cap. You are looking for ptr


I think they meant you allocate data once and pass their pointers to a function to put its outputs there. `void return_multi(T* out0, M*out1);`


But then you can just pass in a mutable object as well in java.



That's a bug in Firefox for Android that's being tracked https://bugzil.la/1535985


No, laugh to them for getting hacked. It's EA afterall.


In the old days, EA used to mean genuinely good games with great level design. It’s not even close to the same company now, but I understand some people being sad because they still think about EA as old EA.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: