Hi guys I have an issue with this procedure: HWND Container::createWindow(void) const { int width = CLASSNAME_APP_MIN_WIDTH; int height = CLASSNAME_APP_MIN_HEIGHT; au...
I'm not very familiar with threaded programming. I have an infinite loop for rendering a surface which I'll then blit on the main HDC. Its lifecycle is the same as the main ...
I know this is a flames question, but I'm tired of seeing C vs C++ topics. I'm a C programmer, but anywhere I go they tell me to just move to C++, and I don't understand why....
How do you organize your CMake project? I'll make my question more clear. I have a build/ dir from conan and a src/ dir where the sources of the main executable are located....
Hi guys this is very weird, but: std::string err(""); err.append("Assertion ["); err.append(::w2s(name)); err.append("]#"); err.append(std::to_string(i)); err.append(" faile...
Is it better to look for dependencies on the host system (ex: libcairo) or to build them along with the application? The fact is that setting up the environment on Windows is...
Guys, I need an opinion: I'm looking for a linux to be used for developing (mainly C applications, python, web) that I wouldn't find annoying during the usage. I mean, I'm j...
guys do you know a C library for canvas drawing? I only know Cairo and I'm curious of the alternatives
I understand that decltype is used for auto types, but what is the advantage over auto ?
Ok but is it faster to do things with windows or with linux? I mean, in terms of UX, Windows is a lot more well designed
Hi, what C/C++ environment do you use at work ?
how is ubutnu "###@@" ? (besides being Canonical's)
my final target would be x86_64 but it's too complex for now, I'm trying to start from the basics. also why damn does the IA-64 take 3 volumes 3000 pages each whereas AMD64 ...
Do you know any references I could look at? I'm a total beginner with assembly, but know something about registers, 2's complement, jump and conditional jumps, memory addresse...
Hi guys, I'm going to run a tech blog (mostly linux and art stuff) on my centos vps (it has 2gb ram), do you know any valid lightweight cms ? I'm very open, I don't mind compi...
hm... didn't Stroustroup himself recommend to avoid stuff like creating an Object class? (I think your comment would be more about C# than C++)
Isn't it a bit too early ?
Uh? I thought they all looked like lisp
"it's hard to read because you're too lazy to try to learn it" Ok, but do you agree that C's syntax is just EASIER to even guess ?
I agree but I also understand some "common" considerations about C: being unsafe (ok, and it's true), verbose (yes, but isn't it better for debugging?), may lead to memory lea...