Hey peeps, need some advice.
At present I mainly code online applications (php, mysql, xml, etc) but i'm looking at making offline applications as well.
I have managed to create a few VB.Net programes that interact with online services (Support ticket system) and it works a treat but i'm looking for something more deployable i guess.
I just hate the installation that software produces also I have tried some c# but sadly everything I come across is console based and this isn't any good I need to develop windows applications not "DOS" based ones.
Any help and advice is appreciated :)
What language should I learn?
Started by paramiliar, Jan 05 2009 11:37 PM
11 replies to this topic
#1
Posted 05 January 2009 - 11:37 PM
|
|
|
#2
Posted 06 January 2009 - 01:13 AM
C#/Java is a good choice if you want to begin with a basic language, but if you feel pretty advanced try out C/C++ and python. I on the other hand would recommend java due to it's flexible use !
#3
Posted 06 January 2009 - 01:39 AM
Well its been a long time since i did any python coding, as for JAVA its a pet hate of mine due to its portability online I find it causes more problems through online applets than its worth but thats just me.
I would have thought the application development would have progressed from the days of c++ I remember doing that 4 years ago or so, heck maybe even longer!
I would have thought the application development would have progressed from the days of c++ I remember doing that 4 years ago or so, heck maybe even longer!
#4
Posted 06 January 2009 - 02:08 AM
C++ for windows applications. Use DevC++ on this **** and u will get what u want :P.
Interested in participating in community events?
Want to harness your programming skill and turn it into absolute prowess?
Come join our programming events!
#5
Posted 06 January 2009 - 02:41 AM
MathXpert said:
C++ for windows applications. Use DevC++ on this **** and u will get what u want :P.
Dont get what you mean with the devc++ part
Also I know linux has gcc but what would be recommended for a cross platform envoriment?
#6
Posted 06 January 2009 - 03:56 AM
Windows has a port of gcc called MingW. If you want to do Windows Applications in C++, I recommend using wxDev-C++.
Interested in participating in community events?
Want to harness your programming skill and turn it into absolute prowess?
Come join our programming events!
#7
Guest_Jordan_*
Posted 06 January 2009 - 05:02 AM
Guest_Jordan_*
Moved to the correct forum.
#8
Posted 06 January 2009 - 05:36 AM
Termana said:
Windows has a port of gcc called MingW. If you want to do Windows Applications in C++, I recommend using wxDev-C++.
So you would recommend using c++ also?
#9
Posted 06 January 2009 - 08:56 AM
Yes , but before learning C++ , learn VisuaL Basic ..
#10
Posted 06 January 2009 - 09:04 AM
@^: No. Just no. Visual basic is not only slow and non-cross-platform, it's also simply an extension of a completely outdated language. So yeah. See my signature.
#11
Posted 06 January 2009 - 09:05 AM
Visual Basic won't help you learn C++. C++ is, in and of itself, console based. wxWidgets is one library that will provide you with cross-platform GUI development. You could also try QT or GTK++ (among many, many others). The Boost library will give you networking, threading, and many other features in a cross-platform library.
#12
Posted 06 January 2009 - 11:27 AM
isn't VB like totally different to c++ why learn one language to learn another??
Its like learning french to learn english :S
Its like learning french to learn english :S


Sign In
Create Account

Back to top









