C/C++ What are some simple and free resources for a C++ compiler?

  • Thread starter Thread starter Bohrok
  • Start date Start date
  • Tags Tags
    C++ Compiler
AI Thread Summary
For those looking to refresh their C++ programming skills, there are simple and free resources available. Microsoft Visual C++ Express is recommended as a suitable option for Windows users, providing a user-friendly environment for writing and debugging C++ programs. This tool can effectively support individuals returning to programming after a long break.
Bohrok
Messages
867
Reaction score
0
It's been years since I last programmed in C++ and I want to brush up on it over the next couple weeks. Problem is I have no idea what's out there that I could use for programming/debugging C++ programs; the compiler I used before came on a CD with the textbook, but now I'm completely on my own (I don't even remember if a compiler is what I need to write C++ programs). I just need direction to some simple and free (very important!) resource to get back into programming again.
Any help will be appreciated :smile:
 
Technology news on Phys.org
If you have windows, you can download and use microsoft visual C++ express for free.
 
Thanks, that worked perfectly for me :smile:
 
Thread 'Star maps using Blender'
Blender just recently dropped a new version, 4.5(with 5.0 on the horizon), and within it was a new feature for which I immediately thought of a use for. The new feature was a .csv importer for Geometry nodes. Geometry nodes are a method of modelling that uses a node tree to create 3D models which offers more flexibility than straight modeling does. The .csv importer node allows you to bring in a .csv file and use the data in it to control aspects of your model. So for example, if you...
Back
Top