Hello My Linux Debian OS always froze when I open a lot of browser tabs (Brave, Firefox), how do I prevent and solve that issue? I opened a highly important private tabs in B...
Hello Can I say that std::begin and std::end return address instead of saying that they return iterator?
Can someone explain why I got: "Segmentation fault" this time? I've no idea how to search for a solution to this issue.
What do famous open-source repos developers use?
Hello Is multiplication faster than division in this case? int liters(double time) { return time * 0.5; // OR return time / 2; }
Hello How do I delete the a certain starting tag with ending tag without affecting the content in VS Code? Context: I want to delete all <div dir="rtl"> and its closing tag i...
Hello When a website asks me to enter my last name or to type my full name, I was entering my father name, and I was doing that in my entire life! So is it okay to enter my f...
Hello I noticed a weird thing for a little while, that is: I've a poor internet connection; so when I download a Windows application (e.g. GIMP, or any other file) via the bro...
Hello Can someone code a faster or a shorter way to convert binary to decimal than this? int binary_to_decimal(int binary) { int decimal = 0, base = 1; while (binary) ...
Hello How do I make Festival my default system speech synthesizer instead of eSpeak in Debian?
Hello I'd like to know which IDE (or code editor) that the popular programming language C/C++ developers use? Also, are some of them develop that language using Visual Studio ...
This video shows that Google use two spaces for indentation in their C++ code, HOW IS THAT POSSIBLE? https://youtu.be/6lU11IHfJgo
Hello Should I download ABI x86_64 or x86 system image in Android Studio? Which is faster in a Windows 10 x86_64 OS?
Hello Which is better (take less instructions) in concatenating a new line? std::cout « "The Result: " « x « "\n"; std::cout « "The Result: " « x « '\n'; * Also, what would ...
What do you think about it?
Hello I can't solve this puzzle! Especially the second to last character. Can someone write it here?
Hello! Tell me how it takes with you to solve this problem: - Use arithmetic operators instead of the question marks std::cout << 10 ? 20 ? 15 ? 3 ? 190 ? 10 ? 400 << '\n'; ...
Why I can print Arabic characters (string, which is a Unicode characters language) without using any special functions in online C/C++? Unlike my dumb VS IDE :/
@thedevs_bot Racism?
Is saying the sentence "Write a program" to someone is correct? Because, as I read, the verb "write" is done using a pencil, and the verb "type" is done using keyboard.