You are here:

C++/Diffrence

Advertisement


Question
What is the difference in coding in C++ in windows environment and in linux environment ?
If their is a difference than how to program under LINUX
Also suggest compilers that can be used in linux

Answer
> What is the difference in coding in C++ in windows environment and in linux environment ?
As far as standard, portable C++ is concerned, there is absolutely no difference. C++ is specified by an international standard adopted by the ISO - it is the same everywhere.

> Also suggest compilers that can be used in linux
Linux ships with the GNU C++ compiler (g++) and this is the mainstream C++ compiler used under linux.

C++

All Answers


Answers by Expert:


Ask Experts

Volunteer


vijayan

Expertise

my primary areas of interest are generic and template metaprogramming, STL, algorithms, design patterns and c++09. i would not answer questions about gui and web programming.

Experience

over 15 years

Education/Credentials
post graduate engineer

©2012 About.com, a part of The New York Times Company. All rights reserved.