Post the code. no errors: nope, there is definitely still at least one error that will definitely cause you to get wrong results. It'll be up to...
You need to find the errors yourself. I'm not going to do it for you, but I will help you learn how to find them. Basically it's very easy: just...
I haven't got that far with it. And I'm pretty sure there are other errors as well. What distance do you expect it to print out from calculating...
There aren't any scanf calls in the ReadFile function. And when I changed them previously from scanf to fscanf this worked fine, so if your...
Good, so add some more printfs so you can find out where the new version of the program stops working. You know how to do this now, so let me...
Well if you change the code it helps if you post the new version.
Yes I know exactly what's wrong. And it seems I have to spell it out to you. scanf DOES NOT DO WHAT YOU THINK IT DOES. NOW GO AND READ THE...
sprintf might do the job, or itoa, depending on exactly how you want to do it.
And I pointed it out for exactly what reason? RTFM=Read The Friendly Manual. You can look that sort of stuff up on Google. Well what do...
What does scanf do? What do you *think* scanf does? Make absolutely certain those two are the same; even RTFM if you have to.
It means for some reason it's not getting past Readfile. Try adding some printfs to ReadFile and see if you can spot anything.
Same way you do at the end of the program. Just put some messages indicating where it's got up to. For example: int main() { line l;...
"doesn't run" is a bit vague; could you be more specific? If you add some printf statements to the code to let you know where it's up to, does...
$ORACLE_HOME/demo/rdbms/cdemo1.c does exactly what you want. If it's not present you can install it from the Companion disk (10g) or Examples disk...
There's no such thing as "Qt C++". Do you mean that you want to learn how to program in C++ *and* how to use the QT API? If so, just focus on...
wl u cn strt wth a crcl orb an wen u gorrit dun u cn eezli swch 2 elips coz winapi has a func 2 do tat.
How many functions do you need? Well, you could do the whole lot in main, so 1, I suppose. Where do you have the most errors: difficult to say,...
Well I've already told you what code I think you should write next. Several times. So there's no point repeating it. No I'm not going to write...
Really? There are loads of errors. What compiler are you using? Here's what Visual Studio 2010 makes of the code:...
Sigh. Stop me when you hit a word you don't understand: What. Errors. Does. The. Compiler. Throw?
Separate names with a comma.