Thread: Joining Projects in C++

  1. #1
    Registered User
    Join Date
    Aug 2016
    Posts
    12

    Joining Projects in C++

    Hi,

    I would like to sharpen my skills in C++ through participating in projects. What are websites that include such projects for different levels?

    Thanks

  2. #2
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    You could take a look at open source projects. You can find them at e.g. github. Be sure you have a good understanding--or a reference--of modern C++ and be sure to communicate with your fellow devs and not just dump code. Many projects tend to use "C+" (mostly C++ with C-style), and you don't want to follow suit. You need to educate and help your fellow programmers.
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

  3. #3
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,660
    SourceForge - Download, Develop and Publish Free Open Source Software is a good place to find projects of all kinds.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Threading and joining
    By baxy in forum C++ Programming
    Replies: 2
    Last Post: 06-30-2015, 06:56 AM
  2. Replies: 11
    Last Post: 05-25-2007, 04:39 PM
  3. Joining strings.
    By DaveHope in forum C++ Programming
    Replies: 10
    Last Post: 06-21-2005, 08:15 AM
  4. Strings joining
    By Lord CyKill in forum C++ Programming
    Replies: 1
    Last Post: 04-13-2003, 05:02 AM
  5. Joining arrays?
    By C-Struggler in forum C Programming
    Replies: 3
    Last Post: 04-07-2003, 07:55 PM

Tags for this Thread