At 12:55 2006-08-06, sunnykumar_asct wrote:
>hi budy
>         sunny is here
>         endle();
>         is a function that terminat the line and pront pform next line
>         try this example

you're using an ancient compiler here's what's wrong with your code


>        #Include<iostream.h>

doesn't exist in a standard C++ compiler

>        #include<conio.h>

doesn't exist in a standard compiler

>        void main()

not a valid way to define main    int main() or int main(int, char**)

>        {
>          cout<<"hi i am sunny be my friend";
>        cout<<"hi i am sunny"<<endle<<"be my friend";

endle doesn't exist in a standard compiler

>        getch();

getch doesn't exist in a standard compiler

>          }
>
>
>
>
>
>
>
>
>To unsubscribe, send a blank message to 
><mailto:[EMAIL PROTECTED]>.
>Yahoo! Groups Links
>
>
>
>

Victor A. Wagner Jr.      http://rudbek.com
The five most dangerous words in the English language:
               "There oughta be a law" 



To unsubscribe, send a blank message to <mailto:[EMAIL PROTECTED]>. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/c-prog/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to