Re: Productivity in programming of C++ programmers
Siemel Naran wrote:[color=blue]
> "lilburne" <lilburne@godzi lla.net> wrote in message
> news:2o4qhhF6tj asU1@uni-berlin.de...
>[color=green]
>>
>>and within the A.i file you write
>>
>>#ifndef OUTLINE
>>inline A::A(int i) : m_i(i) {}
>>#endif[/color]
>
>
> All my compilers let you debug inline functions (Borland 6, MSVC 7, MSVC 6,
> gdb g++).
>[/color]
Hmmm! Can you set a breakpoint or just step in?
Siemel Naran wrote:[color=blue]
> "lilburne" <lilburne@godzi lla.net> wrote in message
> news:2o4qhhF6tj asU1@uni-berlin.de...
>[color=green]
>>
>>and within the A.i file you write
>>
>>#ifndef OUTLINE
>>inline A::A(int i) : m_i(i) {}
>>#endif[/color]
>
>
> All my compilers let you debug inline functions (Borland 6, MSVC 7, MSVC 6,
> gdb g++).
>[/color]
Hmmm! Can you set a breakpoint or just step in?
Comment