What environment are you running QT in? I was doing this for C++ training for my high school robotics team. A problem that we had was inconsistency between QT in a Linux environment vs QT in a windows environment with respect to stdin and stdout.
The windows environment would run in a command window with both stdin and stdout available. The Linux environment would not run in a new window and we moved on to other projects before we were able to resolve the issue with stdin. Stdout in linux can be seen inside QT in the program output pane. I picked QT as a teaching vehicle for beginning programmers since it has a very easy windows install and has lots of example code. Eric Anderson On Thu, Sep 23, 2010 at 3:49 AM, Alexander 'hatred' Drozdoff < [email protected]> wrote: > В Thu, 23 Sep 2010 13:25:41 +0300 > "Max Waterman" > <[email protected]<davidmaxwaterman%[email protected]>> > пишет: > > MW> I'm trying to get my university C++ course tutor to use QtCreator in > his > MW> lectures rather than something which actually looks pretty aweful. > MW> > MW> However, because he's not teaching Qt, he needs it to support plain > MW> boring C++. > MW> > MW> What's the easiest way to do this? It's not entirely obvious from the > MW> project options. > > Create Makefile-based project and use Generic project > http://doc.qt.nokia.com/qtcreator-snapshot/creator-project-generic.html > > > -- > WBR > Alexander Drozdov > FIDO: 2:5045/41.84 > Site: http://hatred.homelinux.net > Site: http://archlinux.org.ru > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-creator >
_______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
