CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
+ Reply to Thread
Page 2 of 2 FirstFirst 1 2
Results 16 to 17 of 17
  1. #16
    Ejaz's Avatar
    Ejaz is offline Elite Member Power Poster Ejaz has a reputation beyond repute (3000+) Ejaz has a reputation beyond repute (3000+) Ejaz has a reputation beyond repute (3000+) Ejaz has a reputation beyond repute (3000+) Ejaz has a reputation beyond repute (3000+) Ejaz has a reputation beyond repute (3000+) Ejaz has a reputation beyond repute (3000+) Ejaz has a reputation beyond repute (3000+) Ejaz has a reputation beyond repute (3000+) Ejaz has a reputation beyond repute (3000+) Ejaz has a reputation beyond repute (3000+)
    Join Date
    Jul 2002
    Location
    Lahore, Pakistan
    Posts
    4,211

    Re: PLEASE HELP A NOVICE WITH C++. How do i make this code output to a .txt file?

    Quote Originally Posted by tyam.adi@gmail.com View Post
    my debugger says:

    Warning 1 warning C4244: '=' : conversion from 'double' to 'float', possible loss of data Line 39
    Its not the debugger, its the compiler. Please go through the links I provided above. They'll give you good understanding to begin debugging your program.

    But how does the code know where euler.txt is? im confused where/if i identify the location of the file...
    You can make a search in your system and find out where exactly it is (most likely, right next to your project file).

  2. #17
    Join Date
    Jul 2012
    Posts
    9

    Re: PLEASE HELP A NOVICE WITH C++. How do i make this code output to a .txt file?

    Oh, I got it, thank you all very much for all your time

    --AM

+ Reply to Thread
Page 2 of 2 FirstFirst 1 2

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts



HTML5 Development Center

Click Here to Expand Forum to Full Width