PDA

View Full Version : Slightly Noobish C++ question


ichdenkealso
02-06-2008, 11:23 PM
How does a C++ compiler work? Does anybody know where to get source code for one?

liorean
02-06-2008, 11:52 PM
How does a C++ compiler work? Does anybody know where to get source code for one?Well, you could look at GCC (http://gcc.gnu.org/). Or LCC (http://www.cs.princeton.edu/software/lcc/), maybe that's a better example compiler. There's many others... OpenWatcom, TCC, PCC, TenDRA to pick the rest of those wikipedia lists.

wasup274
02-13-2008, 04:18 PM
I use DEV Shed its not the best but since your starting out it fits your needs