User profile: sylar

User info
User name:sylar
Name:Rahul
Location:Kolkata
History
Joined:
Number of posts:6
Latest posts:

Linker Error in Program
The main file of my program mainfile.cpp. [code] #include "classfile.h" #include "test1.h" int ...

Adding numbers
#include<iostream> using std::cout; using std::cin; using std::endl; int main() { int num=0,...

Header file confusion
My problem is solved. Thanks.

Header file confusion
Well probably I'm not asking the question right. What i'm saying is whether inside every header fil...

Header file confusion
But the standard library is in the namespace std right.Are entire functions defined inside it. Also...