CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1

    Writing AI Libraries in C++

    I am planning to write library using c++ for topics in Artificial Intelligence. I would like to know what are the things I need keep in my mind when writing library? Right now I am learning "Effective C++" book for optimising code.

  2. #2
    Join Date
    Aug 2008
    Posts
    902

    Re: Writing AI Libraries in C++

    You could read API Design for C++ by Martin Reddy.

  3. #3
    Join Date
    Mar 2010
    Location
    Melbourne Australia
    Posts
    454

    Re: Writing AI Libraries in C++

    Artificial Intelligence is all about developing cognitive algorithm , language is not all that important , as a starting place you can check out

    http://www.cimne.com/flood/

    and this

    http://www.amazon.com/C-Neural-Netwo.../dp/1558515526

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured