Hi.
I was just wondering, which language is the best to start with when you are a noob like me?:P
Legotrax
13 replies to this topic
#1
Posted 29 October 2010 - 06:20 AM
|
|
|
#2
Posted 29 October 2010 - 06:30 AM
What are you wanting to do? Python is a nice scripting language where you can work with algorithms or input easily, vb.NET is a good simple language to work with GUIs (drag and drop with visual studio)
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#3
Posted 29 October 2010 - 07:14 AM
I want to learn how to make programs.
#4
Posted 29 October 2010 - 10:25 AM
#5
Posted 30 October 2010 - 03:55 AM
legotrax said:
I want to learn how to make programs.
'programs' is a very big word. Can you please be more specific with what are you looking for?(Games are programs, too.)
Also, what operating system are you using?

There is no problem that cannot be solved by the use of high explosives.
#6
Posted 30 October 2010 - 06:44 AM
C++, Are you by any chance hoping to do website development as well. If so the process will be much simpler for you. In that case PHP.
#7
Posted 01 November 2010 - 05:08 AM
Instead of thinking about which language, look for absolute beginner programming tutorials or books on the web. These sources will start you off on the fundamentals and give you a better idea of where you want to go.
But in general, if you want to build websites then PHP is a good place to begin; for Windows Apps Visual Studio.NET (express edition is free) would suffice.
But in general, if you want to build websites then PHP is a good place to begin; for Windows Apps Visual Studio.NET (express edition is free) would suffice.
#8
Posted 01 November 2010 - 06:10 AM
I heard you can do C/C++ scripting on webpages as well, is this true?

There is no problem that cannot be solved by the use of high explosives.
#9
Posted 01 November 2010 - 06:13 AM
AdvMutant said:
I heard you can do C/C++ scripting on webpages as well, is this true?
No you can't. This isn't true.
#10
Posted 01 November 2010 - 08:07 AM
AdvMutant said:
I heard you can do C/C++ scripting on webpages as well, is this true?
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#11
Posted 01 November 2010 - 08:59 AM
PETTE said:
No you can't.
Nullw0rm said:
Yes, you can
@Nullw0rm, how limited? Can I run a Hello World on a webpage with C?

There is no problem that cannot be solved by the use of high explosives.
#12
Posted 01 November 2010 - 10:33 AM
You can basically print "Content-Type: text/html\r\nHost:foo.com\r\n\r\n (then print HTML page here)" and that is all that is required for Apache to serve a page from a C/PERL/etc. executable. Many old ASP sites included somewhat sufficient mvc and dataset handling through dlls, such as /cgi-bin/handle.dll?commandlinearg=foo
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









