View Single Post
  #5 (permalink)  
Old 07-11-04, 04:12 PM
cshark's Avatar
cshark cshark is offline
Wannabe Coder
 
Join Date: Jan 2004
Location: Indianapolis
Posts: 155
Thanks: 0
Thanked 0 Times in 0 Posts
Huge difference, C++ is a real and very powerful programming language. C# is like visual basic with c-like syntax. As a rule, you only get to use c# on the .net or mono platforms. For solid cross platform application development, c++ is better than c#. Although Java is better at solid cross platform application development than either of them.

To answer the initial question:
At the moment I use php/mysql, Java/JSP/MySQL, Visual Basic 6/ASP3, Flash/Actionscript, and c++ in my programming projects.
__________________
Later
Cshark

Try <a href="http://shorthand.org">Shorthand</a>, an exciting new language for web applications.
Reply With Quote