+ 1
C++
Why not iostream.h? What's an IDE? Why can't I just use void main wit no return statement?
7 Answers
+ 6
Modern C++ Resources
https://www.sololearn.com/discuss/459759/?ref=app
+ 3
Do the course, learn the modern C++ Syntax.
https://www.sololearn.com/Course/CPlusPlus/?ref=app
+ 3
Intergrated Development Enviornment(IDE)
For C++ watch the youtube videos in thread the to download and run.
https://www.sololearn.com/discuss/608805/?ref=app
https://www.sololearn.com/discuss/410578/?ref=app
+ 2
You cannot use void main() {} with a return because void methods are valueless and do not return any value!
0
Can you elaborate IDE?