What Language do you program in?

Post here about scripting and programming for HaloPC (audio, network, ai, etc.)
Patrickssj6




Pi Collaborator

Posts: 5426
Joined: Sat Jul 24, 2004 12:12 pm
Location: I'm a Paranoid
Contact:

Post by Patrickssj6 »

Intellisense can also be enabled for VC++ I think. :wink:
...left for good
User avatar
Prey




Connoisseur Snitch! Pyre Articulatist 500

Posts: 1026
Joined: Wed Dec 27, 2006 6:49 am
Location: UK
Contact:

Post by Prey »

Patrickssj6 wrote:Intellisense can also be enabled for VC++ I think. :wink:
It is by default.
Halo 2 Prophet - Skin with ease with the simple 3D point and click interface.
Halo 3 Research Thread - Contribute to the research into Halo 3.
Patrickssj6




Pi Collaborator

Posts: 5426
Joined: Sat Jul 24, 2004 12:12 pm
Location: I'm a Paranoid
Contact:

Post by Patrickssj6 »

Prey wrote:
Patrickssj6 wrote:Intellisense can also be enabled for VC++ I think. :wink:
It is by default.
For real? God, I should rather listen to myself than my friends. My bad ^
...left for good
Evan





Posts: 105
Joined: Fri Oct 26, 2007 1:26 pm
Location: Indiana

Post by Evan »

Well the intellisense isn't really that helpful in VC++ unless you have experience and know most of the commands.
User avatar
KIWIDOGGIE
Readers Club





Posts: 100
Joined: Fri Jan 12, 2007 11:20 am
Contact:

Post by KIWIDOGGIE »

It is???? For Visual Studio 2008 it wasent enabled by default and I have not been able to fix it :(
Halo Funnies: CodeBrain: Is autoshoot a aimbot?
Diwidog: It shoots for you, not focuses on head and shoots, So if you cant hold it steady....YOU SUCK
CodeBrain: LOL :roll:
User avatar
Prey




Connoisseur Snitch! Pyre Articulatist 500

Posts: 1026
Joined: Wed Dec 27, 2006 6:49 am
Location: UK
Contact:

Post by Prey »

If anything, I would say intellisense is most useful with VC++.. seeing as methods are usually left top-level.. 'D3DXMatrixRotationAxis' opposed to 'Matrix.RotationAxis'.

@kiwi: See Edit> Intellisense for keyboard commands that invoke the intellisense to appear.
Halo 2 Prophet - Skin with ease with the simple 3D point and click interface.
Halo 3 Research Thread - Contribute to the research into Halo 3.
Evan





Posts: 105
Joined: Fri Oct 26, 2007 1:26 pm
Location: Indiana

Post by Evan »

It should be enabled in all version by default. If you are used to C# intellisense then that might be why because it's different as it doesn't display all possible functions and other things of that nature when you start typing.

EDIT: Oops never knew you could just invoke intellisense
User avatar
KIWIDOGGIE
Readers Club





Posts: 100
Joined: Fri Jan 12, 2007 11:20 am
Contact:

Post by KIWIDOGGIE »

Thats what I am used to, C# intellisence
Halo Funnies: CodeBrain: Is autoshoot a aimbot?
Diwidog: It shoots for you, not focuses on head and shoots, So if you cant hold it steady....YOU SUCK
CodeBrain: LOL :roll:
Post Reply