Thread: Need guidance!

  1. #1
    Registered User
    Join Date
    Nov 2011
    Posts
    83

    Need guidance!

    What is repositories? And How will I be able to license my codes?
    What is SVN, GIT?

    I am going to start a team project but I am clueless about those things. Can some one kindly give me guidance on starting a well maintained team project?

  2. #2

  3. #3
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Quote Originally Posted by Swoorup
    What is repositories?
    You probably mean a version control repository, in which case the precise definition varies according to the version control tool, but generally refers to some place to store your code and related files along with the history and other related information.

    Quote Originally Posted by Swoorup
    And How will I be able to license my codes?
    That depends on what you mean by "license my codes", as well as what is your product (and/or service) and what are your requirements.

    Quote Originally Posted by Swoorup
    What is SVN, GIT?
    Version control tools.

    Quote Originally Posted by Swoorup
    I am going to start a team project but I am clueless about those things. Can some one kindly give me guidance on starting a well maintained team project?
    A commercial project? If you are in school, your instructors should have provided you with guidelines and such to help you along. If you're not in school, I suppose you can start looking for reading material on creating software teams, but then it would be better if you had prior experience as a (junior) member of a previous team rather than jumping straight into it from scratch.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  4. #4
    Registered User
    Join Date
    Nov 2011
    Posts
    83
    I have been working on a team project myself. Now others from the team would like to join to contribute it. But I am stuck with the traditional system of just copying files over the internet.

    Currently I am looking up on GIT. Thank you guys!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. In need of guidance
    By ajdspud in forum C++ Programming
    Replies: 7
    Last Post: 06-01-2016, 02:23 AM
  2. Need further guidance
    By jlimz in forum C Programming
    Replies: 3
    Last Post: 07-26-2010, 06:34 PM
  3. Need Guidance
    By hYph3n in forum C++ Programming
    Replies: 4
    Last Post: 02-29-2008, 02:09 PM
  4. I am in need of help, need C++ guidance
    By Chessman.exe in forum C++ Programming
    Replies: 51
    Last Post: 08-24-2007, 03:23 PM
  5. Little guidance please...
    By Jayhawk_26 in forum C Programming
    Replies: 5
    Last Post: 10-09-2006, 01:27 AM