• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Which C++ program do you guys use?

Kromis

Diamond Member
Which program is better for a newbie? I'm going to take a Java class in a few more days and I think I should also learn some C++ while I'm at it, since Java is influenced by C++!

If there are any other programs that I did not list, please list them! 😀
 
It depends.

For Windows application development, Visual C++ is the dominant C++ platform by a huge margin. C# might be used more for .Net development than managed C++ though, but I haven't seen any figures.

For cross-platform and linux development gnu's gcc is king and the IDE varies by platform.
 
Windows Application Development!!!

I'll keep C# in mind when it comes to the .net!

Thanks Dave!
 
Originally posted by: Kromis
Windows Application Development!!!

I'll keep C# in mind when it comes to the .net!

Thanks Dave!

Ever hear of Visual C# .NET? C# is already part of .NET 🙂
 
Suggestion: If you're learning languages for the first time, and the class is teaching Java, just focus on Java. There are a couple of language elements between the two that vary considerably, and might lead to some grief on your part.
 
Or in a VM if you dont want to mess with your boot loader. (I've seen many botched windows installs due to removing/changing a linux duel boot - though its possible to do) But if you are serious about learning Linux best way is a dedicated machine, you can even experiment with dual boot as well, but without worrying about trashing your main box.
 
Back
Top