: 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