Vek wrote: > I found the download not at SourceForge where I > looked first but at http://www.quackle.org. > > I haven't gotten the hang of programming yet in XP though
Hi Kevin, Jason and John, the developers of Quackle, do all their development on Linux and MacOS, so you can also do your development on one of those platforms if that's more convenient for you. If you want to do development on WinXP using free software only, then I suggest that you get hold of MinGW (minimalist GNU for Windows): http://www.mingw.org That'll give you a C/C++ compiler, linker and related tools. You can also download and install Vim for Windows, to make editing easier. And if you want a full-fledged IDE, check out Dev-C++: http://www.bloodshed.net/ I'm not an expert in programming on Windows, so these are just pointers to get you started. -- Anand Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/quackle/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
