C and C++

Moderators: None (Apply to moderate this forum)
Number of threads: 28695
Number of posts: 94715

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Re: C++ FIRST PROGRAM RUNNING PROBLEM Posted by kishor007 on 22 Nov 2012 at 9:26 PM
: Is my program working with your Turbo C++ version 3 ?
i try it but not working yet
: I have not seen any C or C++ with numbers starting each line.
just for programming lines start from copy from book
: I have not seen any STD::
In this this is actual code you can test it here
1  // Fig. 2.1: fig02_01.cpp
 2  // Text-printing program.
 3  #include <iostream> // allows program to output data to the screen
 4
 5  // function main begins program execution
 6  int main()
 7  {
 8     std::cout << "Welcome to C++!\n"; // display message
 9
10     return 0; // indicate that program ended successfully
11
12  } // end function main

: Have you tested these?
yes i tested these.But problem is as it is??
:
:
any further suggestion for this problem
Thanks for Quick reply

Thread Tree
kishor007 C++ FIRST PROGRAM RUNNING PROBLEM on 21 Nov 2012 at 12:59 AM
Pelle-48 Re: C++ FIRST PROGRAM RUNNING PROBLEM on 21 Nov 2012 at 5:55 AM
kishor007 Re: C++ FIRST PROGRAM RUNNING PROBLEM on 21 Nov 2012 at 6:55 AM
Pelle-48 Re: C++ FIRST PROGRAM RUNNING PROBLEM on 21 Nov 2012 at 1:57 PM
kishor007 Re: C++ FIRST PROGRAM RUNNING PROBLEM on 22 Nov 2012 at 9:20 PM
kishor007 Re: C++ FIRST PROGRAM RUNNING PROBLEM on 22 Nov 2012 at 9:21 PM
kishor007 Re: C++ FIRST PROGRAM RUNNING PROBLEM on 22 Nov 2012 at 9:26 PM
Pelle-48 Re: C++ FIRST PROGRAM RUNNING PROBLEM on 23 Nov 2012 at 1:41 AM



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.