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

c++ - Help files

↑ ↓ ← "jim p" <x y.com> writes:
I can't seem to find any DM documentation on C++ language specifics.

For example, trying to find the syntax for a switch statement, or a new
statement, I have to check it out in a book rather than the DM help files.

I know this pretty basic stuff, but am I just looking in the wrong place ???
Jun 16 2003
→ "Walter" <walter digitalmars.com> writes:
"jim p" <x y.com> wrote in message news:bckpka$228n$1 digitaldaemon.com...
 I can't seem to find any DM documentation on C++ language specifics.
 For example, trying to find the syntax for a switch statement, or a new
 statement, I have to check it out in a book rather than the DM help files.
 I know this pretty basic stuff, but am I just looking in the wrong place

The DMC++ documentation doesn't cover that, primarilly because so many excellent C++ books are available written by far better authors than myself <g>. Check out a sampling at www.digitalmars.com/bibliography.html
Jun 16 2003
→ "Greg Peet" <admin gregpeet.com> writes:
<mentions Schildt's C/C++ Programmer's Reference and shame-facedly runs
away>

"jim p" <x y.com> wrote in message news:bckpka$228n$1 digitaldaemon.com...
 I can't seem to find any DM documentation on C++ language specifics.

 For example, trying to find the syntax for a switch statement, or a new
 statement, I have to check it out in a book rather than the DM help files.

 I know this pretty basic stuff, but am I just looking in the wrong place


Jul 01 2003