Message-ID: <394693AA.32CB056C@gmx.de> Date: Tue, 13 Jun 2000 22:03:54 +0200 From: Hanno Stehling X-Mailer: Mozilla 4.6 [de]C-CCK-MCD QXW0321s (Win98; I) X-Accept-Language: de,en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Simple question: Subfunctions Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Hi, I'm just teaching myself c++ and I have a question about functions: in Turbo Pascal it is possible to create subfunctions like procedure normal_function; procedure subfunction; begin do_something; end; begin subfunction; end; Is this also possible in c++? thanks, HST