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 


I am thinking about learning C++.
Goto page 1, 2, 3, 4  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
Benji
Random spam moderator
Reputation: 3

Joined: 31 Dec 2007
Posts: 61
Location: The Netherlands

PostPosted: Wed Jan 21, 2009 10:19 am    Post subject: I am thinking about learning C++. Reply with quote

I know it's a very hard programming language to learn, and I'm only 13 but I should be able to do it.

Can somebody please help me with what is needed to make things in C++?
Or stuff like that, you know Very Happy.

Thanks in forward.
~ Benji

_________________
Back to top
View user's profile Send private message
Zerith
Master Cheater
Reputation: 1

Joined: 07 Oct 2007
Posts: 468

PostPosted: Wed Jan 21, 2009 11:30 am    Post subject: Reply with quote

It's not a hard programming language at all, and you're only 13? that's old!, you should start as soon as possible.
Back to top
View user's profile Send private message MSN Messenger
Benji
Random spam moderator
Reputation: 3

Joined: 31 Dec 2007
Posts: 61
Location: The Netherlands

PostPosted: Wed Jan 21, 2009 12:11 pm    Post subject: Reply with quote

Zerith wrote:
It's not a hard programming language at all, and you're only 13? that's old!, you should start as soon as possible.

Yes, I know that I should start as soon as possible, but how would I do that with no help 3:

_________________
Back to top
View user's profile Send private message
argarg
Cheater
Reputation: 0

Joined: 19 Jul 2005
Posts: 45

PostPosted: Wed Jan 21, 2009 12:25 pm    Post subject: Reply with quote

Zerith wrote:
It's not a hard programming language at all, and you're only 13? that's old!, you should start as soon as possible.


It actually is a hard programming language since you have to deal with many low-level stuff like pointers and memory management and also pretty advanced stuff like virtual functions, multiple inheritance templates and much more. If you find it easy to learn than that's great but almost any other language will be easier (python for exemple).

_________________
slovach wrote:
You haven't lived until you stuff your own dick into your ass.
Back to top
View user's profile Send private message
Benji
Random spam moderator
Reputation: 3

Joined: 31 Dec 2007
Posts: 61
Location: The Netherlands

PostPosted: Wed Jan 21, 2009 1:01 pm    Post subject: Reply with quote

argarg wrote:
Zerith wrote:
It's not a hard programming language at all, and you're only 13? that's old!, you should start as soon as possible.


It actually is a hard programming language since you have to deal with many low-level stuff like pointers and memory management and also pretty advanced stuff like virtual functions, multiple inheritance templates and much more. If you find it easy to learn than that's great but almost any other language will be easier (python for exemple).

Still didn't answer my question 3:

_________________
Back to top
View user's profile Send private message
lurc
Grandmaster Cheater Supreme
Reputation: 2

Joined: 13 Nov 2006
Posts: 1900

PostPosted: Wed Jan 21, 2009 1:37 pm    Post subject: Reply with quote

You can learn here:
http://www.cplusplus.com/doc/tutorial/

You will need a IDE and Compiler:
http://www.microsoft.com/express/vc/

And the SDK for it:
http://www.microsoft.com/downloads/details.aspx?familyid=30402623-93ca-479a-867c-04dc45164f5b&displaylang=en

I started when I was 13, almost 14 and it wasn't that difficult.

_________________
Back to top
View user's profile Send private message
crayzbeef
Expert Cheater
Reputation: 0

Joined: 21 Jan 2007
Posts: 101

PostPosted: Wed Jan 21, 2009 1:43 pm    Post subject: Reply with quote

lurc wrote:
You can learn here:
http://www.cplusplus.com/doc/tutorial/

You will need a IDE and Compiler:
http://www.microsoft.com/express/vc/

And the SDK for it:
http://www.microsoft.com/downloads/details.aspx?familyid=30402623-93ca-479a-867c-04dc45164f5b&displaylang=en

I started when I was 13, almost 14 and it wasn't that difficult.


Probably because you didn't learn the advanced stuff of C++.
Back to top
View user's profile Send private message
Benji
Random spam moderator
Reputation: 3

Joined: 31 Dec 2007
Posts: 61
Location: The Netherlands

PostPosted: Wed Jan 21, 2009 1:48 pm    Post subject: Reply with quote

lurc wrote:
You can learn here:
http://www.cplusplus.com/doc/tutorial/

You will need a IDE and Compiler:
http://www.microsoft.com/express/vc/

And the SDK for it:
http://www.microsoft.com/downloads/details.aspx?familyid=30402623-93ca-479a-867c-04dc45164f5b&displaylang=en

I started when I was 13, almost 14 and it wasn't that difficult.

Awesome Very Happy
I was thinking about learning C++ so I could hack greater games.

Thanks for the links. Have a +rep.

_________________
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: Wed Jan 21, 2009 1:53 pm    Post subject: Reply with quote

crayzbeef wrote:
lurc wrote:
You can learn here:
http://www.cplusplus.com/doc/tutorial/

You will need a IDE and Compiler:
http://www.microsoft.com/express/vc/

And the SDK for it:
http://www.microsoft.com/downloads/details.aspx?familyid=30402623-93ca-479a-867c-04dc45164f5b&displaylang=en

I started when I was 13, almost 14 and it wasn't that difficult.


Probably because you didn't learn the advanced stuff of C++.


Anyone who learns the advanced stuff straight away is just an impatient idiot. Learn the basics like how the program flows, variables and functions (obviously the syntax too) and then move on to arrays, pointers and such.

This method is called "learning". The more you use this method the more you will understand Wink
Back to top
View user's profile Send private message MSN Messenger
rapion124
Grandmaster Cheater Supreme
Reputation: 0

Joined: 25 Mar 2007
Posts: 1095

PostPosted: Wed Jan 21, 2009 1:56 pm    Post subject: Reply with quote

[url=msdn.microsoft.com]MSDN[/url]

Read the C++ documentation section.
Back to top
View user's profile Send private message
Benji
Random spam moderator
Reputation: 3

Joined: 31 Dec 2007
Posts: 61
Location: The Netherlands

PostPosted: Wed Jan 21, 2009 2:04 pm    Post subject: Reply with quote

noz3001 wrote:
crayzbeef wrote:
lurc wrote:
You can learn here:
http://www.cplusplus.com/doc/tutorial/

You will need a IDE and Compiler:
http://www.microsoft.com/express/vc/

And the SDK for it:
http://www.microsoft.com/downloads/details.aspx?familyid=30402623-93ca-479a-867c-04dc45164f5b&displaylang=en

I started when I was 13, almost 14 and it wasn't that difficult.


Probably because you didn't learn the advanced stuff of C++.


Anyone who learns the advanced stuff straight away is just an impatient idiot. Learn the basics like how the program flows, variables and functions (obviously the syntax too) and then move on to arrays, pointers and such.

This method is called "learning". The more you use this method the more you will understand Wink

But you should know English isn't my home language, would that make it harder for me? Even altho I passed my English exam already.

_________________
Back to top
View user's profile Send private message
Heartless
I post too much
Reputation: 0

Joined: 03 Dec 2006
Posts: 2436

PostPosted: Wed Jan 21, 2009 2:10 pm    Post subject: Reply with quote

Not knowing english won't stop you. With the english yo uused to type these post, I say it won't be hard for you to learn C++.

Jst reading some tutorials won't help, you also need to pratice making some programs.

_________________
What dosen't kill you, usually does the second time.
Back to top
View user's profile Send private message
Benji
Random spam moderator
Reputation: 3

Joined: 31 Dec 2007
Posts: 61
Location: The Netherlands

PostPosted: Wed Jan 21, 2009 2:13 pm    Post subject: Reply with quote

HornyAZNBoy wrote:
Not knowing english won't stop you. With the english yo uused to type these post, I say it won't be hard for you to learn C++.

Jst reading some tutorials won't help, you also need to pratice making some programs.

Okay then, I'm looking forward.
But don't you have to pay for a C++ builder or something?

_________________


Last edited by Benji on Wed Jan 21, 2009 2:15 pm; edited 1 time in total
Back to top
View user's profile Send private message
Heartless
I post too much
Reputation: 0

Joined: 03 Dec 2006
Posts: 2436

PostPosted: Wed Jan 21, 2009 2:15 pm    Post subject: Reply with quote

The compiler downed from Microsoft is free.
_________________
What dosen't kill you, usually does the second time.
Back to top
View user's profile Send private message
Benji
Random spam moderator
Reputation: 3

Joined: 31 Dec 2007
Posts: 61
Location: The Netherlands

PostPosted: Wed Jan 21, 2009 2:18 pm    Post subject: Reply with quote

HornyAZNBoy wrote:
The compiler downed from Microsoft is free.

I'm downloading Microsoft Visual C++ 2008 express edition ATM, is that the right one?

_________________
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, 3, 4  Next
Page 1 of 4

 
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