Search Results

6
votes
7answers
740 views

Do you recommend Native C++ to C++\CLI shift?

I have been working as a native C++ programmer for last few years. Now we are starting a new project from the scratch. So what is your thoughts on shifting to C++\CLI at the cost of loosing platfo …
42
votes
27answers
2k views

DOs and DON’Ts of a technical presentation

I am preparing a technical presentation for my team. Audience : Our team Topic : Introduction to a new technology So I want to know about the primary necessary things for a goo …
47
votes
52answers
3k views

How do you make time to read technical books?

I have always wondered how people make time to read technical books. Because after working for 8-10 hrs a day (sometimes even 12 hrs) first thing I want to do is to keep myself away from the techni …
6
votes

Hardest concept to grasp as a beginner

Designing loosely coupled, maintainable, extendable, reusable objects(Interface) in OOP. …
0
votes

How do you get motivated when the task is dull, or is dragging on?

Doing things differently. I read somewhere, "Great people do things differently than doing different things". …
15
votes

Where can I learn more about C++0x?

Herb Sutter's blog, He posts new developments in C++0x and links to detailed references …
4
votes

What do you miss when you have to use C instead of C++?

Classes and OOP Overloading Virtual Functions (We can achieve this, but lot more effort required) …
52
votes

List of freely available programming books

Book : Structure and Interpretation of computer programs Lectures are …