Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
C# Legal complications
Name: Andrew Chng Date: July 13, 2006 at 22:30:32 Pacific OS: XP CPU/Ram: 512
Comment:
Hi, I'm writing a program using MS C# for my school. I'm wondering if there'll be any legal complications from Microsoft if my completed program is being distributed free around my school?
No. You can write free programs in C# just as easily as any other language (Java, C++, etc.) I've seen a few people mention that you can't write open-source or free apps using the .NET framework...Complete crap.
Good luck, -SN
0
Response Number 2
Name: Andrew Chng Date: July 14, 2006 at 09:35:39 Pacific
Summary: Hi, Retrogamer, I see where you are coming from, but you are very, very, very wrong. Visual Basic is not for kids. Read what the experts said. Visual C++ is an imitation of Visual basic, Delphi as wel...
Summary: Hi, As much as I remember you use "new" method to declare an array, as in: new int[10]; I don't know of any pure C++ function to resize arrays, but as each C++ program is also a C program you may also...
Summary: Hello every1!! :D OK, I need to assign a value to a control (created with VS.NET) from an external class in another file... I've tried making the controls static, but with that I get a huge load of co...