www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

D.gnu - Beginner to D... resources?

↑ ↓ ← "B. Ross" <cyberneticwraith phreaker.net> writes:
I probably missed them but where can I find documentation for all the 
std.string, and just libraries(modules?) in general when using GDC?
Sep 14 2006
↑ ↓ =?ISO-8859-1?Q?Anders_F_Bj=F6rklund?= <afb algonet.se> writes:
B. Ross wrote:

 I probably missed them but where can I find documentation for all the 
 std.string, and just libraries(modules?) in general when using GDC?

GPhobos (from GDC) is pretty much the same as Phobos (from DMD), so you should be able to use the documentation for that compiler: http://www.digitalmars.com/d/phobos/phobos.html One important difference is that DMD uses std.c.linux.linux and version(linux), while GDC uses the portable std.c.unix.unix/Unix. Other libraries and such linking is similar to the rest of GCC: http://gcc.gnu.org/onlinedocs/gcc-4.0.3/gcc/ HTH, --anders
Sep 14 2006
↑ ↓ → B Ross <cyberneticwraith phreaker.net> writes:
Anders F Björklund wrote:
 B. Ross wrote:
 
 I probably missed them but where can I find documentation for all the 
 std.string, and just libraries(modules?) in general when using GDC?

GPhobos (from GDC) is pretty much the same as Phobos (from DMD), so you should be able to use the documentation for that compiler: http://www.digitalmars.com/d/phobos/phobos.html One important difference is that DMD uses std.c.linux.linux and version(linux), while GDC uses the portable std.c.unix.unix/Unix. Other libraries and such linking is similar to the rest of GCC: http://gcc.gnu.org/onlinedocs/gcc-4.0.3/gcc/ HTH, --anders

Great thanks, I'm really liking D a lot!
Sep 14 2006