Creating A New Programming Language?
Dec 22, 2009
I have made an application (similar to Logo) which can take some simple code and draw a line according to that. I have the graphics covered but I want to know a few steps towards compiling and running a programming language. A few specifications are: - Has built-in methods and variables
View 2 Replies
ADVERTISEMENT
Jan 28, 2012
I have recently taken a liking to programming, and have programmed a few games in C#,my friend has asked me to program an application for him to use in his shop. But I have no idea of what language is best suitable?
View 8 Replies
Oct 21, 2010
I have a general question about the programming language vb.net. I wonder how I should see the vb.net language compared to a "lower generation " language like for example C+.For example if you had to develop a CRM application , can you build such an application in both programming languages with the same amount of detail and efficiency?
Is it right if I say that the "language" vb.net is an abstract version of for a example a lower language like C+ in a way that the same possibilities are possible as with C+ but more efficient so it takes the programmer less time? So basically if you would compare it with building a house in C+ you would need to build a door with all the separate pieces while in vb.net you would just place a door as a whole. But this does not mean the possibilities of building a house as a whole are fewer.
So now comes my final question: can vb.net be seen as a true programming language like C and can somebody who masters vb.net be seen as an equally good programmer as somebody who masters C+. Or would the C+ programmer in this case be superior?
View 1 Replies
May 3, 2010
I want to learn programming, many people in website say visual basic is a good start. What's the advantages of it? As i know, there are a lot of people use c# in china, but few people use visual basic, why? Any great book to learn it?
View 16 Replies
Jun 27, 2012
We are currently hiring at the company where I work, and here the codebase is in VB.Net.We are worried that we miss out on a lot of brilliant programmers, who would never ever consider working with VB.Net.
My own background is Java and C#, and I was somewhat sceptical as to whether it would work out with VB, as - to be honest - I didn't care much for VB.
After a month or so, I was completely fluent in VB, and a few months later I discovered to my surprise, that I actually like VB. I still code my free time projects in C# and Boo though.
So my question is firstly, how important is language for you, when you choose a new programming job?
Lets say if its a great company, salary is good, and generally an attractive work-place. Would you say no to the perfect job, if the language wasn't your preferred dialect?VB or C# is one thing, but how about Java or C# etc.Secondly if the best developers won't join your company because of your language or platform, would you consider changing, to get the right people?
View 26 Replies
Jun 18, 2009
Is Visual Basic an Object Oriented Programming Language ?Working as a software engineer
View 2 Replies
May 31, 2012
I would like to learn a new programming language to be able to compile the same code for different platforms.
My background in programming: VB.NET (I have been using it as my main language for the past 3 years), some Java (to which I couldn't really adapt) and very limited PHP. I use a Mac Book with OS X to code.
I'd like to find a PL with a very easy learning curve from VB.NET, cross-platform IDE and able to compile the same for Windows, Mac and Linux.
I am a beginning programmer, so a object-oriented, .net like language is probably my best bet.
View 2 Replies
Dec 1, 2011
The dilemma I am having is what programming language to focus on for development. Currently the options are Java, C++, C# and VB.Net. I plan on filling in some gaps of my undergrad by taking some high level math courses, data structures, algorithms and will probably take all 2 or 3 levels of one programming language.
View 2 Replies
Apr 20, 2009
i am new to asp and am currently trying to get my head around the visual basic language and Object Oriented Programming.From what i have read you need to have a good understanding of these to create good ASP.NET webpages, but from reading about these in books and joining the website [URL]..i am getting fairly confused with the language and the OOP. Does anyone out there have any tips for me when it comes to learning about these. Is there a good way to learn about these as i just seem to be getting really confused from the start.
View 5 Replies
Aug 21, 2009
Is it possible to create a programming language using vb.net?
View 4 Replies
Jun 24, 2010
Every Morning, we are getting multiple PDF files and our Executive needs to see in one PDF files.
Right, now I am diong manually PDF Merge process using Acrobate Profetional. But Now, my client asking to convert this into automated process every morning.
How can we Merge PDF processing using programming language .NET / Java Script and automate this every morning ?.
(My client is not allowing to use any third paty tool for this process.)
View 3 Replies
Apr 16, 2012
If I save some data as a class and I serialize it all done in vb.net. What happen if someone with another language like PHP whats to use that data will be that possible directly?
View 2 Replies
Jun 18, 2010
I used to be visual basic 6 programmer, i was pleased with visual basic : it is high level language that do stuff fast,easy to learn, easy to do stuff in,you can drag and drop stuff to the form and write your code,it is simply amazing.however microsoft buried VB6 and pointed us to VB.NET which is so different that it is not the old VB anymore.I didn't like what microsoft did and would like to look somewhere AWAY from microsoft and from any other proprietary language I would like to look into a similar language that is easy,cross platform (windows / Linux), object oriented, visual design, non proprietary and compile (for some guarding against reverse engineering).
i am freelancer so the choice is entirely mine,i don't care about performance of programs, the time taken to develop a given programs is much more important. desktop / database / GUI /networking programming is what i am looking for.so any such language offered by our open source community ?
View 8 Replies
Feb 9, 2010
Is there a way to create my own scripting language. I don't have any details on what I want to do because it's way too complex,
View 8 Replies
Jun 2, 2010
how I would go about designing and making a parser for a basic-like language:
var my_string = "Hello World"
var my_number = 10
Print my_string
Print my_number + 10
Quite simple (although not very simple when it comes to programming it ). Does anyone have any ideas on where I can get started/how I would go about parsing it? I know it would involve a parser tree, but how would each node be structured?
View 3 Replies
Jun 14, 2010
I have been working on a very advanced feature that will allow programmers to right object that spit out other objects. Code that writes code. However, I have run into a problem. I use a file type that specifies to the coding parser how to create the object that is going to write the objects. Example, the Programmer writes a "NTF" file which contains code switches and variables that the Computer will parse and create a "Template Object" that the programmer can include in his project and call to generate the code objects. I'll right a object that creates an ASPX page for each table in my database, and I'll then call that object against my database. It's pretty straight forward. This "NTF" file has special parser commands, and uses VB.NET to manipulate the output based on the variables that come into the object. The problem is I would like to have an editor just as advanced as Visual Studio to recognizes the custom parser commands and the VB.net code. At the very least, something that formats the "NTF" file and integrates into Visual Studio.url...
View 2 Replies
Jul 14, 2009
Does Visual Basic come under the "High level programming language" category?Or is it a "Low level programming language"?
View 7 Replies
Apr 24, 2009
n a program i'm using i want to be able to create a box (done that) but pressing a button, but now i need to attach a sub onto it so i can interact with it, how would i do this?
View 6 Replies
Oct 22, 2010
I really need to learn much about it, but always stock up,.DOTNET covers the vb.net, C#, C++, ASP.NET, .NET framework is it right?.C++? ASP.NET?What should be my step by step procedure?
Will I start on database? Connection of client and server? Webrowser? Application?...etc etc etc.Will it ok if i start on studying every toolbox item one by one?
I dont have any project or every assignment that needs to be done....All i want is to learn about DOTNET
View 7 Replies
Nov 2, 2010
coming to the topic i want to learn dotnet i am not good at programming. but i want learn it i m very passionate about it.you all know soo much about DOTNET even i want to become like you people.i have a bit knowledge about this but not much..What should be my first step towards this?How should i start with and from where should i start with?
View 3 Replies
Jun 25, 2008
Recently I have been wanting to learn a bit more about Visual Basic and I've decided that I want to test my abilities by Making a Card game. The card game uses a customized deck of around 140 card. The Cards are all buildings which you need to place down by discarding a specific amount of cards in yoiur hand. The Objective of the game is to get 12 buildings built and get the most points. Many cards will be layed down at some point in the game.The way I think I will be creating the game is by Creating a Class for the Deck which will use a class for the Card. I would like the Card Class to somehow create a picture box of the cards image on the form which will hold all the other cards being displayed.
View 3 Replies
Jun 17, 2011
How do I go about doing this? I have currently made this code, but sometimes points are created on the boundaries of this picture box, which I do not want. I want all new random points to be within the bounds of this large playarea (picturebox). Foodarea is my big picturebox which i want all fruit to spawn WITHIN not outside on it's edges.
[Code]...
View 12 Replies
Nov 30, 2008
Basically i am creating a Hangman program using VB 2008 Express edition and need some help.I would like some help on when a user is entering a letter for the word how can i make it so for example if the target word is "MAX" and they enter "M" i would like the lblstatus to update as "M--" obviously i would want it to be able to do it with all 3 letters.
View 2 Replies
Mar 29, 2010
In my winform app in VB.NET I want to use the localization option. But i have a few questions/problems. I'm using a menu strip to select an other language. But it seems that is doesn't change my menustip text to my selected language. It does change my labels, buttons, and textboxes but menu strips don't seem to change when I choose another language. Also is it possible to get those resx files such as MyForm.fr-FR.resx compiled so it isn't an external file outside my app? Or to get those files in an Language folder at the same location of my app, so i don't have all those fr-FR & nl-Nl folders in the same location as my program?
View 4 Replies
Mar 11, 2010
What reasons are there to migrate from vb.net specific language to .net framework language?
Examples:
VB.net
ubound
msgBox
.Net Framework
array.getUpperBound(0)
messageBox
View 4 Replies
May 21, 2010
I am trying to create a card game on microsoft visual studio 2008. But i am finding it tricky to get the right codes for the generating button. The button wiill display three random playing card suites and when all three match the user is declared the winner.
View 5 Replies
Nov 29, 2010
I have multilingual application that was done in VB2005.We recently had a request to translate the application to Arabic (Egypt), so I have been happily running through all of the forms and changing the layout for Right to Left format.I have 2 forms that are problematic though.On one form, whenever I select Arabic (Egypt), it will automatically switch the selection to Arabic (Saudi Arabia) and try to add an ar-SA resx file.On the other problematic form, if I choose Arabic (Egypt), the IDE will automatically select Chinese (People's Republic of China), then copy the contents of my ar-EG resx file into the zh-CN file, overwriting all of our Chinese translations and layout changes with the Arabic ones.
View 1 Replies
Oct 30, 2011
I avidly create games in VB.net. Being a hobby programmer I give my games away for free. Since I'm a hobbiest without formal training I do try and educate myself on proper programming principles and follow them when programming such as OOP. There are however some things I have obviously missed being self-taught that perhaps I would know if I were formally educated. Once such issue that has really been my bane is how different classes (from now on referred to as objects) 'know' about each other WITHOUT programming specific interaction.
Okay imagine this, you have a space game and the following objects
[CODE]...............
Now each one of these objects has a Health, X,Y and Z private members and properties that are all inherited from clsSpaceEntity for argument sake. Now one way of programming collision between them would be to code out the following logic in the main game loop
[CODE].........................
Now this might seam okay if your talking about the simple example above but some of my games have tens or even HUNDREDS of objects that interact in this basic way. Is there a way in OOP to do the following... for each thing that inherits from clsSpaceEntity check against every other object that inherits this type (except itself) and if they collide then reduce health next? This sort of ability for a type of objects/class or whatever to be 'aware' of another and how they are the same/different and interact would save me tonnes and tonnes and TONNES of coding.
View 1 Replies
Dec 30, 2009
please tell me what is below code doing? is it creating array with two values or its creating to string index which will take value later? [code]
View 4 Replies
Feb 16, 2012
I have created a neat visual basic app.In it are 25 little Access databases that the user selects things from. The costs of each selection is added, subtracted, divided and totaled. Finally all the selection totals (25 of them) are saved in one database that the user can come back later to either finish selecting (if he didn't before) or delete it. There are many images and sounds, text boxes, drop down lists,etc in the app. Its about 10MB big.
What langauge do you think would be the best one to use to put this app on the web so that users can play with it without buying a CD or downloading a CD?
Before I invest to have it re-done in a lanquage to put it on the web OR I learn another langauge and do it myself..
View 4 Replies