This is my first major application using multiple classes. It is written in vb and I know about creating objects of the class and using that instance to call functions of the class. But how do I creat
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
I just went through this link http://www.pcauthority.com.au/Feature/91093,the-tsar-of-antivirus.aspx and found that it\'s developed using c/c++ and visual studio with a little assembly language suppor
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing
I don\'t mean this to be opinionated. What are serious pros/cons of various server-side languages in regards to creating/modifying xml. I\'m currently resear开发者_JS百科ching new platform/language
Is there any really low level programming 开发者_Python百科language that can get access the memory variable directly? For example, if I have a program have a variable i. Can anyone access the memory t
I want to make a program that takes as user input a website address.The pr开发者_如何学编程ogram then goes to that website, downloads it, and then parses the information inside.It outputs a new html f
I have a strange question concerning subroutines: As I\'m creating a minimal language and I don\'t want to add high-level loo开发者_如何学Cps like while or for I was planning on just adding gotos to k
Well obviously开发者_开发知识库 Ruby and Sass, but what are some other ones?Wiki has a list http://en.wikipedia.org/wiki/Mixin#Programming_languages_that_use_mixins
I had read somewhere about one specific feature that is present in awk but not in Perl. I have failed in locating it again.