 |
Cheat Engine The Official Site of Cheat Engine
|
| View previous topic :: View next topic |
| Author |
Message |
Jaak Expert Cheater
Reputation: 0
Joined: 02 Jul 2008 Posts: 176
|
Posted: Tue Dec 30, 2008 10:38 pm Post subject: [Help] Need application ideas |
|
|
Hello everyone. I've made attempts to learn C++ for Months and have had no success. ( lol) and have realized that what I'm lacking to grasp the concepts is experience. I have 3 cpp books that i've gotten over the months and the best that i would say is "C++ all-in-one desk reference for dummies"-7 books in1. It explains things better Well ive decide to start almost at the beginning and with that i'll need review. Thigns like strings, variables, etc. What i really need help on is ideas of what i can code to get experience. Applications small or large that will focus on key parts. (That's the only thing the book lacks) It's good at explaining things its just idk what to code that will get me better experience. If someone knows what i mean or has a reference that could help, feel free to post. My goal for the future is to become a sofware/computer engineer. To focus my interest in the coding language i would say security, working with / creating OS , creating applications.
Best regards to any help~
P.S - Question: What differentiates coding between code that is completing tasks within another program or code that is a new application in itself. Do these types of coding have names?
P.S.S- Quick noob question: What type of project would I make for when you make a black does .exe(name)- (Example: hello world in a dos window)
Last edited by Jaak on Wed Dec 31, 2008 8:16 am; edited 1 time in total |
|
| Back to top |
|
 |
clanner Master Cheater
Reputation: 0
Joined: 26 Jul 2006 Posts: 290
|
Posted: Tue Dec 30, 2008 10:54 pm Post subject: |
|
|
| Hey, im also learning c++ and I also have that dummies all in one book. I haven't really understood it since im just reading through it and not actually "learning" it. So I was wondering if you could show me some sources that you use when learning along the way. Sources that are different from the ones in the book that is. |
|
| Back to top |
|
 |
Jaak Expert Cheater
Reputation: 0
Joined: 02 Jul 2008 Posts: 176
|
Posted: Tue Dec 30, 2008 10:57 pm Post subject: |
|
|
| clanner wrote: | | Hey, im also learning c++ and I also have that dummies all in one book. I haven't really understood it since im just reading through it and not actually "learning" it. So I was wondering if you could show me some sources that you use when learning along the way. Sources that are different from the ones in the book that is. |
Do you mean like refrence books or source code? I don't have any code with me right now. I had deleted it last time because i had to uninstall my compiler. Sorry  |
|
| Back to top |
|
 |
killersamurai Expert Cheater
Reputation: 0
Joined: 10 Sep 2007 Posts: 197 Location: Colorado
|
Posted: Wed Dec 31, 2008 3:13 pm Post subject: |
|
|
Create a console based game. It can be an rpg or a simple card game. Instead of using a simple array, use a vector, list, stack, etc. If you're not good with pointers, create a linked list, stack, queue, etc instead of using the c++ implementation. For strings, implement your own. That way you can get good at overloading operators, templates, and you'll understand fully how string works. You could always do the same with a list,stack, queue, etc.
Here is a card dealing program I made if you need a reference. It was done in c, but you can always turn it into c++ for the experience. Even though it was done in c, it can still help you with memory allocation (c way), structures, and pointers.
| Code: |
http://forum.cheatengine.org/viewtopic.php?t=321295&postdays=0&postorder=asc&vote=viewresult
|
|
|
| Back to top |
|
 |
|
|
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
|
|