CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: fernando306

Search: Search took 0.01 seconds.

  1. Re: Using imaginary number " i ". Dev C++ vs. VS2008!

    Exactly! It worked perectly now. Thanks a lot!!!
  2. Re: Using imaginary number " i ". Dev C++ vs. VS2008!

    I found no problem setting the values when declaring the complex numbers btw. But after has been declared, I didn't find a way to change the imaginary part of it. In therms of computational...
  3. Re: Using imaginary number " i ". Dev C++ vs. VS2008!

    Well the problem comes from an even more basic level...

    I am not finding a way to set values to real and imaginary parts of the number separately.

    I found that the function real(complex_number)...
  4. Using imaginary number " i ". Dev C++ vs. VS2008!

    Hi There!

    I created an algorithm that uses imaginary numbers. It is fine on Dev C++, and now I am trying to port to VS2008. I figured out most things, including how to declare complex numbers....
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured