Nils
Any idea how to get back normal linux gcc?
Nils
I even tried reinstalling etc
Nils
Ubuntu
(Server, 19.10)
Francisco
Version?
Francisco
Mmm
Nils
Francisco
Try sudo apt purge gcc
Nils
Try sudo apt purge gcc
I did already. Even then gcc still exists
Anonymous
Nils
No idea 🤷‍♂
Francisco
I did already. Even then gcc still exists
Okay, show me the output of update-alternatives --display gcc
Anonymous
Well, why don't you just use this? Any problems with this one?
Francisco
Well, why don't you just use this? Any problems with this one?
If he's in Linux, he can't run Windows exes
Anonymous
Anonymous
Yes that I want linux executables!
Have you tried to specify the target explicitly?
Nils
-target linux?
Anonymous
Kinda like that Better google it
Anonymous
Or use clang
Francisco
But does your gcc installation work?
Nils
Or use clang
Most projects I am compiling are on gcc 😕
Nils
But does your gcc installation work?
Yes but it generate .exe file
Nils
I can even use windows.h in the files I am compiling with gcc, lol
Francisco
So?
Okay, he can use clang, but it's a legitimate request to help installing gcc
Anonymous
So weird
Nils
Could it be a problem having wine installed?
Francisco
Could it be a problem having wine installed?
Maybe, show the output of type gcc
Nils
Maybe, show the output of type gcc
gcc is hashed (/usr/local/bin/gcc)
Francisco
Okay, try now this /usr/bin/gcc --version
Nils
Okay, try now this /usr/bin/gcc --version
I am getting ld loading errors
Francisco
Like if it doesn't exist?
Nils
Symbol not found stuff
Francisco
Exact output please?
Nils
Exact output please?
gcc: relocation error: /lib/libpthread.so.0: symbol __getrlimit, version GLIBC_PRIVATE not defined in file libc.so.6 with link time reference
Francisco
I think the problem is that Wine installed some gcc modification in /usr/local/bin, and your path is taking that version of gcc instead of the one in /usr/bin. It even seems that it chenged some env variables
Francisco
Try uninstalling Wine and see if the problem is gone
Francisco
Okay
Anonymous
Pls which ide and complied should I use , am new
Anonymous
Qt creator or visual studio
Alright, thanks a lot
Максим
Hi
Максим
Can anybody help me with mfc c++
Anonymous
Максим
The file specifies the centers and radii of the circles. Display them. Circles that lie inside each other, highlighted by a separate color. The group Allocate nested circles with the largest total area to others color. This is a task
Максим
Can anybody help with this task?
Francisco
Can anybody help with this task?
What have you done so far?
Максим
I did everything except the last point, so to speak. I don’t know how to group those circles that lie inside each other and select the group with the largest total area in some color
Максим
I identified those that are nested circles but since the group does not have to be 2 or maybe all the circles in one, you need to think it through somehow and there are no ideas
Francisco
I don't know what you're really talking about, it'squite unclear
Максим
I need to divide circles that are nested into groups
Alion🦁
Hi! Is there anyone knows full length project development video on YouTube (c++)?
Oladoja
Pls how do I learn c++
Oladoja
First chat
Botir
Take a book (for example Prata) and just start
Talula
Pls how do I learn c++
Do you know basics of C?
MᏫᎻᎯᎷᎷᎬᎠ
Anonymous
If you are programing in QT. Are there any advantage or reasons to use for instance Qvector than the regular vector of STL?
Dima
and std including other stuff in core code
Anonymous
so, in the backend is better not use the qt classes?
Dima
imo
Anonymous
Thanks :-)
Mar!o
its ez
Francisco
No, why would I do that?
01000001011011010100000101101110
What problem are you facing?