Cromon

Main.cpp

Aug 12th, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.08 KB | None | 0 0
  1. {
  2.         {
  3.             Complex c(3, 4);
  4.             Complex c2(4, 5);
  5.  
  6.             Complex csqred = c + c2;
  7.         }
Advertisement
Add Comment
Please, Sign In to add comment