What @MiiNiPaa said is correct, that is all you need to write a program, but the the program in his comment doesn't do anything, but is it still the minimal valid c++ program.
The first program most, if not all programmers write is the classic "Hello World". It looks like this.
This one includes all of the ones you mentioned, includning the iostream and namespace std. You do not need the namespace std, instead you can just do this