Jump to content

C++ and IDE

So I'm in my like 4th or 5th week of class of C++.  I took my semester of python already and absolutely love python.  But, I will say I am having lots of trouble with C++ for some reason like I get the very basics but combine C++ with visual studio and everything seems more extremely complicated then it should be like honestly like visual studio itself is just stupid is there a better ide out there maybe that's my problem any advice? Maybe a good ide for both Windows and Linux as I use linux at home and Windows in the classroom

Link to comment
Share on other sites

Link to post
Share on other sites

Eclipse with the plugins for C++.

[Out-of-date] Want to learn how to make your own custom Windows 10 image?

 

Desktop: AMD R9 3900X | ASUS ROG Strix X570-F | Radeon RX 5700 XT | EVGA GTX 1080 SC | 32GB Trident Z Neo 3600MHz | 1TB 970 EVO | 256GB 840 EVO | 960GB Corsair Force LE | EVGA G2 850W | Phanteks P400S

Laptop: Intel M-5Y10c | Intel HD Graphics | 8GB RAM | 250GB Micron SSD | Asus UX305FA

Server 01: Intel Xeon D 1541 | ASRock Rack D1541D4I-2L2T | 32GB Hynix ECC DDR4 | 4x8TB Western Digital HDDs | 32TB Raw 16TB Usable

Server 02: Intel i7 7700K | Gigabye Z170N Gaming5 | 16GB Trident Z 3200MHz

Link to comment
Share on other sites

Link to post
Share on other sites

Codeblocks would be my recommendation if you're going to switch, Eclipse is another highly recommended IDE but I would stick with Visual Studio as its probably the best out of any of the options out there. It can be intimidating for a new user but once you get passed that it is the best IDE you can get (At least for windows). I wouldn't give up on it because you're probably going to use it eventually when you graduate as its more or less the standard among developers as it has a very large feature set that is useful for software development.

CPU: Intel i7 - 5820k @ 4.5GHz, Cooler: Corsair H80i, Motherboard: MSI X99S Gaming 7, RAM: Corsair Vengeance LPX 32GB DDR4 2666MHz CL16,

GPU: ASUS GTX 980 Strix, Case: Corsair 900D, PSU: Corsair AX860i 860W, Keyboard: Logitech G19, Mouse: Corsair M95, Storage: Intel 730 Series 480GB SSD, WD 1.5TB Black

Display: BenQ XL2730Z 2560x1440 144Hz

Link to comment
Share on other sites

Link to post
Share on other sites

I second codeblocks. It works so easily. I used it for my C class in college. Visual Studio is a great IDE, but it has a learning curve to it.

Link to comment
Share on other sites

Link to post
Share on other sites

Codeblocks. It's also cross-platform.

i5 4670k @ 4.2GHz (Coolermaster Hyper 212 Evo); ASrock Z87 EXTREME4; 8GB Kingston HyperX Beast DDR3 RAM @ 2133MHz; Asus DirectCU GTX 560; Super Flower Golden King 550 Platinum PSU;1TB Seagate Barracuda;Corsair 200r case. 

Link to comment
Share on other sites

Link to post
Share on other sites

QtCreator is pretty nice too though I personally use CLion, which is more complex and uses CMake for the build system so it may be a bit of a learning curve. Both of them are cross platform by the way.

Link to comment
Share on other sites

Link to post
Share on other sites

I highly discourage the use of Eclipse for C++ programming, it's a mess to set up. Visual Studio Community is the best without any doubt, but if you don't like it try Codeblocks.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×