Welcome to MacBoardz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

where are stdc++ libraries in xocde?

 
   Macintosh computer (Home) -> Tools RSS
Next:  Entourage fails to launch  
Author Message
jccorreu

External


Since: May 01, 2006
Posts: 2



(Msg. 1) Posted: Mon May 01, 2006 6:52 pm
Post subject: where are stdc++ libraries in xocde?
Archived from groups: comp>sys>mac>programmer>tools (more info?)

I figure this should be somewhere, but I have not been able to find an
answer.
How does mac organize their stuff? I can't find any c++ headers or
libraries on my system. When using xcode I can't figure out how to dig
into the libraries to get specific info on how to call certain things,
or even what is there that I;m not yet familiar with. The closest
thing is some binary called libstdc++.a.
Where are these tings stored on the systm? How are they stored? How
can I look through all the .h and .cpp the classes and etc that I want
to learn more about?
thanks

what are some good resources on the net for learning how to use xcode
on plain vanilla c++?

 >> Stay informed about: where are stdc++ libraries in xocde? 
Back to top
Login to vote
jccorreu

External


Since: May 01, 2006
Posts: 2



(Msg. 2) Posted: Mon May 01, 2006 6:58 pm
Post subject: Re: where are stdc++ libraries in xocde? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

or like the vector templates. i want to know how that is built. I've
just learned about it and it seems neat and useful, but it seems like I
could have made it myself out of basic old fashion c++.

 >> Stay informed about: where are stdc++ libraries in xocde? 
Back to top
Login to vote
David Phillip Oste

External


Since: Apr 25, 2004
Posts: 974



(Msg. 3) Posted: Tue May 02, 2006 1:55 am
Post subject: Re: where are stdc++ libraries in xocde? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article ,
wrote:

> I figure this should be somewhere, but I have not been able to find an
> answer.
> How does mac organize their stuff? I can't find any c++ headers or
> libraries on my system. When using xcode I can't figure out how to dig
> into the libraries to get specific info on how to call certain things,
> or even what is there that I;m not yet familiar with. The closest
> thing is some binary called libstdc++.a.
> Where are these tings stored on the systm? How are they stored? How
> can I look through all the .h and .cpp the classes and etc that I want
> to learn more about?

Look in /usr/include and its subdirectories. Just like on any Unix
system. in the Finder, open an ordinary window, then type
<Command><Shift>G and type in the path:

/usr/include

> what are some good resources on the net for learning how to use xcode
> on plain vanilla c++?

Stevens book on Unix programming.
 >> Stay informed about: where are stdc++ libraries in xocde? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
gdb and shared libraries - gdb has never had an easy time dealing with shared libraries, and especially .dylib's on OS-X using C++ symbols. It seems with the latest X-code update gdb is completely incapable of stepping into or breaking in shared libraries if they are libraries..

Does gcc 3.1 support -shared libraries or not? - When I call g++ 3.1 with option -shared, I get the error message: g++: unrecognized option `-shared' This agrees with what I read in: file:///Developer/Documentation/DeveloperTools/gcc3/gcc/Link-Options.html#Li nk%20Options where it says that "Th...

Debugging into static libraries with XCode... - Hi everyone, I'm having a lot of trouble debugging into static libraries - no matter what I do, when I hit Cmd-Shift-I on a line that should go into a function inside my .a file, it refuses to enter the function. If I instead set a breakpoint inside of....

Sound Effects Libraries For Sale! - -Sound Ideas General 6000 (40 CDs + Track Listings) $150 -Sound Ideas BBC (40 CDs + Track Listings) $150 -Sound Ideas Hana Barbera (4 CDs + Track Listings) $50 -Hollywood Edge Premiere Editions Vol. 1-4 (50 CDs + Track Listings) $175 -Hollywood Edge Citi...

Can no longer link dynamic libraries or frameworks after u.. - This is a project which contains both a dynamic library and a framework, both of which have worked fine with previous versions of Xcode. After installing Tiger and Xcode 2.0, any attempt to link a dynamic library or framework which contains any external...
   Macintosh computer (Home) -> Tools All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]