Computers |
|
| | #1 (permalink) |
| Newb Techie Join Date: Dec 2005
Posts: 27
| i found this tutorial on google but it dont realy tell you much about compilers http://www.cplusplus.com/doc/tutoria...structure.html i downloaded visual c++ express edition but it has lots off things in it and i dont realy know what to do is there any easyer compilers out there or a tutorial for the micrisoft 1 thanks |
| | |
| | #2 (permalink) |
| Newb Techie Join Date: Aug 2005
Posts: 22
| My personal favourite is Dev-C++. I suggest you give it a try. It's about as simple to use as you could hope for, from an IDE. http://www.bloodshed.net/devcpp.html |
| | |
| | #5 (permalink) | |
| True Techie Join Date: Jan 2006
Posts: 242
| Quote:
| |
| | |
| | #6 (permalink) |
| Ultra Techie | Documentation on Visual C++ .NET from Microsoft is little to nonexistant with the latest 2005 version of the compiler. They don't even produce a book about it to my knowledge. This is the main reason I switched to Visual C# instead of the C++ variant. They changed up the syntax completely (i.e. .NET 1.1 code does not compile *at all*) and it just seems more muddled and confused than it needs to be. This all left me believing that Visual C++ is well on the way to becoming a deprecated language in Microsoft's eyes, and thus has a limited future with that platform. I found C# to be syntactically cleaner than what Visual C++ has become.
__________________ Desktop machine: 2 x Opteron 246, Asus K8N-DL, 2GB PC3200 ECC Reg., XFX GeForce 6600GT, 74gb WD Raptor, 2 x 19\" LCDs, Windows XP x64 Server machine: Intel P4 3.0GHz 2MB EM64T, ECS i865pe, 1GB PC3200, 36gb WD Raptor, Windows Server 2003 Laptop: Dell Inspiron 9100 (Intel P4 3.2GHz 1MB Prescott, i865pe, 512MB PC3200, Mobility Radeon 9700, DVD+R/DL Burner), Windows XP Linux: P3 450Mhz, 386MB ram, Slackware 10.1 (Running mySQL/Apache) |
| | |