Click here to Skip to main content
15,888,802 members

Comments by Member 8378691 (Top 80 by date)

Member 8378691 8-Oct-13 6:26am View    
how do I check the return value?
Member 8378691 7-Oct-13 5:06am View    
I could put up the source code if you wanted, but I'm still trying figure out how to read from a text file...
Member 8378691 7-Oct-13 2:57am View    
i am working on a virtual machine, don't doubt that. but at the moment, all of the parts code is already put into an array which is then run through the virtual machine. i don't know how to read from an outside file yet, and i thought that txt would be easiest and so i'll start with that and then move onto binary files and all that.
Member 8378691 19-May-13 2:56am View    
My friend asked me if I could teach him how to program because he wants to know, but he doesn't know where to begin. So I'm making a small interpreter that takes in code, changes it to C# code and I'm using a CSharpCodeProvider class to compile the code into a .exe file. So I've changed it a little, but I still want to make it easier for him by taking out the 'using System;' and all that...
Member 8378691 19-May-13 2:15am View    
but 'don't ask questions', I mean don't ask why I'm trying to find out all of the references...