ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] [C++] обработка исключений
@ 2003-03-18  9:05 Alexey Vakhov
  2003-03-18 12:53 ` Leonid B. Sysoletin
  2003-03-18 17:15 ` Alexey Voinov
  0 siblings, 2 replies; 4+ messages in thread
From: Alexey Vakhov @ 2003-03-18  9:05 UTC (permalink / raw)
  To: ALTLinux

Здраствуйте ALL!

Есть такой вопросик:

class simple{
	public:
		simple() throw(int);
}

int main(){
	try{
		simple* s = new simple();
	}
	catch(int& i){
		cout << "Err!!" << endl;
	}
}

Предположим что в конструкторе возникло исключение, создатся ли объект,
нужно будет ли вызывать delete s? Или лучше не использовать исключения в
конструкторах, а попытаться как-нибудь создать объект, а потом его
корректно удалить. А исключения вызывать в остальных функциях. 

Вспомнил 
$g++ --version
i586-alt-linux-g++ (GCC) 3.2.1 (ALT Linux, build 3.2.1-alt2)

-- 
Алексей mailto:vahov@dgap.mipt.ru                     
ICQ 135869465



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-03-18 21:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-18  9:05 [Comm] [C++] обработка исключений Alexey Vakhov
2003-03-18 12:53 ` Leonid B. Sysoletin
2003-03-18 17:15 ` Alexey Voinov
2003-03-18 21:48   ` Alexey Vakhov

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git