python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to configure CLion and clang-tidy for 'Signature is not normalized' warnings
I am writing a c++ program in QT using CLion
I am using a lot of connections in my code. When the slot does not have parameters I have no problems, but when the slot have some parameter, like this:
SI...
Alejandro Vera
Votes: 0
Answers: 0
How to place a space at the end of cout
I need to know why c++ doesn't see the space just at the end of cout function.
I'm using CLion and C++ 23 (language_standart)
int main()
{
string Item ;
double Price ;
int Quantity ;
...

user17173632
Votes: 0
Answers: 2
Is there a c++ analyzer to give member variables modified/used/referenced by a function
A function's side effect is to change global variables. For c, it can be only global variables or static variables. But c++, a member function often modifies a member variable. Is there a way to give ...
Tokubara
Votes: 0
Answers: 0
cannot run on '<default>' when using clion to debugging jvm 12 source code
I am tried to debugging the JDK 12 JVM source code in CLion, now all the compile work success. I have runned this command:
bash configure --with-boot-jdk='/Users/dolphin/.sdkman/candidates/java/11.0.1...

Dolphin
Votes: 0
Answers: 1