Hi Im just wondering what editors you guys use to edit scripts to point out errors in the scripts because notepad++ and dreamweaver highligt functions but It don't point out errors etc.
Thanks.
Thanks.
class Counter { public: void Count(); int ReadDisplay(); private: int CurrentCount; };
Comment