Re: PLEASE HELP A NOVICE WITH C++. How do i make this code output to a .txt file?
Quote:
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.
Quote:
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).
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