Monday, August 03, 2009

[Cpp-Programming] Re: question

I have never used miracle C either, but for Windows you can't beat Visual Studio Express.  Technically, it's an IDE, but it comes with Microsoft's C++ compiler, and best of all it's free (and several orders of magnitude easier to use than Cygwin if you have no prior experience with Unix).

Also, loops and arrays in C work in exactly the same way as they do in Visual Basic, though arrays are considerably more complex and dangerous in C.  In general, Visual Basic is a much safer and easier-to-understand language than C, despite what diehard Unix-fans will tell you otherwise.

Finally, there are free C/C++ tutorials all over the Internet, and even several free books.  Check them out!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "C++ Programming" group.
To post to this group, send email to Cpp-Programming@googlegroups.com
To unsubscribe from this group, send email to Cpp-Programming+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/Cpp-Programming?hl=en
-~----------~----~----~----~------~----~------~--~---

0 Comments:

Post a Comment

<< Home