![]() |
Hangman game source code
Hangman game source code for you.
============ Code: C
|
Re: Hangman game source code
Why No One Is Replying ?
|
Re: Hangman game source code
What you want in reply?
|
Re: Hangman game source code
i want to know wheter my program is good?
|
Re: Hangman game source code
Quote:
Not more people are replying or commenting probably because of lack of some explanation / introductory para. |
Re: Hangman game source code
hey iam getting an error
undefined symbol_main in module c).ASM |
9 Errors and 5 Warnings!! Whats this?!
Quote:
How come u n Shabbir r sayin that its workin .... in my Borland Compiler its showing 9 Errors & 5 Warnings :eek: .... some of the errors dont even require a compiler - they r glaring sytax errors .... or mebbe I am wrong - mebbe I am using the wrong compiler .... pls do clarify and elaborate in this regard. Thx. Ciao, Rajiv :) |
Re: Hangman game source code
What I meant good is from code point of view and I never compiled it.
Yup it has some syntax errors and here is the rectification Code:
#include<conio.h> |
3 Errors still remain!
There is still an error - the spacing between "ondtime" and "s". Rectify that and the code compiles without errors but with 4 warnings - all of "variable assigned a value but never used" .... But it does work in the way I think it should.
Ciao, Rajiv |
Re: Hangman game source code
The space problem is actually the problem in the algo of parsing the code and not with the actual code.
If you have a line greater than n it will insert a space in between. Normally that thing does not happen and in normal circumstances you dont have chars after chars without a space. |
| All times are GMT +5.5. The time now is 13:50. |