Forum: VB.NET Mar 23rd, 2004 |
| Replies: 6 Views: 5,273 can't really compare the 2, it would be like comparing apples to oranges. vb.net is a programming language like fortran. vs.net is the latest IDE from Microsoft, you can use vs.net to program... |
Forum: C++ Mar 23rd, 2004 |
| Replies: 8 Views: 5,700 To do this, create a new project (workspace if using vc++ 6) add a new code file, paste your code in there, compile (I believe F7 in vc++ 6, or ctrl-shift-B in vs.net), the exe will be in your... |