Jump to content
xisto Community
Sign in to follow this  
randomdood

A Question: Where To Begin Programming?

Recommended Posts

Hmm that depends, do you know any coding language? if not i'd suggest learning one.. Dont ask us what language because everyone preffers another, better to find out yourself if the code suits your needs.

Share this post


Link to post
Share on other sites

It also depends on what the program is going to do. And how or where you want it to work. Certain languages a best for "local" machines, other languages do things over the web.If you could be more specific about the program you have in mind, then perhaps we could be more specific in our answers.

Share this post


Link to post
Share on other sites

Winamp style.. you could use alot of languages for this.. maibe easiest to learn i think.. (probaly a whole lot people disagree) java..You should snoop around sourceforge.net and look what other people did, what language they used and if it is what your looking for.. maibe you can ask if u can help develop a program there.. (Mostly they like to help beginners learn coding)

Share this post


Link to post
Share on other sites

As far as I can see, this way you won't get anywhere. I suggest you find an article called "QBasic for kids by Ted Felix". Really useful stuff - that way you will start with the basics, because you can't expect to make a good and useful program in one week. Learning programming takes months, ages! And don't be disappointed because it says "for kids". I'd rather call it "for beginners" :D

Share this post


Link to post
Share on other sites

sorry for the double post however i was wondering how this C== and stuff is gonna help me right the progam i want to. should i be learning a more complicated lanuage or is this one of those start with the basic thingys?

Share this post


Link to post
Share on other sites

Probably the best, most simple easy language to start with is BASIC... or even better the windows version - Visual Basic. It's easy as hell but it's a good start for a beginner.Whatever you choose to use though, good luck.

Share this post


Link to post
Share on other sites

As if anyone care's of cross-platform compatibility with a multimedia application. :D

Java is not very suitable for developing desktop applications. I think the only legitimate options are Visual C++ or Visual Basic.

Visual Basic offers power with simplicity. Whoever knows advanced coding hacks can make it do anything that VC++ does, yet cutting the development time to 1/5th.

Anyway getting back to the topic, I suppose the best thing would be to use Visual Basic. It compiles native exe and can be ported to any Windows platform. For playing a music file you can use the Media Player component. For displaying images, its very simple with VB, use a Image control from Tools and use the LoadPicture statement to load a picture from the specified path.

wMedia.Open "C:\Music\MyMP3.mp3"Image1.Picture = LoadPicture("C:\Images\MyImage.jpg")

hah! thats it! these two statements will do what you are describing :-)
Edited by CaptainRon (see edit history)

Share this post


Link to post
Share on other sites

sorry for the double post however i was wondering how this C== and stuff is gonna help me right the progam i want to. should i be learning a more complicated lanuage or is this one of those start with the basic thingys?

 

Hey Dude,

Look, when you say 'programming' you're speaking too generic! But I got a few hints for you-

 

To start with, I would recommend that you master C/C++ first. It might take time & you'd feel you're doing nothing! But is worth it, honestly. Once you've mastered these Basic languages, I can bet $100 on the fact that you'll be able to learn ANY programming language just by reading its documentations. That's my personal experience!

 

Once you master C/C++, then check out the Python language. That's the latest trend now-a-days, that even NASA and Google use it!! Definitely, to start with this, you'll need to know the basics of Functions, pointers etc. in C/C++. So, best of luck!

 

-Omkar Ekbote

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.