ObjectARX
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

MV C++ Book Recommendations

13 REPLIES 13
Reply
Message 1 of 14
Anonymous
322 Views, 13 Replies

MV C++ Book Recommendations

Anyone have a recommendations on a good (not too advanced) book on visual
C++?

--
|
-+-------------------------------------------------
| Rob Starz
| Stardsign cad solutions
| iC - AEC Information Center
| www.stardsign.com/aecic.html
| free ADT and Building Systems tools
| ADTcadPac, ADTcadPacX and LayerX updates available!!!!!
13 REPLIES 13
Message 2 of 14
Anonymous
in reply to: Anonymous

Be sure to carefully screen any books you look at. A lot of VC++ books are
focused on Windows application development. Consequently, you wind up
reading all about document/view architecture and serialization and very
little about developing components.

--
Good judgment comes from experience.
Experience comes from bad judgment.

http://www.acadx.com


"Rob Starz" wrote in message
news:55419BBDFA1700351C4D45E5D1A2FA5C@in.WebX.maYIadrTaRb...
> Anyone have a recommendations on a good (not too advanced) book on visual
> C++?
>
> --
> |
> -+-------------------------------------------------
> | Rob Starz
> | Stardsign cad solutions
> | iC - AEC Information Center
> | www.stardsign.com/aecic.html
> | free ADT and Building Systems tools
> | ADTcadPac, ADTcadPacX and LayerX updates available!!!!!
>
>
>
Message 3 of 14
Anonymous
in reply to: Anonymous

That is my problem..I have gone to B& N but all the books simply go way to
deep into stuff that I won't need. Should I just stick to basic C++ books?
My problem is getting around syntax...now that OMF gets rid of many of the
ARX functions I am even more lost.

Thanks

--
|
-+-------------------------------------------------
| Rob Starz
| Stardsign cad solutions
| iC - AEC Information Center
| www.stardsign.com/aecic.html
| free ADT and Building Systems tools
| ADTcadPac, ADTcadPacX and LayerX updates available!!!!!
Message 4 of 14
Anonymous
in reply to: Anonymous

Michael Puckett might have some good suggestions. I'll see what he says and
get back to you.

--
R. Robert Bell, MCSE
www.AcadX.com


"Rob Starz" wrote in message
news:F2317C2540B3B5C2F773FE6E4C294A26@in.WebX.maYIadrTaRb...
> That is my problem..I have gone to B& N but all the books simply go way to
> deep into stuff that I won't need. Should I just stick to basic C++
books?
> My problem is getting around syntax...now that OMF gets rid of many of the
> ARX functions I am even more lost.
>
> Thanks
>
> --
> |
> -+-------------------------------------------------
> | Rob Starz
> | Stardsign cad solutions
> | iC - AEC Information Center
> | www.stardsign.com/aecic.html
> | free ADT and Building Systems tools
> | ADTcadPac, ADTcadPacX and LayerX updates available!!!!!
>
>
>
Message 5 of 14
Anonymous
in reply to: Anonymous

What is OMF?

Rob Starz wrote in message
news:F2317C2540B3B5C2F773FE6E4C294A26@in.WebX.maYIadrTaRb...
> That is my problem..I have gone to B& N but all the books simply go way to
> deep into stuff that I won't need. Should I just stick to basic C++
books?
> My problem is getting around syntax...now that OMF gets rid of many of the
> ARX functions I am even more lost.
>
> Thanks
>
> --
> |
> -+-------------------------------------------------
> | Rob Starz
> | Stardsign cad solutions
> | iC - AEC Information Center
> | www.stardsign.com/aecic.html
> | free ADT and Building Systems tools
> | ADTcadPac, ADTcadPacX and LayerX updates available!!!!!
>
>
>
Message 6 of 14
Anonymous
in reply to: Anonymous

Object Model Frame (for the vertical Desktop software)
It is the next step in evolution for Cad. So powerful you have to sign your
life away to get the source code.

--
|
-+-------------------------------------------------
| Rob Starz
| Stardsign cad solutions
| iC - AEC Information Center
| www.stardsign.com/aecic.html
| free ADT and Building Systems tools
| ADTcadPac, ADTcadPacX and LayerX updates available!!!!!
Message 7 of 14
Anonymous
in reply to: Anonymous

Have you signed your life away? When did you sacrifice your life - how long
ago?
Who all are among the suicidal source code acquirees?
How does one sign up in order to participate effectively in this suicide?

Rob Starz wrote in message
news:914785EFBCDEBC002F0BD5A3194584A0@in.WebX.maYIadrTaRb...
> Object Model Frame (for the vertical Desktop software)
> It is the next step in evolution for Cad. So powerful you have to sign
your
> life away to get the source code.
>
> --
> |
> -+-------------------------------------------------
> | Rob Starz
> | Stardsign cad solutions
> | iC - AEC Information Center
> | www.stardsign.com/aecic.html
> | free ADT and Building Systems tools
> | ADTcadPac, ADTcadPacX and LayerX updates available!!!!!
>
>
>
Message 8 of 14
Anonymous
in reply to: Anonymous

Go the adn.autodesk.com and there is information on how to obtain this.



--
|
-+-------------------------------------------------
| Rob Starz
| Stardsign cad solutions
| iC - AEC Information Center
| www.stardsign.com/aecic.html
| free ADT and Building Systems tools
| ADTcadPac, ADTcadPacX and LayerX updates available!!!!!
Message 9 of 14
Anonymous
in reply to: Anonymous

Not quite the description I would have given Rob 😉

OMF is short for Object Modeling Framework, and is the (ObjectARX based) C++
API for Architectural Desktop based products.

It provides access to the ADT objects and system, as well as encapsulating
some of the more complex aspects of ObjectARX (e.g. wblock cloning is
reduced to a single function call) and providing some UI components for
prompting and dialogs.

To use an OMF application, the platform needs to be running either
Architectural Desktop, or an object enabled AutoCAD of the appropriate
version.

Hope this helps
mark webb, autodesk
Message 10 of 14
Anonymous
in reply to: Anonymous

How much is Peter paying you Rob 🙂
--
Bobby C. Jones
http://www.acadx.com
Message 11 of 14
Anonymous
in reply to: Anonymous

and if you start to reply with nothing, then you and he need to sit and talk
:-)
--
Bobby C. Jones
http://www.acadx.com
Message 12 of 14
Anonymous
in reply to: Anonymous

Here is what Michael had to say:

I hate to dissappoint (sic) you, but my C++ studies are purposely VERY
generic at
this point, thus my books are not even Windows specific, never mind AutoCAD
specific. Having said that, I do not think there is ONE book to satisfy the
needs of the C++ programmer, so here's my quick 'Essential C++ Books' list:

The C++ Programming Language, Spec. Ed., Bjarne Stroustrup
The C++ Standard Library, Nicolai M. Josuttis
Algorithms in C++, Robert Sedgewick
C++ FAQs, 2nd Ed., Marshall Cline
C++ Programmer's Notebook, 2nd Ed., Jim Keogh
C++ How to program, 3rd Ed., Deitel & Deitel

I have some 30 C++ books, but these are the ones I find I've been using the
most.


--
R. Robert Bell, MCSE
www.AcadX.com



"R. Robert Bell" wrote in message
news:637C1526A0EA812C2EB0FDCDD6ABC113@in.WebX.maYIadrTaRb...
> Michael Puckett might have some good suggestions. I'll see what he says
and
> get back to you.
>
> --
> R. Robert Bell, MCSE
> www.AcadX.com
>
>
> "Rob Starz" wrote in message
> news:F2317C2540B3B5C2F773FE6E4C294A26@in.WebX.maYIadrTaRb...
> > That is my problem..I have gone to B& N but all the books simply go way
to
> > deep into stuff that I won't need. Should I just stick to basic C++
> books?
> > My problem is getting around syntax...now that OMF gets rid of many of
the
> > ARX functions I am even more lost.
> >
> > Thanks
> >
> > --
> > |
> > -+-------------------------------------------------
> > | Rob Starz
> > | Stardsign cad solutions
> > | iC - AEC Information Center
> > | www.stardsign.com/aecic.html
> > | free ADT and Building Systems tools
> > | ADTcadPac, ADTcadPacX and LayerX updates available!!!!!
> >
> >
> >
>
>
Message 13 of 14
Anonymous
in reply to: Anonymous

Hey....mine was a "in a nutshell " response...sorry for the none technical
jargin.

--
|
-+-------------------------------------------------
| Rob Starz
| Stardsign cad solutions
| iC - AEC Information Center
| www.stardsign.com/aecic.html
| free ADT and Building Systems tools
| ADTcadPac, ADTcadPacX and LayerX updates available!!!!!
Message 14 of 14
Anonymous
in reply to: Anonymous

Nothing.

Yeah know...he never returns my calls..

--
|
-+-------------------------------------------------
| Rob Starz
| Stardsign cad solutions
| iC - AEC Information Center
| www.stardsign.com/aecic.html
| free ADT and Building Systems tools
| ADTcadPac, ADTcadPacX and LayerX updates available!!!!!

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report

”Boost