Thread: question

  1. #1
    Registered User
    Join Date
    Feb 2011
    Location
    Eunice, LA
    Posts
    1

    question

    I'm pretty new to programming. I've pretty much learned the basics of C++ and briefly looked at C. Seeing as the two languages seem pretty similar, is it recommended to know both of them? are there situations where one would be preferred above the other or are they pretty much two different methods of arriving at the same solution?

  2. #2
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Yes.

  3. #3
    Registered User
    Join Date
    Sep 2008
    Location
    Toronto, Canada
    Posts
    1,834
    It helps job wise to know C++ these days. But if you're a good C programmer you can write anything that needs solving.

    In the case where either language can be chosen I would recommend one over the other depending only on which language you are most comfortable / most knowledgeable in.

  4. #4
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    The choice can also hinge upont libraries and DLL exports that are being used. If it's all class based stuff, you will find it far easier using them from C++ otherwise C is usually your best bet for producing smaller faster code.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Question bout my work
    By SirTalksAlots in forum C Programming
    Replies: 4
    Last Post: 07-18-2010, 03:23 PM
  2. A question about a question
    By hausburn in forum C++ Programming
    Replies: 3
    Last Post: 04-25-2010, 05:24 AM
  3. Alice....
    By Lurker in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 06-20-2005, 02:51 PM
  4. Debugging question
    By o_0 in forum C Programming
    Replies: 9
    Last Post: 10-10-2004, 05:51 PM
  5. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM