Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


[Computer languages] where to start
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
rawrthisname
Grandmaster Cheater
Reputation: 0

Joined: 22 Jun 2006
Posts: 574

PostPosted: Tue Oct 16, 2007 4:23 am    Post subject: [Computer languages] where to start Reply with quote

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
View user's profile Send private message
ZenX
Grandmaster Cheater Supreme
Reputation: 1

Joined: 26 May 2007
Posts: 1021
Location: ">>Pointer<<" : Address 00400560 Offset :1FE

PostPosted: Tue Oct 16, 2007 5:34 am    Post subject: Reply with quote

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
View user's profile Send private message Yahoo Messenger
hcavolsdsadgadsg
I'm a spammer
Reputation: 26

Joined: 11 Jun 2007
Posts: 5801

PostPosted: Tue Oct 16, 2007 7:40 am    Post subject: Reply with quote

start with C.
Back to top
View user's profile Send private message
nog_lorp
Grandmaster Cheater
Reputation: 0

Joined: 26 Feb 2006
Posts: 743

PostPosted: Tue Oct 16, 2007 8:22 am    Post subject: Reply with quote

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
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Tue Oct 16, 2007 8:37 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
GFCM
Advanced Cheater
Reputation: 0

Joined: 03 Oct 2007
Posts: 62

PostPosted: Tue Oct 16, 2007 9:00 am    Post subject: Reply with quote

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]

Wink
Back to top
View user's profile Send private message
rawrthisname
Grandmaster Cheater
Reputation: 0

Joined: 22 Jun 2006
Posts: 574

PostPosted: Tue Oct 16, 2007 12:43 pm    Post subject: Reply with quote

i sort of know html already.

what would C be able to do when using it? write aplications or what?
Back to top
View user's profile Send private message
nog_lorp
Grandmaster Cheater
Reputation: 0

Joined: 26 Feb 2006
Posts: 743

PostPosted: Tue Oct 16, 2007 2:44 pm    Post subject: Reply with quote

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
View user's profile Send private message
Heartless
I post too much
Reputation: 0

Joined: 03 Dec 2006
Posts: 2436

PostPosted: Tue Oct 16, 2007 2:57 pm    Post subject: Reply with quote

Binary.
Back to top
View user's profile Send private message
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Tue Oct 16, 2007 4:08 pm    Post subject: Re: [Computer languages] where to start Reply with quote

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
View user's profile Send private message MSN Messenger
rawrthisname
Grandmaster Cheater
Reputation: 0

Joined: 22 Jun 2006
Posts: 574

PostPosted: Tue Oct 16, 2007 7:09 pm    Post subject: Re: [Computer languages] where to start Reply with quote

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
View user's profile Send private message
TerryDonahugh
Master Cheater
Reputation: 0

Joined: 12 Sep 2007
Posts: 412
Location: .nl

PostPosted: Wed Oct 17, 2007 7:47 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
DeletedUser14087
I post too much
Reputation: 2

Joined: 21 Jun 2006
Posts: 3069

PostPosted: Wed Oct 17, 2007 7:56 am    Post subject: Reply with quote

slovach wrote:
start with C.
Back to top
View user's profile Send private message
AngelSl
Cheater
Reputation: 0

Joined: 13 Jul 2007
Posts: 34

PostPosted: Fri Oct 19, 2007 7:00 am    Post subject: Reply with quote

Start with Visual Basic.
_________________
Back to top
View user's profile Send private message
DeletedUser14087
I post too much
Reputation: 2

Joined: 21 Jun 2006
Posts: 3069

PostPosted: Fri Oct 19, 2007 7:12 am    Post subject: Reply with quote

AngelSl wrote:
Start with Visual Basic.


Don't listen to this person !!!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites