Click here to Skip to main content
16,004,806 members

Comments by User970 (Top 5 by date)

User970 10-Jan-11 8:17am View    
I want to make my hybrid text editor capable of compiling programs WITHOUT Visual Studio. Nevertheless, I found what I needed - I'll use MinGW. Thanks all.
User970 8-Jan-11 8:51am View    
No, I didn't know that! How could I distribute it with my app?
User970 16-Aug-10 10:57am View    
Deleted
Reason for my vote of 5
That's awesome!
User970 16-Aug-10 10:55am View    
Reason for my vote of 5
It helped me answer myself
User970 12-Jun-10 5:25am View    
Only the first one can be quoted. The ],[" separator is interesting, I'd really like to try it out, but whenever I try to use Regex.Split(file, "],["); I get an error (argumentExpetion - Unterminated [] set). Plus, I don't know how to put quotes as a separator... Any help on this?
(I know, stupid question, but I'm new to C#)

EDIT: After some googling, I managed to find it out. Look at my answer.