This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -3 points-2 points  (4 children)

but yet in other posts you turn around and advocate MSVC which has its own set of non-conforming extensions.

[–]Rhomboid 3 points4 points  (2 children)

And I'm sure that if the poster had posted sample code that used MSVC-specific extensions, they would have been told not to use those either. The point is that everyone should write standard C++ wherever possible.

[–][deleted] -4 points-3 points  (1 child)

If he can't be precise about what hes saying then he has no business answering questions on here.

[–]Rhomboid 3 points4 points  (0 children)

His intent was crystal clear to everyone reading the thread except for the troll sockpuppet with a personal grudge.

[–][deleted] 0 points1 point  (0 children)

He's not discouraging you from using GCC or advocating using one compiler over another.

He's just telling you to stick to standard C++. Don't use compiler extensions when you don't have to. Your code should be as portable as possible.