Tidus Posted January 29, 2004 Posted January 29, 2004 Well<I Have Seen Many Emulaotr Coding By It,And It Includes Dolphin.So What is This Thing?Where can I D/L It?(No Crack or Warez I Just want the beta or sumthing)best Regards,
manowar Posted January 29, 2004 Posted January 29, 2004 It is a C++ programming lanugage compiler made by Microsoft. It is expensive to buy and I don't think they have a free trial version of it. If you are serious about learning to program in C++, use the GNU G++ compiler. It may have a high learning curve but it pasy off in the end, not to mention that it's free.
alexis Posted January 29, 2004 Posted January 29, 2004 use devc++ it is free and for what i have read it is highly recommended, it is for windows
DreamCastLover Posted January 30, 2004 Posted January 30, 2004 http://www.cprogramming.com/ is a good learning resource too.
nezumi Posted January 30, 2004 Posted January 30, 2004 C++ is a standardized programming language. It's an open standard, I forget whether it's defined by ANSI or OSI. There are lots of compilers available, Sun's C++ compiler (for compiling under SunOS and Solaris), Intel's C++ compiler (proprietary and commercial, optimized code for Intel CPUs though), the compiler in Microsoft Visual C++ (a developing environment bundled with a compiler. costs money and is proprietary). There's also a compiler from a company called Borland. Don't hear much from them these days... Then you have GCC, the GNU C Compiler. There's a G++ extension, which basically adds C++ support. This compiler is free, and it's also free. That is to say, it's gratis and libre. The source is open, and it costs nothing. GCC runs on any UNIX-like OS (Linux, FreeBSD, and I believe there's a port for MacOS). There's a port for MS Windows called MinGW. GCC has companies rather ricked off... it's made it so that it's impractical to commercially develop a C compiler. http://www.gnu.org
Tidus Posted January 30, 2004 Author Posted January 30, 2004 use devc++ it is free and for what i have read it is highly recommended, it is for windowscan ya Gimme A Link
taratata Posted January 30, 2004 Posted January 30, 2004 Tidus, do you already have a big programming experience? What do you want to program with it? I don't have much programming experience myself but if it's an interesting project I may try to help (within the limits of what I can do of course)
Agozer Posted January 30, 2004 Posted January 30, 2004 Tidus, do you already have a big programming experience? What do you want to program with it? I don't have much programming experience myself but if it's an interesting project I may try to help (within the limits of what I can do of course) Tidus wants to make an emulator. And no, he has no programming experience, why would he ask what's C++? P.S. No offence to Tidus.
taratata Posted January 30, 2004 Posted January 30, 2004 Tidus, do you already have a big programming experience? What do you want to program with it? I don't have much programming experience myself but if it's an interesting project I may try to help (within the limits of what I can do of course) Tidus wants to make an emulator. And no, he has no programming experience, why would he ask what's C++? P.S. No offence to Tidus.I thought maybe he doesn't know this compiler but knows a bit of programming Anyway, writing an emu without any programming experience is... well, if you really don't know anything about programming as Agozer thinks, good luck I'd still like to know from Tidus himself if he has or not programming experience and what his project is
Agozer Posted January 30, 2004 Posted January 30, 2004 (edited) Tidus, do you already have a big programming experience? What do you want to program with it? I don't have much programming experience myself but if it's an interesting project I may try to help (within the limits of what I can do of course) Tidus wants to make an emulator. And no, he has no programming experience, why would he ask what's C++? P.S. No offence to Tidus.I thought maybe he doesn't know this compiler but knows a bit of programming Anyway, writing an emu without any programming experience is... well, if you really don't know anything about programming as Agozer thinks, good luck I'd still like to know from Tidus himself if he has or not programming experience and what his project is If you really must know what he's trying to do: http://www.1emulation.com/forums/index.php...?showtopic=4342 Edited January 30, 2004 by Agozer
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now