| View previous topic :: View next topic |
| Author |
Message |
WRYYYYYYY Expert Cheater
Reputation: 0
Joined: 28 Jun 2007 Posts: 164
|
Posted: Fri Jul 06, 2007 3:17 pm Post subject: |
|
|
C++ was built off C. From what I've seen, it's MUCH easier to use stuff in C++ than C, so I'd recommend doing C++.
If learning C++ is pretty hard for you, just start simple.
http://www.cplusplus.com/doc/tutorial/ Will help you immensely.
|
|
| Back to top |
|
 |
appalsap Moderator
Reputation: 0
Joined: 27 Apr 2006 Posts: 6753 Location: Pakistan
|
Posted: Fri Jul 06, 2007 3:22 pm Post subject: |
|
|
| WRYYYYYYY wrote: | | C++ was built off C. From what I've seen, it's MUCH easier to use stuff in C++ than C, so I'd recommend doing C++. |
If you're using C++, toggle6 probably won't compile for you. A lot of the features of the language changed, for an example: enum is a real type in C, it isn't in C++.
"Easy" is a matter of opinion, I don't think it's easy at all. Well unless you mean easy to make bad habits like declaring variables in the middle of loops.
Also, Windows, and the Windows API (except for COM, but that was made because of high demand from C++ programmers) is in C. Sometimes you simply need that extra performance.
|
|
| Back to top |
|
 |
jeremy6996 Expert Cheater
Reputation: 0
Joined: 20 May 2007 Posts: 100
|
Posted: Sat Jul 07, 2007 11:21 pm Post subject: |
|
|
I got a great book and its teaching me really fast, in two days I have gotten further then I ever have. =P I actually don't think i'm going to say "Screw it" anymore. Lol, I got C++ for VB programers. Its a great book. It teachs you a whole bunch of stuff and tells you what everything does and what it means(unlike thoughs java books "Open up cmd then blu,blublu") And it doesnt spend 3 years on the mindless crap like how many diffrent ways there are to add in C++. I'm already creating my own function like. Look =P
| Code: | | #define cut_in_two(x) (x/2) |
XD
I know its really simple but I'm doing other stuff to. Its actually really fun.
XD i'm scared to turn the page. I don't want to give up again. Though I peeked ahead just some simple loops. Still.
P.S Does C support GUI Application?
*edit*
| WRYYYYYYY wrote: | DLL isn't a programming language, it's something made in any language that you can inject into a program and run it's code. But if you want to make a dll for gunz or most anything else, you have to make it in C as that's what the gunz and most other programs are made in.
Nevermind what's simpler. start with C++, it's much more powerful than VB. |
So I can't hack gunz in C++, most games are made in C++ and not C right? Is'nt C++ a more powerful language?
|
|
| Back to top |
|
 |
Noz3001 I'm a spammer
Reputation: 26
Joined: 29 May 2006 Posts: 6220 Location: /dev/null
|
Posted: Sun Jul 08, 2007 2:49 am Post subject: |
|
|
| YOu can hack gunz with C++, C does support UI's.
|
|
| Back to top |
|
 |
jeremy6996 Expert Cheater
Reputation: 0
Joined: 20 May 2007 Posts: 100
|
Posted: Sun Jul 08, 2007 2:58 pm Post subject: |
|
|
| noz3001 wrote: | | YOu can hack gunz with C++, C does support UI's. |
ookay, but I stiil have one more question whats the rating of C++ to C?
|
|
| Back to top |
|
 |
|