> > On Thu, 23 Sep 2010 08:19 -0700, "Eric Anderson" > <[email protected]> wrote: > > What environment are you running QT in?
I'm not running Qt - well, if you mean qtcreator, perhaps I am - but anyway, the class is using computers running Microsoft Windows - some virtual machine or other. I don't use Microsoft s/w unless there's no option, so I'm not familiar enough to know the differences (could be '7'). > 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. Hrm. I use Linux and haven't noticed such a problem (use the 'run in terminal' option), but since the class and other students will almost all be using Microsoft something-or-other, I don't think this is an issue, according to you anyway. I will test next time I get access to a computer running Microsoft. Thanks, Max. > Eric Anderson > > On Thu, Sep 23, 2010 at 3:49 AM, Alexander 'hatred' Drozdoff > <[1][email protected]> wrote: > > В Thu, 23 Sep 2010 13:25:41 +0300 > "Max Waterman" <[2][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 > [3]http://doc.qt.nokia.com/qtcreator-snapshot/creator-project- > generic.html > -- > WBR > Alexander Drozdov > FIDO: 2:5045/41.84 > Site: [4]http://hatred.homelinux.net > Site: [5]http://archlinux.org.ru > > > _______________________________________________ > Qt-creator mailing list > [6][email protected] > [7]http://lists.trolltech.com/mailman/listinfo/qt-creator > > _______________________________________________ > Qt-creator mailing list > [email protected] > http://lists.trolltech.com/mailman/listinfo/qt-creator > > References > > 1. mailto:[email protected] > 2. mailto:davidmaxwaterman%[email protected] > 3. http://doc.qt.nokia.com/qtcreator-snapshot/creator-project-generic.html > 4. http://hatred.homelinux.net/ > 5. http://archlinux.org.ru/ > 6. mailto:[email protected] > 7. http://lists.trolltech.com/mailman/listinfo/qt-creator > _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
