Suse & OpenSuse : Tips, Tricks, Tutorials, How Tos and Troubleshooting

Compiling C++ code using iostream in G++ version 4.3 and above

Hi!, If you’re new here, you may want to subscribe to our RSS feed or sign up for free email updates.. Thanks for visiting!In the past, prior to G++ version 4.3, a code like
#include <iostream.h> int main() {   cout [...]