Thread: Question about C++ knowledge for job

  1. #1
    Registered User
    Join Date
    Nov 2009
    Posts
    7

    Question about C++ knowledge for job

    Hi,
    I'm currently a 2nd year computer science student and currently taking c++. I am planning on getting an internship hopefully this summer and was wondering how much of a programming language do you need to know to start off on a job ? I know the more you know the better, but for example, C++ and others are very broad languages with many features. What topics in C++ would you guys say should be mastered before being able to say there your "proficient" in the language? Are there any websites that can help me assessment my skills in C++ so I can see if I know as much as I should for job ?
    Thanks, additional advice is appreciated.

  2. #2
    Registered User
    Join Date
    Oct 2005
    Posts
    12
    In my experience, they usually ask stuff about memory and efficiency. In other words, really know your pointers whether in C/C++.

  3. #3
    Registered User
    Join Date
    Apr 2007
    Posts
    141
    I've been asked about abstract classes, virtual functions, inheritance and even a little template programming. All this and I'm not even a computer science major, I'm an EE.

    They just want to test how deep your knowledge is. If necessary start talking a lot about your strongest topic in order to suck up time.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. SDL buffer channels question
    By TriKri in forum Game Programming
    Replies: 3
    Last Post: 12-09-2009, 05:52 PM
  2. General question about C++ Programming/Computer Science
    By learning C++ in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 01-05-2004, 10:18 PM
  3. Question...
    By TechWins in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 07-28-2003, 09:47 PM
  4. opengl DC question
    By SAMSAM in forum Game Programming
    Replies: 6
    Last Post: 02-26-2003, 09:22 PM
  5. Question, question!
    By oskilian in forum A Brief History of Cprogramming.com
    Replies: 5
    Last Post: 12-24-2001, 01:47 AM