- May 7, 2013
- 10,400
This may seem a silly question, and of course, it depends upon the type of program your writing but generally, how often do you tend to use the more language specific features?
I always find that most people will always use the following:
These are common, but not so common as the above:
To be honest, that probably covers almost everything :rofl12:
I find that it depends upon the kind of programmer the person is, since a Computer Scientist is mostly going to apply mathematics to algorithms and data structures and calculate their efficiency.
I always find that most people will always use the following:
- Arrays
- Data Structures and Classes
- Functions
- Conditional Statements
- Pointers
These are common, but not so common as the above:
- Multiple Threads and Multiple Source Files
- Preprocessor Directives
- Templates
- Enumerations
To be honest, that probably covers almost everything :rofl12:
I find that it depends upon the kind of programmer the person is, since a Computer Scientist is mostly going to apply mathematics to algorithms and data structures and calculate their efficiency.