From 452e6bfa7bb4bca75dc4659bf9d707101b411977 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 17 Nov 2020 19:02:35 +0100 Subject: Added cpp05/ex02 main, Added cpp05/ex03 --- cpp05/ex02/ShrubberyCreationForm.cpp | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'cpp05/ex02/ShrubberyCreationForm.cpp') diff --git a/cpp05/ex02/ShrubberyCreationForm.cpp b/cpp05/ex02/ShrubberyCreationForm.cpp index 70bc570..262f166 100644 --- a/cpp05/ex02/ShrubberyCreationForm.cpp +++ b/cpp05/ex02/ShrubberyCreationForm.cpp @@ -6,7 +6,7 @@ /* By: cacharle +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/10/19 13:45:45 by cacharle #+# #+# */ -/* Updated: 2020/11/17 16:36:09 by charles ### ########.fr */ +/* Updated: 2020/11/17 17:15:43 by charles ### ########.fr */ /* */ /* ************************************************************************** */ @@ -36,15 +36,15 @@ void ShrubberyCreationForm::executeUnsafe() const return; } file << - " ## " - " #### " - " ###### " - " ########## " - " ############## " - " ######ntm####### " - " ################### " - " ##################### " - " |___| "; + " ## \n" + " #### \n" + " ###### \n" + " ########## \n" + " ############## \n" + " ######ntm####### \n" + " ################### \n" + " ##################### \n" + " |___| \n"; file.close(); } -- cgit