| View previous topic :: View next topic |
| Author |
Message |
Chidori Grandmaster Cheater
Reputation: 1
Joined: 25 Apr 2008 Posts: 691 Location: Canada
|
Posted: Thu Aug 14, 2008 4:48 pm Post subject: i have microsoft visual c++ what does it do? |
|
|
| i mean i use it to make a titan server but i dont do that anymore, s what does it do?
|
|
| Back to top |
|
 |
lurc Grandmaster Cheater Supreme
Reputation: 2
Joined: 13 Nov 2006 Posts: 1900
|
Posted: Thu Aug 14, 2008 4:51 pm Post subject: |
|
|
It is a C++ IDE/Compiler.
You can make programs using it.
_________________
|
|
| Back to top |
|
 |
Chidori Grandmaster Cheater
Reputation: 1
Joined: 25 Apr 2008 Posts: 691 Location: Canada
|
Posted: Thu Aug 14, 2008 5:25 pm Post subject: |
|
|
| lurc wrote: | It is a C++ IDE/Compiler.
You can make programs using it. | how what do i start of with
|
|
| Back to top |
|
 |
pkedpker Master Cheater
Reputation: 1
Joined: 11 Oct 2006 Posts: 412
|
Posted: Thu Aug 14, 2008 5:32 pm Post subject: |
|
|
google C++ hello world
thats how you start
|
|
| Back to top |
|
 |
blackdog Expert Cheater
Reputation: 0
Joined: 02 Aug 2006 Posts: 101
|
Posted: Thu Aug 14, 2008 5:51 pm Post subject: |
|
|
Is visual C++ and visual Java the same thing as C++ or Java, or is there a difference cause it's visual?
Last edited by blackdog on Thu Aug 14, 2008 8:32 pm; edited 1 time in total |
|
| Back to top |
|
 |
Chidori Grandmaster Cheater
Reputation: 1
Joined: 25 Apr 2008 Posts: 691 Location: Canada
|
Posted: Thu Aug 14, 2008 5:51 pm Post subject: |
|
|
| pkedpker wrote: | google C++ hello world
thats how you start | k or i can get that book from the library c++ for dummies
|
|
| Back to top |
|
 |
pkedpker Master Cheater
Reputation: 1
Joined: 11 Oct 2006 Posts: 412
|
Posted: Thu Aug 14, 2008 5:52 pm Post subject: |
|
|
| blackdog wrote: | | Is visual C++ and visual Java the same thing as C++ or Java or there a difference cause it's visual? |
java and C++ have similar coding style.. but java is much easier and doesn't give you access to hack C++ related games..
basically anything written in C++ (mostly everything thats .EXE) could be hacked by C++
anything written in java could be hacked by java.
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8586 Location: 127.0.0.1
|
Posted: Thu Aug 14, 2008 9:55 pm Post subject: |
|
|
| pkedpker wrote: | | blackdog wrote: | | Is visual C++ and visual Java the same thing as C++ or Java or there a difference cause it's visual? |
java and C++ have similar coding style.. but java is much easier and doesn't give you access to hack C++ related games..
basically anything written in C++ (mostly everything thats .EXE) could be hacked by C++
anything written in java could be hacked by java. |
Eh.. thats not exactly the best logic to have. You can hack anything written in anything, with just about any language. Doesn't have to be the same it was created in.
As for the difference, the visual part refers to the MFC side of C++.
Microsoft Visual Studio itself is just an IDE / compiler combo for various languages depending on what you have installed. In your case, you mentioned Microsoft Visual Studio C++, this would be the IDE / complier combo used for creating C/C++ applications.
Same with Java, the Visual side is the Microsoft extensions added to the language to create specific objects and such faster.
_________________
- Retired. |
|
| Back to top |
|
 |
TeNsIOn Advanced Cheater
Reputation: 0
Joined: 10 Jun 2008 Posts: 66
|
Posted: Mon Sep 01, 2008 4:19 pm Post subject: |
|
|
| chidori257 wrote: | | pkedpker wrote: | google C++ hello world
thats how you start | k or i can get that book from the library c++ for dummies |
I got that book; it's pretty hard for nubs, you need sumthn basic like Beginning C++ through game programming. that was my first c++ book. its very basic
_________________
Respect List
- DarkByte
- x0r
- Wiccaan
_________________
My Projects
_________________
- Combat Arms D3D Hook (Just need a bypass)
- Maple Story Trainer
- WarRock D3D Hook (needs bypass) |
|
| Back to top |
|
 |
BanMe Master Cheater
Reputation: 0
Joined: 29 Nov 2005 Posts: 375 Location: Farmington NH, USA
|
Posted: Mon Sep 01, 2008 8:24 pm Post subject: |
|
|
yes it is a C++ Compiler/IDE(Integrated Developement Environment) but what you can do with it without the sdk isn't to great
or the PSDK as they call it now... so download the psdk and install it.. very simple.. now goto Program File->Microsoft SDK->Register with VC++.. this registers all the paths and just with VC++... you can also add directorys manuelly which i find more useful for most projects... simply by opening VC++ and going to Tools->Options
Project and solutions->VC++ Directories and pick from the combo box on the upper right to add each type or file in the directory..(BIN>LIB>INC>) so forth...
greets BanMe
|
|
| Back to top |
|
 |
|