Go Back   Forums > Community Chatterbox > Tech Corner > Programming
Memberlist Forum Rules Today's Posts
Search Forums:
Click here to use Advanced Search

Reply
 
Thread Tools Display Modes
Old 12-10-2010, 06:28 PM   #1
Japo
Autonomous human
 
Japo's Avatar


 
Join Date: Mar 2006
Location: ,
Posts: 4,615
Default

Yes, I wonder how you decided to put them. You need to review C syntax.

http://msdn.microsoft.com/en-us/library/66k51h7a.aspx

Also, why do you use system() so much? Instead of system("pause") you should use getchar() or similar, so the same thing is done by the program itself, instead of having to call an OS command. And what is the purpose of

Code:
system("TITLE Calculator");
system("COLOR 2");
? Are those actual executable files you have? Or are you trying to print those strings?

And you should import the header files with the prototypes for the functions you're using.
__________________
Life starts every day anew. Prospects not so good...
Japo is offline                         Send a private message to Japo
Reply With Quote
Reply


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with XP SkiFree Troubleshooting 4 16-03-2010 02:42 PM
I Have A Problem! kevinitzac General compatibility fixes 1 22-04-2007 03:49 PM
Problem Dark Piedone Tech Corner 12 02-01-2006 07:22 PM
Dos Box Problem lost guy Troubleshooting 1 10-12-2004 09:14 AM
Dos Problem Anonymous Troubleshooting 13 25-09-2004 02:08 AM


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump
 


The current time is 08:21 PM (GMT)

 
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.