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 


How long did it take you to learn your first language?
Goto page Previous  1, 2, 3  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Krloz
Grandmaster Cheater
Reputation: 0

Joined: 25 May 2006
Posts: 525
Location: Mexic00l

PostPosted: Sun Apr 29, 2007 2:15 pm    Post subject: Reply with quote

U know if you master C or atleast learn it enough u will be ready for any language
_________________
Pin Skipper
Banned by x0r on Tue May 69, 3662 24:09 am. Expires: ForeVa
Reason: Copying gamesguru sig
Back to top
View user's profile Send private message
Kevin
Grandmaster Cheater Supreme
Reputation: 0

Joined: 07 Mar 2007
Posts: 1139
Location: Spiderman-World

PostPosted: Wed May 02, 2007 1:12 pm    Post subject: Reply with quote

My first was basic html, took like 1-2 hours. Now coding my own websites (still learning)
Back to top
View user's profile Send private message MSN Messenger
Losplagos
Expert Cheater
Reputation: 0

Joined: 21 Mar 2006
Posts: 172
Location: Knee deep in a c++ book

PostPosted: Fri May 18, 2007 6:48 pm    Post subject: Reply with quote

Im still learning c++.

I can make basic math programs that kind of thing im having a little trouble learning arrays and loops.

From hello world to arrays which im on right now it took about 3 - 5 days.

_________________

Earthbound = 31337
Back to top
View user's profile Send private message
nox
Expert Cheater
Reputation: 0

Joined: 09 Apr 2007
Posts: 227
Location: brooklyn

PostPosted: Tue May 22, 2007 12:59 pm    Post subject: Reply with quote

took me 525,600 minutes
Back to top
View user's profile Send private message
TheSorc3r3r
I post too much
Reputation: 0

Joined: 06 Sep 2006
Posts: 2404

PostPosted: Tue May 22, 2007 2:51 pm    Post subject: Reply with quote

Krloz wrote:
U know if you master C or atleast learn it enough u will be ready for any language


That's not true Confused . Ex: C and Python are two completely different languages.. certainly learning one gives general programming experience, but no (except C++) languages are based off C.

_________________


Don't laugh, I'm still learning photoshop!
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 May 22, 2007 2:53 pm    Post subject: Reply with quote

TheSorc3r3r wrote:
Krloz wrote:
U know if you master C or atleast learn it enough u will be ready for any language


That's not true Confused . Ex: C and Python are two completely different languages.. certainly learning one gives general programming experience, but no (except C++) languages are based off C.


I think it's true. Only the syntax changes. The logic is still there.
Back to top
View user's profile Send private message MSN Messenger
nox
Expert Cheater
Reputation: 0

Joined: 09 Apr 2007
Posts: 227
Location: brooklyn

PostPosted: Tue May 22, 2007 3:05 pm    Post subject: Reply with quote

TheSorc3r3r wrote:
Krloz wrote:
U know if you master C or atleast learn it enough u will be ready for any language


That's not true Confused . Ex: C and Python are two completely different languages.. certainly learning one gives general programming experience, but no (except C++) languages are based off C.

he said you'd be ready for any language, not jump into it and know everything. also - java is based off of C++, and PHP is based off of C.
Back to top
View user's profile Send private message
appalsap
Moderator
Reputation: 0

Joined: 27 Apr 2006
Posts: 6753
Location: Pakistan

PostPosted: Tue May 22, 2007 3:36 pm    Post subject: Reply with quote

nox wrote:
he said you'd be ready for any language, not jump into it and know everything. also - java is based off of C++, and PHP is based off of C.


wrong, nox.

PHP is based off Perl (as it once was a collection of perl scripts) and java has roots, and was designed to fix some problems in C++, but is not based off C++.
Back to top
View user's profile Send private message
nox
Expert Cheater
Reputation: 0

Joined: 09 Apr 2007
Posts: 227
Location: brooklyn

PostPosted: Tue May 22, 2007 3:50 pm    Post subject: Reply with quote

appalsap wrote:
nox wrote:
he said you'd be ready for any language, not jump into it and know everything. also - java is based off of C++, and PHP is based off of C.


wrong, nox.

PHP is based off Perl (as it once was a collection of perl scripts) and java has roots, and was designed to fix some problems in C++, but is not based off C++.

http://en.wikipedia.org/wiki/Java_(programming_language)

Quote:
The language itself derives much of its syntax from C and C++ but has a simpler object model and fewer low-level facilities.

if you're worried about the validity of the source feel free to google it or just read the external links at the end of the article


http://en.wikipedia.org/wiki/PHP#History

Quote:
PHP was written as a set of CGI binaries in the C programming language by the Danish/Greenlandic programmer Rasmus Lerdorf in 1994, to replace a small set of Perl scripts he had been using to maintain his personal homepage.

not the same as "based off of"..but whatever
Back to top
View user's profile Send private message
Iwannahaxrs
Advanced Cheater
Reputation: 0

Joined: 30 Nov 2006
Posts: 73

PostPosted: Tue May 22, 2007 3:59 pm    Post subject: Reply with quote

first language is game maker. Ive used it for 5 years, still learning.
_________________
Back to top
View user's profile Send private message
.....zzz
Expert Cheater
Reputation: 0

Joined: 01 May 2006
Posts: 222
Location: good question...

PostPosted: Tue May 22, 2007 4:05 pm    Post subject: Java Reply with quote

Took me a year to get used to java, and now im perfecting it. I understand all the concepts, its just i cant make something thats perfect, and i have limited skills (but i can code a pretty decent amount)

Still learning, and going to use next year to completely master it.

_________________
<img src='http://irc.ircforge.net:90/?u=XIIX&bg=1'>
I am not a pawn hacker, please stop calling me one, i am just a pro.
Back to top
View user's profile Send private message
:)
Newbie cheater
Reputation: 0

Joined: 22 May 2007
Posts: 21

PostPosted: Tue May 22, 2007 4:44 pm    Post subject: Reply with quote

appalsap wrote:
I did spend a long time reading books, reading a lot of code and being confused, but as its happened to me and will to you, things will just "click" one day and make sense, best advice I have to you is to write programs, and read code/improve on it. Best type of a place is a forum/peer review environment, not CEF is particular though, for a number of reasons I'd rather not outline.

i will for you then;
1. rude people with absolutely no intention of learning.
2. the spam is horrid, making it virtually impossible to actually have an intellectual conversation with somebody.
3. lets just say the majority of the people here are special. Smile
Back to top
View user's profile Send private message
TheSorc3r3r
I post too much
Reputation: 0

Joined: 06 Sep 2006
Posts: 2404

PostPosted: Tue May 22, 2007 5:24 pm    Post subject: Reply with quote

noz3001 wrote:
TheSorc3r3r wrote:
Krloz wrote:
U know if you master C or atleast learn it enough u will be ready for any language


That's not true Confused . Ex: C and Python are two completely different languages.. certainly learning one gives general programming experience, but no (except C++) languages are based off C.


I think it's true. Only the syntax changes. The logic is still there.


There's a lot of difference between the logic of python and C. The idea of dynamic variables astounded me when I first read it..

_________________


Don't laugh, I'm still learning photoshop!
Back to top
View user's profile Send private message
oib111
I post too much
Reputation: 0

Joined: 02 Apr 2007
Posts: 2947
Location: you wanna know why?

PostPosted: Sat May 26, 2007 10:45 am    Post subject: Reply with quote

I learned asm in about a month...I learned, I learned .bat commands in a day, I'm currently learning delphi coding, and then I'm gonna learn C
_________________


8D wrote:

cigs dont make people high, which weed does, which causes them to do bad stuff. like killing
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
blackcat080
How do I cheat?
Reputation: 0

Joined: 26 May 2007
Posts: 3

PostPosted: Sat May 26, 2007 2:02 pm    Post subject: Reply with quote

I learned HTML coding in less then 2hrs Very Happy

HTML=Easiest o_o
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 Previous  1, 2, 3  Next
Page 2 of 3

 
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