Sunday, September 16, 2012

init C++

C++ is looking a whole lot like a simplified version of Java. Most of the constructs are the same with so exceptions like promoting an end-check while loop. cout<<"..."; looks much better than System.out.print("...");

No comments:

Post a Comment