Page 1 of 1
If Anyone Would Beable To Get Me Updated
Posted: Mon May 18, 2009 8:24 am
by [TT]
I took a programing class for VB and got a D as for C++ i got a B, Funny to say but visual basic to me was pretty fun As hell because you can make a interface as for C++ its a cmd prompt with characters on it.
If someone would be so kindly to walk me through some of the codes and projects possibly have time on there hands and probably have some good knowledge of how C++ works as it may increase my interest to get into halo 2 modding and how it works as I've been a Huge fan of halo 1 & 2. Thanks in advance for those who answered. I'll see if i can get a time right to find out what would be the best time to archive this request.
Re: If Anyone Would Beable To Get Me Updated
Posted: Mon May 18, 2009 2:31 pm
by Eaton
Almost all Halo related programs are coded in C#.
Re: If Anyone Would Beable To Get Me Updated
Posted: Mon May 18, 2009 4:06 pm
by XZodia
XBox7887 wrote a C++ resigner, so I'd suggest looking at that.
Re: If Anyone Would Beable To Get Me Updated
Posted: Mon May 18, 2009 5:42 pm
by troymac1ure
Just learn C#. It's close enough to C++ that you should be able to understand the code, it's just that jump to windows that is the hardest. M$ offers Visual Studio Express for free on their site, which inclused Visual C#.
As Eaton stated most H2 apps are programmed in C# so there is lots of code out there to study and the Visual C# IDE is very friendly to use.
Re: If Anyone Would Beable To Get Me Updated
Posted: Tue May 19, 2009 12:45 am
by [TT]
Is the C++ resigner useful like very well designed or is it a beta application that is still in the works if it is then im mise will just learn C#
Re: If Anyone Would Beable To Get Me Updated
Posted: Tue May 19, 2009 1:12 am
by XZodia
Well its not beta...it resigns maps...
Re: If Anyone Would Beable To Get Me Updated
Posted: Tue May 19, 2009 9:45 pm
by [TT]
Sorry i mistaken what you had said, I though you meant a resigner for like changing C++ to C# or some BS Rofl. Ya ill check it out.
Re: If Anyone Would Beable To Get Me Updated
Posted: Tue May 19, 2009 10:58 pm
by OwnZ joO
If you really like C++ then you could use Visual C++. It would be like visual basic(which I'm guessing is what you used in the class) except you would write the code using C++ instead of basic. But like everyone is saying, C# is the most commonly used and there is good C# code out there.