c/c++ libs [solved]
c/c++ libs [solved]
does any1 know how to install libraries on to the dev-c++ complier?
Last edited by SpiritWebb on Fri Dec 31, 2010 5:06 pm, edited 1 time in total.
Reason: This has been solved
Reason: This has been solved
it's VZdaemon on xbox live
Re: c/c++ libs
Visual Studio
Fighting for peace is declaring war on war. If you want peace be peaceful.
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: c/c++ libs
I actually have to agree. Dev-C++ has really fallen behind the times in both general features and documentation. I would check out both Visual C++ Express, Code::Blocks and Eclipse CDT. I don't actually know how to add libraries to Dev-C++, but not many people use it anymore. In Visual Studio (Visual C++ Express as well), all you have to do is right-click on resources or similar in the Solution Explorer and add a reference.
The indelible lord of tl;dr
Re: c/c++ libs
i found a way!!! if you go to tools in the top menu strip and under tools click "check for updates/Packeges.." then you get the updateing wizard with witch you choose a scource to update from and they have ALOT of libs there.
it's VZdaemon on xbox live
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: c/c++ libs [solved]
Visual Studio
Re: c/c++ libs [solved]
Must be an echo in this thread.hallsofvallhalla wrote:Visual Studio
Fighting for peace is declaring war on war. If you want peace be peaceful.
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: c/c++ libs [solved]
i was reiterating your first post. Trying to drive it home.
- Jackolantern
- Posts: 10891
- Joined: Wed Jul 01, 2009 11:00 pm
Re: c/c++ libs [solved]
VS is nice, but honestly, once you get outside of C++/CLI, you lose about 75% of the benefits you get from using VS with a managed language. You lose a crap-load of the Intellisense and some other stuff, too, including a lot of unit testing functionality, and other metadata-reliant functionality. Native C++ in VS Pro and under has about as much functionality as some of the high-end open source C++ IDEs such as Eclipse and Netbeans, but more than lower-end IDEs such as Code::Blocks and Dev C++. If you are using Visual C++ Express, than VS can be great for native C++ on Windows because it is much easier to learn and more straight-forward than Eclipse or Netbeans. However, I don't think it would be worth buying just for native C++ when Eclipse and Netbeans give almost all of the same benefits.
The indelible lord of tl;dr