: Is my program working with your Turbo C++ version 3 ?
yes i try to run it but it is same as early not running.
: I have not seen any C or C++ with numbers starting each line.
these number are number from when i copy this from book in actual when i write this on turboc++ version-3 i eliminated numbers
: I have not seen any STD::
in next u can see this is actual code
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?
all i tested but it is same problem??
:
:
help any further suggestion for this problem???