View Single Post
  #6 (permalink)  
Old July 17th, 2005, 02:16 AM
Alan-LB Alan-LB is offline
Authorized User
 
Join Date: Mar 2005
Posts: 58
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to Alan-LB Send a message via Yahoo to Alan-LB
Default

The code I posted works OK under Borland Turbo C++ version 3.01 You do not say what errors you get. You do not say what version of C++ compiler you are using.

I changed "void main()" to "int main()" and the program ran under DevC++ version 4.9.9.2

Check that you have not made any typing mistakes.

From your posting I think that you need to do a lot more reading before you try to write any programs. The errors in your code are very basic and you should not expect other people to solve problems that are obviously due to your lack of trying.

What is the point of posting URLs to see your code - being suspicious I have not clicked on the address and I would not recommend any one else to do so. It is better that you post the code that you are trying to compile otherwise you waste other people's time.

Alan


Reply With Quote