• 0

Easy Programming Language


Question

Recommended Posts

  • 0

Java :| Bad dreams...

Start off some fun :)

try
{
data = new TextReader(new FileReader(FILE));
}

catch (IOException errorMessage)
{
System.out.println(errorMessage);
return;
}

while (data.eof() == false)
{
// all teh fun
}

edit: Crap I forgot how to do try catch :s

  • 0

Everything is easy with IntelliSense! :laugh:

I started with.... QBasic back on my 286 when I was like 10 or so. 11 years later I'm programming in ASP.NET with C# for work. I took Computer Science using C++.

None of it is all that bad if you ask me. VB is arguably "easier" to use, but I really find it harder to keep organized and not really much easier for someone who is new to read.

Edit: Just realized how far back this topic goes. Haha, oh well. I'm gonna see if I already replied to this a year or two ago and see what I said then :p

  • 0

Hey, I saw this thread so I decided to post here

I got Visual Basic Express 2005 the other day, and I really don't know where to begin. What language does this program use??? Where can I get started on learning the language?

Basically, I want to learn a language that is powerful, but not stupidly hard to understand

I understand quite a bit of HTML, will that help?

  • 0
I got Visual Basic Express 2005 the other day, and I really don't know where to begin. What language does this program use??? Where can I get started on learning the language?

VB 2005 is using the Visual Basic .NET language. There are gazillions of online tutorials and courses, if you're a complete noob I recommend you this video lessons:

http://msdn.microsoft.com/vstudio/express/vb/learning/

And of course, if you want to learn more you can always get a good book...

  • 0

VB 2005 is using the Visual Basic .NET language. There are gazillions of online tutorials and courses, if you're a complete noob I recommend you this video lessons:

http://msdn.microsoft.com/vstudio/express/vb/learning/

And of course, if you want to learn more you can always get a good book...

Thanks, this is very useful!

  • 0

Whats the most powerful programming language out of interest?

John :)

That is quite debatable, but probably the most powerful languages out there are functional languages, like ML.

http://en.wikipedia.org/wiki/Functional_language

http://en.wikipedia.org/wiki/ML_programming_language

  • 0

Whats the most powerful programming language out of interest?

John :)

The reason I asked is because I know exactly nothing about programming, but i'm looking to learn (Y)

There's no time limit i'm setting myself, so difficulty isnt a factor, if it takes me years to master, it takes me years, I dont really care.

The most important thing is that I learn a language that leaves me the most functional. I'm not looking to learn several language's or anything, just a single language that I can have the most potential with, that I can do the most with, if you know what I mean?

I'm guessing thats C++ from what i've read?

What do you guys think?

John :)

  • 0

The most important thing is that I learn a language that leaves me the most functional. I'm not looking to learn several language's or anything, just a single language that I can have the most potential with, that I can do the most with, if you know what I mean?

I'm guessing thats C++ from what i've read?

What do you guys think?

Interfacing languages is what most programming is about these days. :cry:

Also, if you are going to learn C++. I strongly recommend learning C first to understand the basics, especially pointers and pointer arithmetic. After that, the only things to learn in C++ are the object-oriented programming (OOP) concepts and the abilities of the Standard Template Library (STL).

  • 0

Java or C#, hands down. They have the most intuitive syntax I've seen. Mind you, I've never touched Ruby, so I can't compare with that, and I've heard it's a very good language. Anyway, as far as I've seen, Java and C# are great.

  • 0

I can really recommend Python as a first language because:

-it is easy to learn and forces you to write readable programs.

-it comes with "batteries included" which means that it contains functionality for doing a lot of things that you will do pretty often.

-it is fully object-oriented. Let's face it: at the moment, object-oriented is THE paradigm. You don't have to know what a paradigm is, just think of object-orientation as a feature of a language that makes it pretty easy to express even complex ideas.

Of course others might suggest you start with other languages but I really like Python (Ruby is also quite cool). Here's a tutorial that will get you started: http://swaroopch.info/text/Byte_of_Python:Main_Page

  • 0
I can really recommend Python as a first language because:

-it is easy to learn and forces you to write readable programs.

-it comes with "batteries included" which means that it contains functionality for doing a lot of things that you will do pretty often.

-it is fully object-oriented. Let's face it: at the moment, object-oriented is THE paradigm. You don't have to know what a paradigm is, just think of object-orientation as a feature of a language that makes it pretty easy to express even complex ideas.

Of course others might suggest you start with other languages but I really like Python (Ruby is also quite cool). Here's a tutorial that will get you started: http://swaroopch.info/text/Byte_of_Python:Main_Page

Apologies if this question doesnt make any sense or is just stupid, but if I was to learn python, could I make programs for Windows XP?

  • 0

I have some C++ exposure and some scripting languges. I was thinking of being a programmer at one point and took it up as a hobbiest of sorts.

Now I'm graduating university in with a Liberal Arts major. I do have some uses for a programming language on my own time for processing regular expressions, and manipulating SQL commands and MySQL or similar database. I'm not building an OS, I'm not making shareware programs.

Can someone make a recommendation. One caveat: I found C++ style programming pretty easy until it gets to the OOP stuff. Then I get Totally lost no matter the book or the explanation. Please consider this when making a recommendation.

Is there a language you can recommend with C++ style syntax that handles reg ex better. I know SED kinda well. As a non-professional, I'd rather just learn one langauge that does everything well then focus on stupid little languages for each task.

And I work from a Mac - no Windows.

  • 0

I started off by learning how to using mIRC's scripting language (mIRC = an irc client). Then moved onto visual basic, then delphi. Now I use C# and C++ - C++ when I want to create fast, powerful applications. C# for simplistic things.

This topic is now closed to further replies.
  • Posts

    • I think they still believe it but are realizing that those statements created massive backlash and impacted adoption. I personally think AI, if used regularly will give you back about 30% of your time if you are an “information” worker.
    • I don't have a problem with adverts, I not fond of the tracking. My main problem is when you have to keep clicking close to remove them before you can see anything On the site. The ones that keep updating and moving stuff around as they are different sizes are as bad. Neowin is not too bad with Adverts, but ones that keeps updating or have animation can be distracting when reading something, like the one showing now, about how much should I walk to lose weight. I realise sites need adverts to survive, but stop changing them every few seconds.
    • SQL Server Management Studio 22.7 brings "What's New" page, T-SQL formatting, and lots more by Usama Jawad SQL Server Management Studio (SSMS) is the tool of choice for most developers working with SQL infrastructure and data. Microsoft recently released SSMS version 22, and in the past few months, it has been steadily releasing point upgrades to refine the integrated development environment (IDE). Now, it has released SSMS version 22.7.0 with a bunch of new features and interfaces. For starters, SSMS 22.7 has netted a native "What's New" page, which highlights the top features and bug fixes present in the latest release. However, Microsoft says that this page won't annoy you much as it will only show up each time you update SSMS, and once you dismiss it, it won't be shown again to you until the next release. Secondly, Microsoft has finally introduced T-SQL formatting inside SSMS. The good thing about this is that it does not require installing any additional components, as it is built into the native experience. All you have to do is right-click the query editor window and select Format SQL from the context menu. Additionally, you also have several customization options at your disposal, such as the ability to automatically place semicolons at the end of a statement, split clauses across multiple lines, and more. However, this capability is only in preview for now. Additionally, Microsoft has introduced a preview of Agent Mode, which allows the AI model to automatically perform complex workflows on your behalf. Furthermore, Agent Mode will operate in read-only mode by default, so that you don't have to worry about the AI model accidentally deleting your data. On a related note, Microsoft is finally allowing users to configure the execution context of GitHub Copilot. This can be controlled per database using the CONSTITUTION.md file, where you specify the user details for the agentic executor. You can find details about this and additional bugfixes in Microsoft's blog post here.
    • I only use 3 extensions in Zen. I don't need or want a ton of stuff in my browser i don't use.
    • I prefer to choose my own ad bockers, not what the browser seems to think I need. i remember the days when a browser was just that, now they try and be everything and add stuff in that not all of us want. I bet Brave is full of AI rubbish? I will stick with Zen, not perfect, but better than others.
  • Recent Achievements

    • One Month Later
      johnjacobb40 earned a badge
      One Month Later
    • One Year In
      Primer1st earned a badge
      One Year In
    • Experienced
      JayZJay went up a rank
      Experienced
    • Reacting Well
      Sir_Timbit earned a badge
      Reacting Well
    • Week One Done
      rubentuben8 earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      509
    2. 2
      PsYcHoKiLLa
      230
    3. 3
      +Edouard
      144
    4. 4
      ATLien_0
      86
    5. 5
      Steven P.
      82
  • Tell a friend

    Love Neowin? Tell a friend!