Hey my People,

I'm brand new in C++ that i cherish so much to learn. Please can you help...What do i need to install as system environment so that i could work with my computer having just Windows Pofessional? i need you to give me the element to install like Compiler as well. I already have a Object Oriented programming C++ as book. Please help. because i have at the office a computer with Linux but the one at home has Win pro.

Thank you!.

Recommended Answers

All 2 Replies

What do i need to install as system environment so that i could work with my computer having just Windows

https://msdn.microsoft.com/en-us/library/60k1461a.aspx

Download and install Visual Studio 2015 Community edition. Choose custom setup and select C++.

Also you can get MingW which a GCC compiler which works well with Windows. Then, there is Cygwin which is a Linux-like bash shell that runs on Windows and has the full GCC/G++ compiler suite.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.