by Discgolfj on Mon Apr 20, 2009 6:22 pm
([msg=22168]see Re: C++ Project (Looking for people)[/msg])
A quick note to those commenting on my Dev-C++ suggestion...
It is supported as previously mentioned, and also it is true it is not being actively developed at this point... Again, my point for suggesting it as a "base" platform to write code in is for the main reason that it requires a deeper understanding of how C/C++ works... and if (as the author of this thread mentioned) the true goal of this project would be to benefit all participating by learning fundamentals better, then I still suggest that it is a solid frame-work to base the potential project off of (GUI not included)... and let's all remember, just cause code can be written and compiled as a project in Dev-C++, does not mean that that is the final platform it will ultimately be compiled in!...
To the original author of the post.... You've stated wanting to use VS already... but if fundamentals are your main goal, then have you looked into using linux as your OS to work in?... I ask because there is much more to learn even from a "team" aspect in as far as managing changes, revisions, etc. in files.. if you are decently familiar in linux, start by looking at the man pages for the CVS method of managing project files for an entire team. It is not a hard command to learn and allows simultaneous AS WELL AS networked team management for applicable project files (and with all versions and changes documented for all team members to see!)... Again guys, I know to many of yall, this might seem like "antiquated approaches," but they do fully employ the necessity of really learning essentials of programming that many of us take for granted.
I, as always, appreciate any agreement or criticism.. It is only my opinion for what was originally described as ultimately pursuing a route that leads to learning and better understanding of what programmers really do...
-J