Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 12-23-2004, 06:16 AM   #1 (permalink)
 
Newb Techie

Join Date: Dec 2004

Posts: 18

vasu

Default C program

I'm new to C-programming. i could find out the errors and correct them through compile option but i don't know how to execute and get the result of the program. please help me out!
vasu is offline  
Old 12-23-2004, 08:07 AM   #2 (permalink)
 
Ultra Techie

Join Date: Jun 2004

Posts: 973

intercodes

Send a message via Yahoo to intercodes
Default

vasu,

what compiler are you using? If it is an Turbo c++ or Turbo C compiler [ Bluey IDE screen], then to execute the program is ' Control Key[ctrl]+F9' and to view the results 'alt+F5'.
intercodes is offline  
Old 12-24-2004, 12:10 AM   #3 (permalink)
 
Newb Techie

Join Date: Dec 2004

Posts: 18

vasu

Default

Intercodes,
Thank you so much! it worked out!
vasu is offline  
Old 12-28-2004, 03:46 AM   #4 (permalink)
 
Newb Techie

Join Date: Dec 2004

Posts: 10

Jealousy

Default

you can also use getch(), to see the output of your program,just add to the end of your program.To use it you must include conio.h with #include<conio.h>
Jealousy is offline  
Old 12-30-2004, 06:01 AM   #5 (permalink)
 
Newb Techie

Join Date: Dec 2004

Posts: 22

johnsector2001

Send a message via Yahoo to johnsector2001
Default

yeah good advice.... !!!
johnsector2001 is offline  
 
Closed Thread

Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On