EDIT: I have updated the title question and removed the information those involved have already read, to reduce the sea of text and narrow down the problem/question.
I have been trying to learn C++ the past 2 days right from the beginning following this tutorial.
This tutorial is awesome, but I believe the software it is linking me to is either outdated, or I am unable to find the application to run it on my computer. I have tried start search, explorer search, navigating the start menu, navigating the C drive, but I am not sure where exactly it would be.
Could anyone please help with me the proper link to the right software, or tell me where it would save on your computer? I don't recall it giving me an option to choose where it is being installed to.
The tutorial introduced ranged for loops using this syntax:
for ( declaration : range ) statement;
My IDE is erroneous, expecting a semi-colon after declaration and an expression. This brought it down to what I think is using the incorrect IDE or not having a plugin/something properly updated. I understand the ranged for loop, but my computer doesn't want to compile it.
Thank you for your time in reading and I appreciate any time taken to help me get the right software running.
Regards