|
-
July 6th, 2012, 03:49 AM
#16
Re: PLEASE HELP A NOVICE WITH C++. How do i make this code output to a .txt file?
 Originally Posted by [email protected]
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).
-
July 6th, 2012, 05:34 AM
#17
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|