P
P
Popou2020-10-01 14:59:55
C++ / C#
Popou, 2020-10-01 14:59:55

Compiler c++ or c?

Let's say I wrote code in c, visual studio creates only c ++ projects, but compiles c files without any problems, but I heard that it has a more complicated compilation step, and that if you compile on the same gcc it will be more efficient I

rephrase if you compile the same code, gcc compiler and visual studio c++ , is it true that gcc is more efficient?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
CityCat4, 2020-10-01
@Popou

Well, go to gcc :)

V
Vladimir Korotenko, 2020-10-01
@firedragon

The compiler compiles what is given to it.
Everything else is not your skill.
However, you can replace Microsoft with Intel and get +30 performance out of the box

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question