| View previous topic :: View next topic |
| Author |
Message |
rawrthisname Grandmaster Cheater
Reputation: 0
Joined: 22 Jun 2006 Posts: 574
|
Posted: Tue Oct 16, 2007 4:23 am Post subject: [Computer languages] where to start |
|
|
hi i was wondering what you guys would recommend for me to start learning. (will be my first language)
here few preferences~
`takes less than few weeks
`will relate to either "games in creation or/ cheating" or "the web stuff like html" in some way. others may be okay
|
|
| Back to top |
|
 |
ZenX Grandmaster Cheater Supreme
Reputation: 1
Joined: 26 May 2007 Posts: 1021 Location: ">>Pointer<<" : Address 00400560 Offset :1FE
|
Posted: Tue Oct 16, 2007 5:34 am Post subject: |
|
|
Personally, i like Visual C# because it is very easy to program and use.
But i would suggest you start with Maybe Visual Basic, Assembly, or evem start with delphi.
As you learn one of those, you can move to a much more efficient and more complex language such as C++ or C
_________________
CEF Moderator since 2007 ^_^
ZenX-Engine |
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Tue Oct 16, 2007 7:40 am Post subject: |
|
|
| start with C.
|
|
| Back to top |
|
 |
nog_lorp Grandmaster Cheater
Reputation: 0
Joined: 26 Feb 2006 Posts: 743
|
Posted: Tue Oct 16, 2007 8:22 am Post subject: |
|
|
Definitely start with C. For web stuff, Javascript (browser side) + PHP or Perl (server side).
If you need a server with PHP / Perl, look for one on free-webhosts.com
_________________
Mutilated lips give a kiss on the wrist of the worm-like tips of tentacles expanding in my mind
I'm fine accepting only fresh brine you can get another drop of this yeah you wish |
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Tue Oct 16, 2007 8:37 am Post subject: |
|
|
No language will be 'mastered' in a few weeks. Takes time to get to know every aspect of a language. C/C++ will get you the furthest later on down the road as it's whats used to do just about everything. ASM and C# would be the next to languages behind that.
As for web development, I assume thats what you wanted to know, HTML for your basic website. PHP for more advanced things. SQL integration for holding data, Java for web-based applications, and use CSS' for styles and theme's. If you are looking for something to do quick work, just use HTML and CSS.
You can learn web languages here:
http://www.w3schools.com
|
|
| Back to top |
|
 |
GFCM Advanced Cheater
Reputation: 0
Joined: 03 Oct 2007 Posts: 62
|
Posted: Tue Oct 16, 2007 9:00 am Post subject: |
|
|
i would say go learn C. but you wont learn in a few weeks unless you spend a lot of time on it.
basically after you learn "the logic of programming" which pretty much isnt anywhere, it will be simple to programm in any language, even thought they have slight diff..
i started with C, now im focused in Java & C# and a few other applications that generates codes or are usefull somehow..
i would like to spend some time to learn more bout delphi (ppl say its easy, and market is paying big money here..)
IF, FOR, WHILE, are "the same" in every language..
[works the same way]
|
|
| Back to top |
|
 |
rawrthisname Grandmaster Cheater
Reputation: 0
Joined: 22 Jun 2006 Posts: 574
|
Posted: Tue Oct 16, 2007 12:43 pm Post subject: |
|
|
i sort of know html already.
what would C be able to do when using it? write aplications or what?
|
|
| Back to top |
|
 |
nog_lorp Grandmaster Cheater
Reputation: 0
Joined: 26 Feb 2006 Posts: 743
|
Posted: Tue Oct 16, 2007 2:44 pm Post subject: |
|
|
C is useful for creating executables (programs that run directly on your computer), for virtually any platform (windows, linux, mac - though one program won't work on all, you need to code it specifically for that platform).
C can also make libraries (On windows, DLLs).
Lastly, with CGI, C can be used like PHP - to construct web pages.
_________________
Mutilated lips give a kiss on the wrist of the worm-like tips of tentacles expanding in my mind
I'm fine accepting only fresh brine you can get another drop of this yeah you wish |
|
| Back to top |
|
 |
Heartless I post too much
Reputation: 0
Joined: 03 Dec 2006 Posts: 2436
|
Posted: Tue Oct 16, 2007 2:57 pm Post subject: |
|
|
| Binary.
|
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Tue Oct 16, 2007 4:08 pm Post subject: Re: [Computer languages] where to start |
|
|
| kiwibird wrote: | hi i was wondering what you guys would recommend for me to start learning. (will be my first language)
here few preferences~
`takes less than few weeks
`will relate to either "games in creation or/ cheating" or "the web stuff like html" in some way. others may be okay |
HTML
|
|
| Back to top |
|
 |
rawrthisname Grandmaster Cheater
Reputation: 0
Joined: 22 Jun 2006 Posts: 574
|
Posted: Tue Oct 16, 2007 7:09 pm Post subject: Re: [Computer languages] where to start |
|
|
| noz3001 wrote: | | kiwibird wrote: | hi i was wondering what you guys would recommend for me to start learning. (will be my first language)
here few preferences~
`takes less than few weeks
`will relate to either "games in creation or/ cheating" or "the web stuff like html" in some way. others may be okay |
HTML |
as i said.. after i wrote this thread i went and found a html tutorial.. i studied half of it from 12 - 1am, so in an hour already know half of it. i should probly finish learning to then ill get started on C
thanks for suggestions guys.
|
|
| Back to top |
|
 |
TerryDonahugh Master Cheater
Reputation: 0
Joined: 12 Sep 2007 Posts: 412 Location: .nl
|
Posted: Wed Oct 17, 2007 7:47 am Post subject: |
|
|
| Python. It is free, easy to learn and comes with an extensive standard library. There are packages like pygame, pyopengl and pyglet that can be used to write games. There are wrappers for low level win32 api calls aswell.
|
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Wed Oct 17, 2007 7:56 am Post subject: |
|
|
| slovach wrote: | | start with C. |
|
|
| Back to top |
|
 |
AngelSl Cheater
Reputation: 0
Joined: 13 Jul 2007 Posts: 34
|
Posted: Fri Oct 19, 2007 7:00 am Post subject: |
|
|
Start with Visual Basic.
_________________
|
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Fri Oct 19, 2007 7:12 am Post subject: |
|
|
| AngelSl wrote: | | Start with Visual Basic. |
Don't listen to this person !!!
|
|
| Back to top |
|
 |
|