Most voted "g++" questions
3 questions
Sort by count of
-
7
votes1
answer85
viewsHow is it possible for the same memory address to have 2 different values at the same time?
I had a question about the behavior of the type qualifier const of the C++. I was testing how much a variable declared as a constant is protected from changes. For this I tried to change its value…
-
1
votes1
answer184
viewsHow to downgrade gcc, g++ and gfortran compilers?
I’m trying to install the package mice in Rstudio, but the installation fails and shows the error/usr/bin/ld: -lgfortran not found. I noticed that there is no directory called /usr/bin/ld on my PC,…
-
0
votes1
answer216
viewsError: stack Smashing Detected
I’m having the mistake: * stack Smashing Detected *: terminated in my program Use the compiler g++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0, here is the code: #include <iostream> using…