Hello,
I had just started with C++ programming. I know that I will get answer to this question when I read "C++ Primer" book completely (in detail), but I thought that getting answer now is much better.
What is difference between using :
Bloodshed Dev c++ (MinGW compiler) reports a warning for second one as:
What is the difference between two declarations?
Also, Which of above types should I prefer?
Thanks........
AmbrNewlearner
I had just started with C++ programming. I know that I will get answer to this question when I read "C++ Primer" book completely (in detail), but I thought that getting answer now is much better.
What is difference between using :
Code:
#include <iostream>
Code:
#include <iostream.h>
Originally posted by warning from compiler
Also, Which of above types should I prefer?
Thanks........
AmbrNewlearner
Comment