Tagged Questions
22
votes
11answers
1k views
Why not mark everything inline?
First off, I am not looking for a way to force the compiler to inline the implementation of every function.
To reduce the level of misguided answers make sure you understand what the inline keyword ...
20
votes
17answers
3k views
Why should I ever use inline code?
I'm a C/C++ developer, and here are a couple of questions that always baffled me.
Is there a big difference between "regular" code and inline code?
Which is the main difference?
Is inline code ...
0
votes
2answers
230 views
GNU GSL & MATLAB on Windows
This question is actually about the trade-off between GSL and MATLAB. First, let me define some variables:
- Target OS: Windows XP
- Target IDE: MS VS 2005/2008
- Software: Commercial
- ...