![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Sexy Programmer
|
@O.P.: What language did you use to develop that program?
__________________
I would love to change the world, but they won't give me the source code! |
|
|
|
|
|
#12 | |
|
Expert Programmer
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4
![]() |
Quote:
. I don't think starting age makes a lot of difference - as long as you are not 50 years old and talented enough, you'll make it. |
|
|
|
|
|
|
#13 | |
|
Professional Programmer
Join Date: Feb 2005
Location: PA, USA
Posts: 254
Rep Power: 4
![]() |
Quote:
even taking this into account though, that's pretty good to have the discipline to want to teach yourself programming at such a young age though unless there is someone close to you who codes to get you started and show you the ropes.
__________________
I have never let my schooling interfere with my education. -Mark Twain- Xbox live gamertag: melbolt |
|
|
|
|
|
|
#14 | |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
I don't like VB, myself, but I'd like to point out that syntax is a variable from language to language; one merely adapts. Problem solving is the important skill, and you can learn that with any language. The degree of abstraction will drive your approach to solutions, but they'll all teach you critical thinking if you listen. Keep after it.
Quote:
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
|
#15 | |
|
Programmer
Join Date: Dec 2005
Location: Philippines, where the seasons are: hot, and hotter
Posts: 72
Rep Power: 3
![]() |
Quote:
In my opinion, the more you learn about languages, the more you are adaptable...I think.
__________________
"The most incomprehensible idea about the universe is that it is comprehensible" - Albert Einstein |
|
|
|
|
|
|
#16 |
|
Newbie
|
Thanks for your help, by the way, my Source isnt just pictures, the JavaScript files are in the data and GUI area, its web based.
Anyway, i have a good PC that im on now, Celeron D 2.2ghz (its not too god of a processor, i want a pentium) 768MB RAM, Windows XP SP2 (I want vista when it comes out but my mum is too edgey), and DSL at 10mbps, my other old crappy laptop which i did up however has 64mb RAM, Windows XP, 233mhz Processor Pentium 2 and i can use a wireless card, i want to use VB2005 language on my laptop, but i dont have enough RAM or Processor power on my laptop, i hate sitting at my PC all the time, can i run VB2005 through my PC wirelessly to my Laptop?? or is there any other VB2005 language program that can fit my programs requirements? Thanks for all the help. P.S, is VB 2003.net like VB 2005 Last edited by aff1993; Nov 16th, 2006 at 12:26 AM. Reason: not VB 2004 i meant 2005 |
|
|
|
|
|
#17 | |
|
Professional Programmer
Join Date: Feb 2005
Location: PA, USA
Posts: 254
Rep Power: 4
![]() |
Quote:
either way, it is a very good thing to have on your resume nowadays, if you don't believe me, try a search on a jobsite like monster.com, lots of jobs out there that want people with VB .NET knowledge. not sure what you mean by "won't do me any good". I myself program VB nearly everyday. One example: its good enough to make a information management system for the US Army, which i'm currently taking part in. VB .NET in my opinion is one of the best languages for rapid development. It has come a very long way since the old VB I think many of you are confusing with .NET For someone who has used both VB .NET and C#, I feel these langauges are way to similar to share the opinions of the other posters above me. At my place of employment, I hop around between many languages all the time C++, VB .NET, C#, php, actionscript, Java, etc VB still remains one of my favorite languages to program in and it was the language that I first started programming large-scale software in out of college. When I have just finished writing a program in Java and come back to VB .NET I have a "thank god" feeling. Anyone who has tried to make a GUI programmatically in Java can probably sympathise lol. VB .NET can create complex apps, our current VB .NET solution contains over 150 projects and millions of lines of code, the back end is very in-depth and contains layers upon layers, its not always "the wimp's langauge" if you get a chance to use it fully. when you say C# is more "powerful" than VB .NET, I'd say there is very little truth to that, afterall, they both run off the .NET framework. As for me, I have barely even felt the need to "learn" C# after programming VB .NET for awhile, I was able to hop right over and use C# pretty much instantly, any differences between the languages were overcome with a single google search, and about 2 minutes of reading. So in my opinion, VB .NET is a great language, to me it doesn't carry that "child's toy" feel to it that many other programmers express it as. It is a serious language meant for professional development and is used everyday by many companies to do so. what it is not however, it is not your portable code langauge, but then again, there are many limitations in .NET in this area. as for your general system software, its a great langauge to know. but that's just my opinion
__________________
I have never let my schooling interfere with my education. -Mark Twain- Xbox live gamertag: melbolt Last edited by melbolt; Nov 16th, 2006 at 12:55 AM. |
|
|
|
|
|
|
#18 |
|
Newbie
|
Any answer to my question, what IDE can i use to develop VB.Net off my laptop (see 2nd previous post)
|
|
|
|
|
|
#19 | |
|
Professional Programmer
Join Date: Feb 2005
Location: PA, USA
Posts: 254
Rep Power: 4
![]() |
Quote:
As for the question, one option is to set it up on your best machine and do a remote desktop connection into it and work from your laptop that way, that's what i do when i work late. I remote in to my work machine and work from my laptop. I don't even have studio installed on my laptop. another option: i just googled and found this http://www.icsharpcode.net/OpenSource/SD/ it may suit your needs. it looks pretty cool, and the setup file is 8MB. It claims it can run off the .NET framework, may be worth looking into. I am checking it out now and in my opinion its a pretty neat little IDE. also does C#. Edit: very cool, it has the framework built into the intellisense as well, design mode and code view, i think i may have to switch my IDE!! lol only downfall i see so far vs. Visual Studio is lack of team foundation server(source control) but you could always use an external one if you needed source control, like tortoise, which is also free btw. as for the 2003 vs. 2005, its not an enormous difference, a lot of the code can usually be converted over successfully from 2003 to 2005. the differences are Visual Studio .Net 2003 uses version 1.1 of the framework, whereas 2005 uses version 2.0 of the framework. the IDE i put the URL for can do both frameworks ![]()
__________________
I have never let my schooling interfere with my education. -Mark Twain- Xbox live gamertag: melbolt Last edited by melbolt; Nov 16th, 2006 at 1:29 AM. |
|
|
|
|
|
|
#20 |
|
Programming Guru
![]() Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 6
![]() |
you're 13?
go outside and play baseball or something...another 10 years or so and people will expect things from you. don't DROP programming, but seriously, have fun while you can. i'm carrying a full college load, working 40 hours a week, and have a wife and daughter that all want my time. now if programming is FUN, like it is to me and these other guys, then have fun with it! fuck resumes and that shit. you're 13 dude, when i was 13 i spent my time trying to find all 96 exit gates on super mario world...and i did. then my little sister erased all of it. do what you wanna do, it sounds like you're hyper-smart...but beware of the big bad responsibility monster, he's a bitch...and right now you don't have to deal with him.
__________________
i put on my robe and wizard hat... Have you ever heard of Plato, Aristotle, Socrates?...Morons. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Visual Basic 2005 Express Edition For Dummies | ReubenK | Book Reviews | 3 | Jul 31st, 2007 9:47 AM |
| converting string to float | beginnerCCC | C | 22 | Oct 3rd, 2006 12:59 AM |
| Visual Basic 2005 Question | ReubenK | Visual Basic .NET | 3 | Apr 5th, 2006 4:23 PM |
| Visual Basic 2005 Express Edition IDE | George Giolfan | Visual Basic .NET | 15 | Dec 5th, 2005 8:26 AM |
| [ANN] New script engine (Basic sintax) | MKTMK | C++ | 3 | Sep 1st, 2005 6:51 PM |