--- Doug <[EMAIL PROTECTED]> wrote: > Cool, didn't know visual c++ was for linux also. > Now I know, and knowing's > half the battle.
?? Visual C++ doesn't run on Linux. M$ Windows only. > Here's another question. Ok, programming little > command line programs, I'm > content in knowing that I'll have minimal problems > getting them to compile > for both windows and linux. But let's say that down > the road, I take after > Emeril and decide to kick it up another notch. BAM!!! > I want to add fancy buttons > and windows and things. What are some good options > for assuring that my > code would be easily ported to either linux or > windows? I've been reading > about qt recently. Any opinions on that matter? You may want to look at Tcl/Tk. Runs on UNIX, M$ and Mac platforms. More mature than the Qt lib. Tons o' links out there: http://www.google.com/search?hl=en&q=tcl+tk+c%2B%2B+bindings&spell=1 John Hebert > ----- Original Message ----- > From: "Mat Branyon" <[EMAIL PROTECTED]> > To: <[email protected]> > Sent: Saturday, May 11, 2002 4:27 PM > Subject: Re: [brlug-general] totally unrelated > > > > correction: old dos type environment... as far as > i know it doesnt have a > gtk interface or anything... but it has a frontend > > > > -mat > > www.redrival.com/mat > > > > On Sat, 11 May 2002 16:15:08 -0500 > > Mat Branyon <[EMAIL PROTECTED]> wrote: > > > > > visual c++ isnt too bad.. and there is a nice > opensource version for > windows and linux with a nice old dos environment > called djgpp... > > > > > > -mat > > > > > > On Sat, 11 May 2002 16:04:12 -0500 > > > "Doug" <[EMAIL PROTECTED]> wrote: > > > > > > > Thanks, that's what I thought. Just checking > though, cause one of my > .exe > > > > is printing to the screen in a strange order. > Or course, I think I'll > just > > > > fix the problem by using a seperate line for > everything. > > > > > > > > Anyone have any compilers that are preferred > over dev c++? I like it > alot, > > > > but just getting opinions. > > > > ----- Original Message ----- > > > > From: "Mat Branyon" <[EMAIL PROTECTED]> > > > > To: <[email protected]> > > > > Sent: Saturday, May 11, 2002 3:49 PM > > > > Subject: Re: [brlug-general] totally unrelated > > > > > > > > > > > > > if i remember correctly, the directors can > only go one way, and it > would > > > > go from left to right.. or it should, but then > its been a while for me > > > > > > > > > > -mat > > > > > --www.redrival.com --would you rather > yardwork? > > > > > > > > > > On Sat, 11 May 2002 15:37:47 -0500 > > > > > "Doug" <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > Hi, this isn't linux specific, but I > figure perhaps some of you > will be > > > > more experienced programmers than I and can > answer my question. > > > > > > > > > > > > Riddle me this Batman......... > > > > > > C++........If I'm in main() and on one > line, I both print text to > the > > > > screen with cout, and I call a function, does > it just do things from > left to > > > > right? or would it call the function first, > and then print to the > screen? > > > > Just curious. > > > > > > > > > > > > > > > > > _______________________________________________ > > > > > General mailing list > > > > > [email protected] > > > > > > http://brlug.net/mailman/listinfo/general_brlug.net > > > > > > > > > > > > > _______________________________________________ > > > > General mailing list > > > > [email protected] > > > > > http://brlug.net/mailman/listinfo/general_brlug.net > > > > > > > > > > _______________________________________________ > > > General mailing list > > > [email protected] > > > > http://brlug.net/mailman/listinfo/general_brlug.net > > > > > > > _______________________________________________ > > General mailing list > > [email protected] > > > http://brlug.net/mailman/listinfo/general_brlug.net > > > _______________________________________________ > General mailing list > [email protected] > http://brlug.net/mailman/listinfo/general_brlug.net __________________________________________________ Do You Yahoo!? LAUNCH - Your Yahoo! Music Experience http://launch.yahoo.com
