question/change request: cpp templates

August Hörandl august.hoerandl at gmx.at
Tue Mar 8 23:41:11 UTC 2005


Hi,
two questions to the cpp templates

1) is there any reason that the simple c++ project
templates use printf instead of cout?
cmakelibcpp/lib.cpp:14:   printf("Hello world !\n");
cmakesimple/main.cpp:11:  printf("Hello, world!\n");
qmakesimple/main.cpp:12:  printf("Hello, world!\n");

 would anybody mind if i change these to std::cout ?

2) is it possible to change the option "Start in external 
terminal" for these projects? either the wizard could ask 
the user or set this option to yes
  
background: i would like to use kdevelop in beginners c++
lessons where i don't want to explain things like printf or
"complicated" options to pupils who are writing (means: copying
from their books) there very first c++ program ever.

August Hörandl

-- 
August Hörandl                          august.hoerandl at gmx.at
Never trust a man who can count to 1024 on his fingers




More information about the KDevelop-devel mailing list