Thread: Get some certifications...

  1. #1
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342

    Arrow Get some certifications...

    I need to have a certification in c/c++ programming, to prove to my self that I know what I am doing and have somthing to show for my self.

    But I don't know if I know enough or not.
    My question is, how do I find out what I need to know, and what certification(s) would you recommend me starting out with (online)?

    queatrix

  2. #2
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273
    It's tricky, really. There isn't really a certification that exists that tests your knowledge of C/C++ exclusively. I know that I could go to the further education college down the road and pick up some certs in a few months, but I'd probably spend most of that arguing with the lecturer over void main.

    Becuse Sun owns Java they're happy to certify you in it. MS certs mainly use C# or VB.NET these days so they could be construed as certs for those languages.

    I haven't heard of anything that's good for C/C++ beyond certain software engineering degrees.

  3. #3
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    What the hell do you need a certification for anyway? You're 14. Go outside and play kickball or something...
    Sent from my iPadŽ

  4. #4
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >I need to have a certification in c/c++ programming
    There aren't any well received certifications for C or C++. You would be wasting your money. Also, there's no such language as C/C++.

    >to prove to my self that I know what I am doing and have somthing to show for my self.
    Um, so write an application that you or someone else needs and will use. Nothing breeds confidence like making something useful.
    My best code is written with the delete key.

  5. #5
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    Following on from prelude, think of a ambicious project. Like , say, create a program that simulates somthing. Like a ATM machine for example. Fully test your code and debug it, then make improvements to it. When your are happy with end product, give or show the code to sombody else, i suggest one of the mods on this board ie: Salem, Prelude or Kenflite.
    They are the best people to look at your code and recomend, critisise what you have written.

  6. #6
    Devil's Advocate SlyMaelstrom's Avatar
    Join Date
    May 2004
    Location
    Out of scope
    Posts
    4,079
    Another way to prove yourself is to completely ignore the homework policy on this forum and just do everyone elses homework for them. I don't think the mods will like that, however, and you may eventually get board of file I/O and simple sorting algorithms. However, nothing compares to the feeling you get when you do something you know someone else couldn't do and then hand it to them in contempt.
    Sent from my iPadŽ

  7. #7
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >I don't think the mods will like that
    We don't care if you do someone else's homework as practice. We do care if you share it with that person so that they can get a good grade without earning it.
    My best code is written with the delete key.

  8. #8
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    A good reputation on a well known open source project would look pretty good as well.
    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.

  9. #9
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342
    Understood, thanks for the replys.

  10. #10
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    Also, there's no such language as C/C++.
    / mark usually means OR.
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  11. #11
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >/ mark usually means OR.
    No, it usually means an intersection of two sets. Taken literally, C/C++ is less than useless because you end up with a crippled C. What people usually mean when they say C/C++ isn't an intersection or "C or C++". They mean some fictional language based on the misconception that the two are interchangeable. The usual argument in favor of that notation is C being a subset of C++, which in itself is a false statement. As such, people who have a clue will refrain from that kind of ambiguity and say what they mean.

    I'm not being anal, I'm trying to help. If you use C/C++, you can fully expect to be treated as ignorant, regardless of how brilliant you may be. This is a pet peeve of the C++ community, and a lot of people will completely ignore your questions or answers and jump on the "C/C++".
    My best code is written with the delete key.

  12. #12
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    I eat an apple/pear/plum.
    Now that must be an exotic fruit!!
    Are there any Java/C++ tutorials about list view controls?
    Woah! What language is "Java/C++"?

    You haven't seen / used as OR? Are you living on moon?
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  13. #13
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    Believe something all you want; it doesn't make it correct.
    My best code is written with the delete key.

  14. #14
    Reverse Engineer maxorator's Avatar
    Join Date
    Aug 2005
    Location
    Estonia
    Posts
    2,318
    Have you seen some school workbooks? I mean exercises like this (my English workbook):
    The Celts invaded / were invaded Britain about 500 BC. They know / are known for their metalwork. They also grew / were grown beans and wheat...
    "The Internet treats censorship as damage and routes around it." - John Gilmore

  15. #15
    Code Goddess Prelude's Avatar
    Join Date
    Sep 2001
    Posts
    9,897
    >I mean exercises like this (my English workbook):
    Let me guess: You circle the one you think is correct with a pencil?
    My best code is written with the delete key.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Some advice on Cisco Certifications and my 5 year plan
    By sean in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 11-13-2008, 02:30 PM
  2. Programming certifications
    By PJYelton in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-30-2005, 02:02 AM
  3. What certifications do you have, and how much do you make?
    By Terrance in forum A Brief History of Cprogramming.com
    Replies: 21
    Last Post: 07-08-2005, 08:17 PM
  4. Whos right???
    By Ican'tCjax,fl in forum A Brief History of Cprogramming.com
    Replies: 11
    Last Post: 11-12-2002, 12:26 AM
  5. IT certifications - how good are they?
    By hermit in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 09-28-2002, 09:41 AM