Hi
I'm trying to write a library, I'm using Microsoft visual studio and
studing C++. Any suggestions ?? tuturiols anyone could suggest would
be greatly appreciated
thanks
writing a library
Page 1 of 14 Replies - 7520 Views - Last Post: 29 January 2012 - 12:03 PM
Topic Sponsor:
Replies To: writing a library
#2
Re: writing a library
Posted 20 March 2007 - 10:18 AM
have a read thru these tutorials
http://www.cplusplus.com/doc/tutorial/
http://www.cprogramming.com/
http://www.cplusplus.com/doc/tutorial/
http://www.cprogramming.com/
#3
Re: writing a library
Posted 29 January 2012 - 11:05 AM
Download books in PDF format for free
*removed*
Download ebooks
*removed*
Download ebooks
This post has been edited by ishkabible: 29 January 2012 - 12:00 PM
Reason for edit:: link contained downloads to pirated books
#4
Re: writing a library
Posted 29 January 2012 - 11:18 AM
It really depends on what your library is for. Most likely, there is probably a library already out there that does what you want your library to do. Have a look at different libraries like Boost which is probably one of the more popular libraries, and the C++ standard has even taken some things from the Boost library and made them a part of the standard library. You would probably get more responses if you were more specific about what you want your library to do.
#5
Re: writing a library
Posted 29 January 2012 - 12:03 PM
A well designed library has 1 major thing done right; the public interface(How you interface with the library). This means having a flexible, simple, and powerful interface. Things like who handles allocation and deallocation of objects in the public interface, how well your library can interface with other libraries are important and how well your library handles the task at hand all come into play.
we have lots of great tutorials right here on DIC too! I have also heard excellent things about the book "Accelerated C++"
we have lots of great tutorials right here on DIC too! I have also heard excellent things about the book "Accelerated C++"
This post has been edited by ishkabible: 29 January 2012 - 12:08 PM
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote







|