CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Feb 2012
    Posts
    2

    small c++ projects

    Hey,

    I am searching for some small c++ projects with documentation . can some one help? , where i can find such projects. My programming level is not very good.I know all the functions and syntax use in c++, now i want to look some small projects with documentation.

    thank you

    johan

  2. #2
    Join Date
    Oct 2006
    Location
    Sweden
    Posts
    3,654

    Re: small c++ projects

    I guess there are some small projects there as well
    http://sourceforge.net/
    http://code.google.com/hosting/
    http://www.codeproject.com/
    Debugging is twice as hard as writing the code in the first place.
    Therefore, if you write the code as cleverly as possible, you are, by
    definition, not smart enough to debug it.
    - Brian W. Kernighan

    To enhance your chance's of getting an answer be sure to read
    http://www.codeguru.com/forum/announ...nouncementid=6
    and http://www.codeguru.com/forum/showthread.php?t=366302 before posting

    Refresh your memory on formatting tags here
    http://www.codeguru.com/forum/misc.php?do=bbcode

    Get your free MS compiler here
    https://visualstudio.microsoft.com/vs

  3. #3
    Join Date
    May 2009
    Posts
    2,413

    Re: small c++ projects

    Quote Originally Posted by devgian View Post
    I am searching for some small c++ projects with documentation . can some one help? , where i can find such projects. My programming level is not very good.I know all the functions and syntax use in c++, now i want to look some small projects with documentation.
    You could download Win32++ and look at the example programs,

    http://win32-framework.sourceforge.net/

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