c/c++ libs [solved]

C++, C#, Java, PHP, ect...
Post Reply
User avatar
VZdemon
Posts: 93
Joined: Thu Nov 25, 2010 1:55 pm

c/c++ libs [solved]

Post by VZdemon »

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
it's VZdaemon on xbox live
User avatar
Chris
Posts: 1580
Joined: Wed Sep 30, 2009 7:22 pm

Re: c/c++ libs

Post by Chris »

Visual Studio
Fighting for peace is declaring war on war. If you want peace be peaceful.
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: c/c++ libs

Post by Jackolantern »

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
User avatar
VZdemon
Posts: 93
Joined: Thu Nov 25, 2010 1:55 pm

Re: c/c++ libs

Post by VZdemon »

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
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: c/c++ libs [solved]

Post by hallsofvallhalla »

Visual Studio
User avatar
Chris
Posts: 1580
Joined: Wed Sep 30, 2009 7:22 pm

Re: c/c++ libs [solved]

Post by Chris »

hallsofvallhalla wrote:Visual Studio
Must be an echo in this thread.
Fighting for peace is declaring war on war. If you want peace be peaceful.
User avatar
hallsofvallhalla
Site Admin
Posts: 12026
Joined: Wed Apr 22, 2009 11:29 pm

Re: c/c++ libs [solved]

Post by hallsofvallhalla »

i was reiterating your first post. Trying to drive it home.
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: c/c++ libs [solved]

Post by Jackolantern »

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
Post Reply

Return to “Coding”