View Single Post
  #4 (permalink)  
Old 05-11-2008, 12:06 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 5,321
Last Blog:
Web slideshow in JavaS...
Rep Power: 45
Xav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to behold
Send a message via MSN to Xav
Default Re: How to get rid of command window?

.NET is free. Maybe you misunderstand what it is:

@ You write programs in C++ .NET, perhaps using Microsoft's Visual Studio 2008 Express Editions (available free from Visual Studio 2008 Express Editions).

@ You compile the programs as .NET programs and distribute them.

@ When the user runs it, they must have the .NET Framework installed (also free).

.NET is not a compiler - it is a framework. In other words, when the program runs, it relies on the framework to run it. The framework provides lots of really helpful classes, such as System.IO.File, which can do everything with files, and really easily, too.

The compiler used, from Visual Studio 2008 Express Editions, is both free and comprehensive. Give it a try!

Oh, and I know what you mean - I'm 12 years old.
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
Mr. Xav | Website | Forums | Blog
Reply With Quote