| View previous topic :: View next topic |
| Author |
Message |
ihmed43 Expert Cheater
Reputation: 0
Joined: 04 May 2007 Posts: 150
|
Posted: Sat Aug 16, 2008 9:28 pm Post subject: [Help] Microsoft Visual C++ |
|
|
I want to learn how to create a trainer using C++ is it possible for someone to point me to something useful (a tut, vid, etc)
i want the tuts to teach me within these requirements
1) It teaches me to make a trainer
2) I dont want the .cpp files or .h files i wan the .dll files
3) It teaches specificly for microsoft visual C++
if these requirements are impossible plz tell me
if these requirements are possible but too demanding i will accept it just tell me which requirement it lacks
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Sat Aug 16, 2008 9:30 pm Post subject: Re: [Help] Microsoft Visual C++ |
|
|
| ihmed43 wrote: | I want to learn how to create a trainer using C++ is it possible for someone to point me to something useful (a tut, vid, etc)
i want the tuts to teach me within these requirements
1) It teaches me to make a trainer
2) I dont want the .cpp files or .h files i wan the .dll files
3) It teaches specificly for microsoft visual C++
if these requirements are impossible plz tell me
if these requirements are possible but too demanding i will accept it just tell me which requirement it lacks |
1. Learn the language. There's assloads of resources for it all over.
2. Uh... the DLL file is what you hope to create with said .cpp and .h files.
3. Learn the damn language, by the time you understand the basics of the language, and how the Win32 API works, you're golden.
|
|
| Back to top |
|
 |
Estraik Expert Cheater
Reputation: 0
Joined: 05 Feb 2008 Posts: 128
|
Posted: Sat Aug 16, 2008 9:52 pm Post subject: Re: [Help] Microsoft Visual C++ |
|
|
| ihmed43 wrote: | I want to learn how to create a trainer using C++ is it possible for someone to point me to something useful (a tut, vid, etc)
i want the tuts to teach me within these requirements
1) It teaches me to make a trainer
2) I dont want the .cpp files or .h files i wan the .dll files
3) It teaches specificly for microsoft visual C++
if these requirements are impossible plz tell me
if these requirements are possible but too demanding i will accept it just tell me which requirement it lacks |
Try this---> http://www.cplusplus.com/doc/tutorial/
Hope you learn.
|
|
| Back to top |
|
 |
Anden100 Grandmaster Cheater
Reputation: 0
Joined: 20 Apr 2007 Posts: 668
|
Posted: Sun Aug 17, 2008 1:12 am Post subject: Re: [Help] Microsoft Visual C++ |
|
|
| Estraik wrote: | | ihmed43 wrote: | I want to learn how to create a trainer using C++ is it possible for someone to point me to something useful (a tut, vid, etc)
i want the tuts to teach me within these requirements
1) It teaches me to make a trainer
2) I dont want the .cpp files or .h files i wan the .dll files
3) It teaches specificly for microsoft visual C++
if these requirements are impossible plz tell me
if these requirements are possible but too demanding i will accept it just tell me which requirement it lacks |
Try this---> http://www.cplusplus.com/doc/tutorial/
Hope you learn. |
The tutorial is kinda booring in the start, but as you move on (half way), it starts to get more useful and interesting
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Sun Aug 17, 2008 8:14 am Post subject: Re: [Help] Microsoft Visual C++ |
|
|
| ihmed43 wrote: | I want to learn how to create a trainer using C++ is it possible for someone to point me to something useful (a tut, vid, etc)
i want the tuts to teach me within these requirements
1) It teaches me to make a trainer
2) I dont want the .cpp files or .h files i wan the .dll files
3) It teaches specificly for microsoft visual C++
if these requirements are impossible plz tell me
if these requirements are possible but too demanding i will accept it just tell me which requirement it lacks |
Don't jump into a language and just expect to learn one specific section and be good with it. Learn the language from the ground up, then move into making more specific things with it, in your case, trainers. You wont learn if you just find something that shows how to make a trainer. You will learn how to copy paste code, how to create a dll project, and how to compile it. Which will get you no where but back here begging for help when something goes wrong.
Take the time to actually learn the language first.
_________________
- Retired. |
|
| Back to top |
|
 |
Heartless I post too much
Reputation: 0
Joined: 03 Dec 2006 Posts: 2436
|
|
| Back to top |
|
 |
HalfPrime Grandmaster Cheater
Reputation: 0
Joined: 12 Mar 2008 Posts: 532 Location: Right there...On your monitor
|
Posted: Sun Aug 17, 2008 9:14 pm Post subject: |
|
|
Source won't do him much good if he doesn't even understand the language.
_________________
|
|
| Back to top |
|
 |
|