Home | Webstore
Latest News: OOTP 26 Available - FHM 12 Available - OOTP Go! Available

Out of the Park Baseball 26 Buy Now!

  

Go Back   OOTP Developments Forums > Out of the Park Developments > General Discussions

General Discussions Discuss Out of the Park Developments' games, web site, downloads, research and anything else related to OOTP Developments.

Reply
 
Thread Tools
Old 01-02-2005, 09:12 AM   #1
magnet
Hall Of Famer
 
Join Date: Jun 2003
Posts: 5,029
Programming Languages

Markus:

I was just curious as to what languages you work with in creating OOTP and ITP. I enjoy coding random things in my off time, and would like to offer my support in beta testing/debugging (Specifically, I'd like to be a part of the ITP2 team) I am making this a thread instead of just PM'ing you in case there are any other like-minded members.
magnet is offline   Reply With Quote
Old 01-02-2005, 10:41 AM   #2
Steve Kuffrey
Administrator
 
Steve Kuffrey's Avatar
 
Join Date: Jul 1999
Location: S.E. TN - Georgia born and raised
Posts: 17,023
Pretty sure C++ is what was used.
__________________
Steve Kuffrey
DABS Atlanta Braves - 2008 Eastern Division Champ
*DBLC Atlanta Braves - 2011, 2014 East Division Champ, 2012, 2013 NL Wildcard
Baseball Maelstrom-Montreal Expos-2013 Tourney winner, 2014 WC Team
Sparky's League - Tampa Bay D'Rays
Epicenter Baseball League - Astros 2014
The CBL Rewind - Phillies '95
Steve Kuffrey is offline   Reply With Quote
Old 01-02-2005, 02:10 PM   #3
canadiancreed
Hall Of Famer
 
Join Date: Aug 2004
Posts: 11,660
I was always curious as well, and figured that it was something beyond my scope (aka C++)
__________________
PT21



PT22

canadiancreed is offline   Reply With Quote
Old 01-02-2005, 09:58 PM   #4
magnet
Hall Of Famer
 
Join Date: Jun 2003
Posts: 5,029
Quote:
Originally Posted by canadiancreed
I was always curious as well, and figured that it was something beyond my scope (aka C++)
May I suggest "The C/C++ Programmer's Bible?" It probably isn't beyond your scope.
magnet is offline   Reply With Quote
Old 01-02-2005, 10:01 PM   #5
Marc Vaughan
Sports Interactive
 
Join Date: Dec 2001
Location: Rockledge, FL
Posts: 262
OOTP and ITP were programmed using C++ (as will be OOTP7/OOTP:FE or whatever its called these days ).

C++ is the most common language used for game development these days apart from on a few handheld consoles where C and ASM still rule.

Its not 'that' hard to pick up if you persevere and purchase a few books, although I tend to suggest Visual Basic to first time programmers as an entry language (you can do some pretty impressive programs in VB, for instance the original freeware EHM game was written entirely in VB).

Hope this helps,

Marc
Marc Vaughan is offline   Reply With Quote
Old 01-02-2005, 10:44 PM   #6
billethius
All Star Reserve
 
billethius's Avatar
 
Join Date: Apr 2004
Posts: 822
I agree. VB is a good place to start. If you go with VB.Net you can make a pretty simple transition from VB to C# since much of the language is very similar, just with a different syntax.
billethius is offline   Reply With Quote
Old 01-02-2005, 11:22 PM   #7
canadiancreed
Hall Of Famer
 
Join Date: Aug 2004
Posts: 11,660
from my understanding C# != C++

C# is actualyl closer to java syntax from what i can recall

and C++ is what i expected OOTP to be made from. it's one reason why i figured that i coudlnt do a hockey version, due to lack of C++ knowledge, lack of knowledge for how statistics are figured out, and also there's FHM or wahtever the acronym is
__________________
PT21



PT22

canadiancreed is offline   Reply With Quote
Old 01-03-2005, 12:28 AM   #8
billethius
All Star Reserve
 
billethius's Avatar
 
Join Date: Apr 2004
Posts: 822
C# certainly is not C++, but the differences aren't all that great. I learned C++ first, but I can't see it as too difficult going in the opposite direction. Of course, if you specifically want to learn C++, the best route would be to pick up a book and learn it.

As soon as you learn to program in one language, learning another shouldn't be too hard. It's mostly syntax.
billethius is offline   Reply With Quote
Old 01-03-2005, 11:41 AM   #9
BigMak
Minors (Single A)
 
Join Date: Mar 2002
Posts: 67
I would agree that learning VB as a first language would be your best bet. You can familiarize yourself with coding techniques using that language. You'll also be able to write some cool apps quickly.

C++ isn't as hard to learn as a lot of people say it is. But I would recomend staying away from Object Oriented Programming languages until you have your feet wet. OOP is what may give somebody new to programming some trouble at first and discourage them from continuing to pursue the language.
BigMak is offline   Reply With Quote
Old 01-04-2005, 07:10 AM   #10
magnet
Hall Of Famer
 
Join Date: Jun 2003
Posts: 5,029
i do agree with the VB call. That was my first language as well.
magnet is offline   Reply With Quote
Old 01-04-2005, 02:08 PM   #11
treedom
Hall Of Famer
 
treedom's Avatar
 
Join Date: May 2002
Location: Transylvania
Posts: 2,900
I think Java is a very good introductory language as well. Plus the syntax is much closer to C++ than the VB syntax. The other thing with Java is, you can get two of the leading IDEs absolutely free.
__________________
A rake and a roustabout.
treedom is offline   Reply With Quote
Old 01-04-2005, 03:19 PM   #12
canadiancreed
Hall Of Famer
 
Join Date: Aug 2004
Posts: 11,660
exactly, and if you lern it proficiantly, the job opportunities are more plentiful for Java then VB.

At least they are in the Toronto area
__________________
PT21



PT22

canadiancreed is offline   Reply With Quote
Old 01-04-2005, 03:52 PM   #13
treedom
Hall Of Famer
 
treedom's Avatar
 
Join Date: May 2002
Location: Transylvania
Posts: 2,900
Quote:
Originally Posted by canadiancreed
exactly, and if you lern it proficiantly, the job opportunities are more plentiful for Java then VB.

At least they are in the Toronto area
Quite true. It's what butters my bread, anyway.
__________________
A rake and a roustabout.
treedom is offline   Reply With Quote
Old 01-04-2005, 05:32 PM   #14
canadiancreed
Hall Of Famer
 
Join Date: Aug 2004
Posts: 11,660
Quote:
Originally Posted by treedom
Quite true. It's what butters my bread, anyway.
*goes to the green eyed jealousy monster mode*

It's funny, I know enough Java to be dangerous, but not enough to employab le.....quite annoying
__________________
PT21



PT22

canadiancreed is offline   Reply With Quote
Old 01-05-2005, 03:37 AM   #15
randomlefty10
All Star Starter
 
randomlefty10's Avatar
 
Join Date: Sep 2002
Location: Philadelphia
Posts: 1,438
<---- Knows enough Java to be employable, but can't find employment.

S'ok, I'm using the time to sharpen my saw in ML and by building a Java compiler from scratch.
randomlefty10 is offline   Reply With Quote
Reply

Bookmarks


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 03:00 PM.

 

Major League and Minor League Baseball trademarks and copyrights are used with permission of Major League Baseball. Visit MLB.com and MiLB.com.

Officially Licensed Product – MLB Players, Inc.

Out of the Park Baseball is a registered trademark of Out of the Park Developments GmbH & Co. KG

Google Play is a trademark of Google Inc.

Apple, iPhone, iPod touch and iPad are trademarks of Apple Inc., registered in the U.S. and other countries.

COPYRIGHT © 2023 OUT OF THE PARK DEVELOPMENTS. ALL RIGHTS RESERVED.

 

Powered by vBulletin® Version 3.8.10
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright © 2024 Out of the Park Developments