c++ Programming Glossary: tomato
Good refactoring support for C++ [closed] http://stackoverflow.com/questions/16167/good-refactoring-support-for-c share improve this question Visual Assist X by Whole Tomato software is not free but it's absolutely worth the money if..
Good IDE/editor for C++ suited to my tastes http://stackoverflow.com/questions/1754020/good-ide-editor-for-c-suited-to-my-tastes well or even better Visual Studio 2008 Standard plus Whole Tomato Visual Assist X. The express versions can't load plugins so..
Deriving an abstract class from concrete class http://stackoverflow.com/questions/310408/deriving-an-abstract-class-from-concrete-class a concrete class Berry . Someone derives an abstract class Tomato from Berry. It's abstract because it overwrites one of Berry's.. virtual functions and makes it pure virtual. The user of Tomato has to re implement the function previously defined in Berry... public virtual void EatYummyPie more stuff here class Tomato public Berry public virtual void EatYummyPie 0 more stuff here..
How to get intellisense to reliably work in Visual Studio 2008 http://stackoverflow.com/questions/39474/how-to-get-intellisense-to-reliably-work-in-visual-studio-2008 Why No idea. This is why we have bought Visual Assist from Tomato software and disabled Intellisense by deleting the dll feacp.dll..
ReSharper for C++ http://stackoverflow.com/questions/4954129/resharper-for-c While not quite as good for C as Resharper is for C# Whole Tomato makes a product called Visual Assist X which handles C and does..
|