View more random threads:
- ISL201 Assignment no 1 Idea solution Fall 2010
- IT430 E-Commerce Solution May12,2010
- CS101 Assignment no 3 Solution 20th January 2016
- ACC 501 Business Finance Assignment no. 2 (Non-graded) 6th...
- MKT630 International Marketing Assignment 1 Solution Fall...
- CS607 Artificial Intelligence Assignment No. 02 Fall ...
- CS402:Thoery of Automata Assignment 6 Deadline 28 July 2010
- vu eng301 first assignment spring 2015 due date 22 may
- CS301 – Data Structures Assignment # 3 May 14. 2010
- CS502-Fundamentals of Algorithms Assignment No. 02 Solution...
Avoiding Warning Message at compile timeDear students,At times when you compile a program you see a warning message at the end of compiler screen. It is only a warning message and not an error so it has not as such critical impact on your program. However in order to avoid this warning message, You are recommended to use (using namespace stdstatement at the start of the program
Example:using namespace std; /* It tells the compiler to treat the names in the standard library, a very important part of the C++ language definition */Code:#include <iostream> #include <conio.h> // for getch()main() { cout<<"Welcome to Virtual University of Pakistan"<<endl; getche(); }
Sponsored Links
Urgent call: 03455242488. | Virtual University Assignments
Virtual University GDBs | Virtual University Papers | Vu Projects | Vu Handouts
About Expert
There are currently 1 users browsing this thread. (0 members and 1 guests)