I just googled myself for an hour and didn't find any usefull information, please help me out

I want to define 2 complex numbers and add them ... I found things like
Qt Code:
  1. complex<double>
To copy to clipboard, switch view to plain text mode 
and stuff. But I dont get it to work correctly. I also tried including the <complex> library, but still no sucsess...