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

Hybrid View

  1. #1
    Join Date
    Apr 2009
    Posts
    12

    How can i make a use from c++ as a hobbyist programmer ?

    i am a hobbyist programmer looking mainly for fun (some cash is not bad tbh) , i have programmed before in VB6 ,c# and some c++. i realize that c/c++ is used heavily in programming operating systems/games...etc.i really like the idea of low level /high performance programming that is why i like c++. the problem is that programming these stuff require massive number of programmers , not something i can do alone.

    what interesting and useful stuff a lonely c/c++ programmer can do ?

  2. #2
    Join Date
    Apr 2000
    Location
    Belgium (Europe)
    Posts
    4,626

    Re: How can i make a use from c++ as a hobbyist programmer ?

    you can do whatever you want with c++

    I have persoanlly used this for "hobby" projects to make anything from games, to plugins for music software, controlling my home domotics, to programs to help me do my home accounting.

    Just because something is in c++ doesn't mean it needs to be made by many programmers. C++ probably makes it easier that some other languages, but it's really more a sign of the type/scope of the project than the language being used.

    If you want to do hobby projects. Then take projects you can handle with the amount of time you can/want to devote to it.

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