CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2007
    Posts
    71

    Looking for an idea

    Hi Guys

    I am trying to brush up on my C++ skills and am looking for some projects I could work on. Does anyone have any ideas they may want to work on ? Or any suggestions as to programs I could make ?

  2. #2
    Join Date
    Jun 2002
    Location
    Letchworth, UK
    Posts
    1,019

    Re: Looking for an idea

    Are you thinking of GUI, Web, embedded or console applications?
    Succinct is verbose for terse

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

    Re: Looking for an idea

    Quote Originally Posted by aShape View Post
    Hi Guys

    I am trying to brush up on my C++ skills and am looking for some projects I could work on. Does anyone have any ideas they may want to work on ? Or any suggestions as to programs I could make ?
    Why don't you try out the problems in some programming contest, like

    http://www.acm.inf.ethz.ch/ProblemSe...1/Problems.pdf

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

    Re: Looking for an idea

    Or why not browse the popular scientific press, like Scientific American and the like. I'm sure you find ideas you can turn into programs.

    Or why not get a copy of Programming - Principles and Practice using C++ by Stroustrup. It's full of drills, reviews and exercises.

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