To continue this discussion a bit (please add your comments) James an I 
had a short discussion about using std::string (for example) everywhere 
in the file or using " using std::string;" at the beginning. James 
pointed out that the suing std:: statement in header files might not be 
a good idea, but to my opinion it improves readability by using it in 
the .cxx files rater that spreading std::string across the file.

Any comments on this?

I tend to go for using std:: in the .cxx files unless it is for one or 
two references in the code.

Erik


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to