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 just started C++

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
AndrewMan
Grandmaster Cheater Supreme
Reputation: 0

Joined: 01 Aug 2007
Posts: 1257

PostPosted: Tue Sep 16, 2008 3:39 pm    Post subject: I just started C++ Reply with quote

Im a Sophmore in HighSchool, I got classes and sports, and my schedule is real tight.

I've planned out a way for me to break in at least an hour of programming a day.

Can someone give me some "Beginner" projects I should start off with?

Examples: Calculator, Clock, Stop Watch, etc.

Thanks guys, and I'm going to skip consoles, and go straight for Win32.

If you know any good sites for Win32, and not consoles, please post here.

Thanks guys!

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

Joined: 24 Dec 2007
Posts: 1268

PostPosted: Tue Sep 16, 2008 3:45 pm    Post subject: Re: I just started C++ Reply with quote

AndrewMan wrote:
Im a Sophmore in HighSchool, I got classes and sports, and my schedule is real tight.

I've planned out a way for me to break in at least an hour of programming a day.

Can someone give me some "Beginner" projects I should start off with?

Examples: Calculator, Clock, Stop Watch, etc.

Thanks guys, and I'm going to skip consoles, and go straight for Win32.

If you know any good sites for Win32, and not consoles, please post here.

Thanks guys!


MY suggestion is to start with consoles. Since you know nothing about programming, it is easier. In the long run, you will get further with starting with consoles.

Google "C Plus Plus" and click on the first link. Then take the tutorial/lesson

_________________
Back to top
View user's profile Send private message Send e-mail
AndrewMan
Grandmaster Cheater Supreme
Reputation: 0

Joined: 01 Aug 2007
Posts: 1257

PostPosted: Tue Sep 16, 2008 3:46 pm    Post subject: Re: I just started C++ Reply with quote

kitterz wrote:
AndrewMan wrote:
Im a Sophmore in HighSchool, I got classes and sports, and my schedule is real tight.

I've planned out a way for me to break in at least an hour of programming a day.

Can someone give me some "Beginner" projects I should start off with?

Examples: Calculator, Clock, Stop Watch, etc.

Thanks guys, and I'm going to skip consoles, and go straight for Win32.

If you know any good sites for Win32, and not consoles, please post here.

Thanks guys!


MY suggestion is to start with consoles. Since you know nothing about programming, it is easier. In the long run, you will get further with starting with consoles.

Google "C Plus Plus" and click on the first link. Then take the tutorial/lesson


I know most of C#/VB.Net

Should I really start with consoles? gahh.. I REALLLY hate them.

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

Joined: 12 Mar 2008
Posts: 532
Location: Right there...On your monitor

PostPosted: Tue Sep 16, 2008 3:59 pm    Post subject: Reply with quote

sim through a tut to make sure you understand everything. Then make a couple little console programs and move on to http://www.winprog.org/tutorial/.
_________________
Back to top
View user's profile Send private message
kitterz
Grandmaster Cheater Supreme
Reputation: 0

Joined: 24 Dec 2007
Posts: 1268

PostPosted: Tue Sep 16, 2008 4:10 pm    Post subject: Re: I just started C++ Reply with quote

AndrewMan wrote:
kitterz wrote:
AndrewMan wrote:
Im a Sophmore in HighSchool, I got classes and sports, and my schedule is real tight.

I've planned out a way for me to break in at least an hour of programming a day.

Can someone give me some "Beginner" projects I should start off with?

Examples: Calculator, Clock, Stop Watch, etc.

Thanks guys, and I'm going to skip consoles, and go straight for Win32.

If you know any good sites for Win32, and not consoles, please post here.

Thanks guys!


MY suggestion is to start with consoles. Since you know nothing about programming, it is easier. In the long run, you will get further with starting with consoles.

Google "C Plus Plus" and click on the first link. Then take the tutorial/lesson


I know most of C#/VB.Net

Should I really start with consoles? gahh.. I REALLLY hate them.


You know lots of C#? Thats pretty close to C++. Anyways, go with the forge's win32 tutorial, like they guy above me posted.

_________________
Back to top
View user's profile Send private message Send e-mail
AndrewMan
Grandmaster Cheater Supreme
Reputation: 0

Joined: 01 Aug 2007
Posts: 1257

PostPosted: Tue Sep 16, 2008 4:13 pm    Post subject: Re: I just started C++ Reply with quote

kitterz wrote:
AndrewMan wrote:
kitterz wrote:
AndrewMan wrote:
Im a Sophmore in HighSchool, I got classes and sports, and my schedule is real tight.

I've planned out a way for me to break in at least an hour of programming a day.

Can someone give me some "Beginner" projects I should start off with?

Examples: Calculator, Clock, Stop Watch, etc.

Thanks guys, and I'm going to skip consoles, and go straight for Win32.

If you know any good sites for Win32, and not consoles, please post here.

Thanks guys!


MY suggestion is to start with consoles. Since you know nothing about programming, it is easier. In the long run, you will get further with starting with consoles.

Google "C Plus Plus" and click on the first link. Then take the tutorial/lesson


I know most of C#/VB.Net

Should I really start with consoles? gahh.. I REALLLY hate them.


You know lots of C#? Thats pretty close to C++. Anyways, go with the forge's win32 tutorial, like they guy above me posted.


Based on the source code i've read with C++, most of it isn't similar to C# at all.

_________________
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 Sep 16, 2008 5:58 pm    Post subject: Reply with quote

If you can't program for console you have no chance at programming a UI.
Back to top
View user's profile Send private message MSN Messenger
manc
Grandmaster Cheater
Reputation: 1

Joined: 16 Jun 2006
Posts: 551

PostPosted: Tue Sep 16, 2008 7:58 pm    Post subject: Reply with quote

Step 1: Learn Basic Syntax (www.cplusplus.com/tutorial)

Step 2: Write a "Guess the Number", or other simple console App's to get a hang of the basics

Step 3: NOW you can move into Win32 (http://www.winprog.org/tutorial)

Step 4: ??????????

Step 5: PROFIT!!!!

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

Joined: 01 Aug 2007
Posts: 1257

PostPosted: Tue Sep 16, 2008 8:03 pm    Post subject: Reply with quote

Thanks everyone for the help.

I have a quick question: Doesn't Visual C++ already offer a toolbox and everything for GUI? Couldn't I just create a form, add a button, than add code to a button?

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

Joined: 25 Mar 2007
Posts: 1095

PostPosted: Tue Sep 16, 2008 8:12 pm    Post subject: Reply with quote

I started C++ with Win32. I love the Win32 APIs. In my opinion, they are much simpler than the C/C++ runtimes.

Btw, Visual C++ is different from C++. Visual C++'s syntax is similar to Visual Basic.
Back to top
View user's profile Send private message
AndrewMan
Grandmaster Cheater Supreme
Reputation: 0

Joined: 01 Aug 2007
Posts: 1257

PostPosted: Wed Sep 17, 2008 6:17 pm    Post subject: Reply with quote

rapion124 wrote:
I started C++ with Win32. I love the Win32 APIs. In my opinion, they are much simpler than the C/C++ runtimes.

Btw, Visual C++ is different from C++. Visual C++'s syntax is similar to Visual Basic.


Visual C++ already has like a built-in UI maker. Can someone answer my question above?

_________________
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: Thu Sep 18, 2008 2:38 am    Post subject: Reply with quote

AndrewMan wrote:
rapion124 wrote:
I started C++ with Win32. I love the Win32 APIs. In my opinion, they are much simpler than the C/C++ runtimes.

Btw, Visual C++ is different from C++. Visual C++'s syntax is similar to Visual Basic.


Visual C++ already has like a built-in UI maker. Can someone answer my question above?


You can used dialogs to create windows like that but you still need to write all the code to handle the window.
Back to top
View user's profile Send private message MSN Messenger
Polynomial
Grandmaster Cheater
Reputation: 5

Joined: 17 Feb 2008
Posts: 524
Location: Inside the Intel CET shadow stack

PostPosted: Thu Sep 18, 2008 7:21 am    Post subject: Reply with quote

rapion124 wrote:
Visual C++'s syntax is similar to Visual Basic.


That's the funniest thing I've heard in months. But I know what you meant - VC++ allows you to create forms using MFC. If you create a Windows Forms (MFC) application project in VC++ it will (should Razz) automatically run the form, which you can deal with in an event-based environment.
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
Page 1 of 1

 
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