Mail Archives: djgpp/1997/03/28/03:38:56
Andy Bober wrote:
>
> Hi all,
>
> Does anybody know if you can use the debugger in RHIDE to step through
> C++ programs that don't have the .cc extension? Every time I try to
> step through a program RHIDE says that it cant find the same file that
> I'm working on but with the .cc extension. I'm hoping that there's some
> way to change the default extension or something similar.
>
> Andy
Why not just use the *.cc extentions? I know this isn't the answer
you're looking for, but if you are developing for multiple platforms it
can help to organize your code.
i.e.
Win code -> *.cpp
DJGPP/lnix code -> *.cc
????? It works for me.
>
> BTW: The RHIDE/DJGPP combination is just a great environment to develop
> in. Thanks DJ and Robert!
I must agree. Thanks all.
-sc
- Raw text -