DarkAngelBGE Posted April 22, 2004 Report Share Posted April 22, 2004 Yeah I think that really depends on the coder himself. By the way are you from thepublic void someFunction( int someParameter ) {}or thepublic void someFunction( int someParameter ) {}camp ? Quote Link to comment Share on other sites More sharing options...
Calefaction Posted April 22, 2004 Author Report Share Posted April 22, 2004 Yeah I think that really depends on the coder himself. By the way are you from thepublic void someFunction( int someParameter ) {}or thepublic void someFunction( int someParameter ) {}camp ? thepublic class MyClass{ private int m_SomeField; private void SomeFunction(int someParam) { }}camp Quote Link to comment Share on other sites More sharing options...
DarkAngelBGE Posted April 22, 2004 Report Share Posted April 22, 2004 Wohoo..just the camp I am in, too. It's great to find people that are in the same camp. As most seem to be in the other one. Quote Link to comment Share on other sites More sharing options...
Mystic-Al-Bob Posted April 22, 2004 Report Share Posted April 22, 2004 What I hat is that:public void someFunction( int someParameter ) { a=3; b=323; ....}do you agree?I'm not sure yet which camp I belong to. I'm changing from time to time.What do you programme? Quote Link to comment Share on other sites More sharing options...
DarkAngelBGE Posted April 22, 2004 Report Share Posted April 22, 2004 @Bob:What do you programme? -> What do you program? Well he said he does C++. As he seems quite knowledgable he prolly knows some more languages. Quote Link to comment Share on other sites More sharing options...
Calefaction Posted April 22, 2004 Author Report Share Posted April 22, 2004 What I hat is that:public void someFunction( int someParameter ) { a=3; b=323; ....}do you agree?I'm not sure yet which camp I belong to. I'm changing from time to time.What do you programme? I program in C, C++, C#, PHP, Perl, Python, Lua and JavaScript on semi-regular basis (some more then others, like C++ and C# I use a lot).I also regularly use things like XML, XSD, XPath etc.As far as what I program, when I am employed I am generally a database front end developer, as well as generally becoming the scripting guru wherever I work For personal kicks, I have a little project .NET Pre-Build which is written in C# that I actively maintain. I also have various other pet projects that live on my HDD from the bare innards of an OpenGL based 3D engine, to a half-written MUD server, and all kinds of other snippets and random piesce of code. Quote Link to comment Share on other sites More sharing options...
DarkAngelBGE Posted April 24, 2004 Report Share Posted April 24, 2004 Ah nice. What apps have you already made with the help of PHP ? Quote Link to comment Share on other sites More sharing options...
The Prophet Posted April 24, 2004 Report Share Posted April 24, 2004 Welcome to the forums my good man. Maybe I can learn some programming things from you. Be sure to stop by the computer desk forum. Quote Link to comment Share on other sites More sharing options...
DarkAngelBGE Posted April 27, 2004 Report Share Posted April 27, 2004 Ah there see guys..he has the wfg staff dress now. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.