Re: Sorry, I forgot about copy constructor (was: Re: C++ problem)

2005-01-30 Thread Alex Vinokur
as a constant and stored in read-only part of the program. Consider what you would have wished to happen if you had used complex(0.707,0.707) instead of your own a. --- Omer [snip] -- Alex Vinokur email: alex DOT vinokur AT gmail DOT

Re: C++ problem

2005-01-30 Thread Alex Vinokur
/1a6f14442620c98e http://www.groupsrv.com/computers/viewtopic.php?t=111003sid=d321ba1cca3434d3354a918fccbd9ebb -- Alex Vinokur email: alex DOT vinokur AT gmail DOT com http://mathforum.org/library/view/10978.html http://sourceforge.net/users/alexvn

Re: C++ problem

2005-01-30 Thread Alex Vinokur
: RUN -- Alex Vinokur email: alex DOT vinokur AT gmail DOT com http://mathforum.org/library/view/10978.html http://sourceforge.net/users/alexvn = To unsubscribe, send mail to [EMAIL PROTECTED

Re: Various performance problems

2003-12-15 Thread Alex Vinokur
it is not exactly what you are looking for, but maybe it might help you. = Alex Vinokur mailto:[EMAIL PROTECTED] http://mathforum.org/library/view/10978.html news://news.gmane.org/gmane.comp.lang.c++.perfometer

Re: getting process memory usage

2003-12-07 Thread Alex Vinokur
proc give the answer i want to what function in the kernel code (probably in fs/proc/proc_misc.c ) this commands calls to. thanks it would help me a lot. Look at getrusage() : http://www.die.net/doc/linux/man/man2/getrusage.2.html ========= Alex Vinokur mai