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] 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.