Advertisement

Programming Languages?

Started by January 28, 2003 12:56 PM
4 comments, last by Vulcan3415 21 years, 9 months ago
Hello... Programming Languages? I know of C++... I haven''t done any research on Python? Allgero? Those were the other common languages I hear of... Are they programming languages? I know C++ is, and same with APIs, what does it stand for? Isn''t it like a different kind of C++? Or something? Where can I get information, on this stuff, and with other languages... How many are there? I wana start my own team, soon... Or late summer... I am trying to learn 3D Studio Max, and PhotoShop7... I like graphics too, where can I find a website with all the languages?Okay... Thanks! ... Bye
IM me! At Lithium3415
Hey there!

For programming tutorials, you should go to http://www.programmingtutorials.com

....or

http://www.programmersheaven.com

For 3D Studio Max stuff, go to: http://www.3dcafe.com
click the "FREE STUFF" button at the top of the page and then you can choose to view/download textures, models, sounds, tutorials, etc.

Also, Python is a programming language but I don't know of anyone who uses it still. Allegro was sort of a...how do I describe it?.....add-on or something of that nature for the DJGPP C++ compiler. It helps with graphics. http://www.delorie.com/djgpp will have a page where you can choose what to download. I think there is specific website for Allegro too...it might be www.alegro.com but I'm not entirely sure.

Good luck!

WikedGamer

[edited by - wikedgamer on January 28, 2003 2:49:32 PM]
Advertisement
Allegro is a grahics/sound/input/general gaming stuff library, and is ported to MSVC (using DirectX) and some other compilers.

Official Allegro website


I tolerate no intolerance!
There exist a number of languages which are radically different, both in features and concepts, from those found in the C family.

This thread could be an eye-opener.

The Python web site is undoubtedly the best place to learn about Python , and those who use it. Python has a large library of modules, including for game development, many of which come standard with the interpreter. The site also has beginner tutorials and comparison with other languages.

Heck, just visit the site and download the latest stable version.

[ Start Here ! | How To Ask Smart Questions | Recommended C++ Books | C++ FAQ Lite | Function Ptrs | CppTips Archive ]
[ Header Files | File Format Docs | LNK2001 | C++ STL Doc | STLPort | Free C++ IDE | Boost C++ Lib | MSVC6 Lib Fixes ]

[edited by - Fruny on January 28, 2003 4:35:22 PM]
"Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it." — Brian W. Kernighan
I suggest you click on the "For Beginners" link near the top of the GameDev page and go from there.

API stands for Application Programming Interface. It''s not a language, it''s a technical term for the functions that make up the interface to a software library - a library being a collection of related "helper" code, something that handles dirty work for you such as loading image files.
Damn, Fruny, you posted all the good links. I do recommend one more for Python, however: ActiveState''s ActivePython Distribution. It''s a Python distribution geared for Windows systems. It has Windows-specific modules, documentation, and other stuff.

This topic is closed to new replies.

Advertisement