|
|
Re: C Programmers Wanted![message #100274]
|
Tue, 02 March 2004 01:27
|
|
Sint |
|
Messages:37
Registered:August 2003 Location: Amsterdam, The Netherland... |
|
|
I'm a university student from The Netherlands. I'm right now in the second year of what we call 'informatica', which translated equals computer science.
Some of the classes I've had so far are databases, operating systems, graphics, programming in C and Java, logic, math and many more.
Most of the practical assignments we do are in C, so I've build up some experience. Right now I'm building the datastructure for a chatserver in C and I'm learning C++.
I own all of the versions of JA (JA1, JA:DG, JA2, JA2UB) and I play JA:DG multiplayer almost every week.
You can safely say I'm interested in the sourcecode. I'm not sure if I have enough experience to really do something with it, but it's worth a shot. My first focus would be multiplayer, because that would just be a great thing to get working.
Sint - :saint:
Report message to a moderator
|
Private 1st Class
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: C Programmers Wanted![message #100299]
|
Sun, 07 March 2004 03:10
|
|
quixote |
Messages:1
Registered:January 2004 Location: Canada |
|
|
I ain't no programmer and I can't mix drinks like my famous brothers, but if you need an artist who does 3d and knows photoshop etc... I'm yours.
Just got my copy, source code and all....
Cheers
Manny.
Report message to a moderator
|
Civilian
|
|
|
|
|
|
|
|
|
Re: C Programmers Wanted![message #100306]
|
Wed, 10 March 2004 04:27
|
|
SSFSX17 |
|
Messages:26
Registered:November 2003 Location: California |
|
|
Python's official website is http://www.python.org/ and it was named after Monty Python. If that didn't make it awesome enough, Python also has a very "lean" syntax: you type a lot less symbols and stuff to do the same things as in C and C++. It's also on the extreme end of the object-oriented approach, but it's not strict with a lot of its stuff like Java is. Java is really anal retentive about strictness and types, and my professors like it that way.
Python has modules (in C) that are designed to allow a programmer to make a C program use Python as a kind of extension language or scripting language. Python is also used for "prototyping." Basically, people iron out a working program in Python first, and then they add in all the C++ syntax later. Python is not for everyone, although it is very handy for scripting of all kinds. Perl is supposedly better with regex parsing, but Perl programs are a lot harder to reuse/rewrite/read/integrate/extend the way you do with Python.
Approaching the topic again: a lot of people in the Python community are also hardcore C programmers. I'm not one of them, unfortunately.
I guess the most help I could offer would be Quality Control and algorithm analysis, since that's the only stuff I could quickly do on C source without straining myself.
Report message to a moderator
|
Private 1st Class
|
|
|
|
|
|
|
|