Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

 
 
Thread Tools Display Modes
Prev Previous Post in Thread   Next Post in Thread Next
Old Oct 27th, 2005, 5:06 PM   #1
farnush
Newbie
 
Join Date: Oct 2005
Posts: 12
Rep Power: 0 farnush is on a distinguished road
Help stupid problem with clrscr

#include<math.h>  
#include<stdio.h>  
#include<stdlib.h>  
#include<conio.h>    
void main()  
{  
             clrscr();  
	int i;
  	for (i=1;i<10;i++)  	
{	printf("the values of the square root of %d is %d \n",i,sqrt((double)i));    	}
  }


guys my compiler Turbo c is saying that declaration not allowed here .... for the clrscr line... i know it may sound stupid ... need help
farnush is offline   Reply With Quote
 

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 2:18 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC