extern static class

Nelson Escravana nelson.escravana at inesc.pt
Thu Jun 8 20:10:34 BST 2000


Kdevelop 1.2 from
ftp://ftp.sonic.net/pub/linux/kde/kdevelop/kdevelop-1.2-1.i386.rpm.

	in a c++ app (created on kdevelop1.0), in a class i declare 
an extern class,like:

teste.cpp:

#include "teste.h"
#include "myoutput.h"
extern class myoutput output;
teste::teste(){
}
teste::~teste(){
}

teste.h:
class teste {
public: 
	teste();
	~teste();
};



And when i use the class browser and click on the
teste constructor it goes to the declaration on the .h
instead of going to the implementention on the .cpp
(it may also happend with the destructor if u change
the order)


Best Regards
Nelson Escravana




More information about the KDevelop mailing list