|
Any C++ programmers around here
|
View this Thread in Original format
| Moongoose |
| Alas I newer did get around to working with OGL and DX, and i dont know a thing about D&D rules :D Might check it out when its released though Wheel of TIme wasnt a bad book |
|
|
| The Drow |
I got plenty of other programming jobs...
Please contact me on pm Moongoose |
|
|
| The Drow |
anyone else please???:( :( :(
Moongoose doesn't have any time |
|
|
| ::TranceVanDyk:: |
gotta be super smart with that. i cant do it.
u have to think in logical order of things. me, i think in abstract order and everything comes together in my own way. blehh, your smart if u can it. |
|
|
| The Drow |
hehe thanks but thats not helping:p
I need some c++ programmers fast for this. |
|
|
| LeopoldStotch |
huh ?? .. the link doesn't work ..
i'll check it later .. |
|
|
| The Drow |
It does work...
Good English is requiered.
Lots of c++ and OOP experience (3 years atleast, 5 years is advantage).
Open GL or DX knowledge + 2 years of experience - advantage
You have to know the dnd rules.
If you know the wheel of times book it's an advantage.
You must be ready to work on the project and must have some free time to do so.
If you don't fit into one the categories please don't even bother to send a message. |
|
|
| Litheon |
NO OFFENCE: BUT I JUST THINK YOUR SITUATION OF YOUR PROJECT IS LIKE THIS:
A daily situtation of some stupid little kids that just want to create "THE BEST 133337777 GAME EVER MADE" but u haven't skills on u're own (everybody can visual basic....)?! U can't do it by ureself so you just want to let do it by someone else, and putting the credits on u're own?!
U're 14, go and play with u're legos!
Or give some decent details....how do you except to get decent replies with no decent except "HEEEYYY GUUYSSS I NEED A ING 13377 PROGRAMMER THAT WILL DO EVERYTHING FOR US BECAUSE WE CANT DO "....what do you already have...what are REALLY youre skills without exaggerating.....a normal kiddo of 14 doesn't have knowledge of the necessary maths, physics, mechanics (are you really so stupid that u don't know that of u're own).
I also think it is very arrogant to only want people that already are very good. Which nut with all the skills is going to create a game for some kiddo's. U have to aim for people that have already little necessary knowledge and that are very motivated to learn new things.
I'm just assuming that it is about a game....mean there are no details...how do you except to get a decent reply |
|
|
| The Drow |
ok. If you say so...
You prolly know me better then I do:rolleyes:
1) I'm 16
2) I've been programming since I was 11
3) You got quite an altitude for someone who doesn't know about programming....
I prolly know more then you do about programming in general and in c++ of course.
4) here is some code for you:
#include
#include
using namespace std;
const int NoobTAMember = 0;
const int GoodTAMember = 1;
//...
class TAMember
{
string sTAMemberName;
public:
bool Noob;
void SuckMyBalls()
{
cout << sTAMemberName << " can suck my balls...";
}
TAMember(string &sNewName) : sTAMemberName(sNewName) {}
bool ActLike(const int iStatus)
{
// ...
}
};
int main()
{
try
{
TAMember Litheon;
if ( Litheon.ActLike(NoobTAMember) )
{
Litheon.Noob = true;
cout << "You are underestimating my skills. You don't know
anything about programming so stfu";
}
if ( Litheon.Noob )
Litheon.SuckMyBalls();
else
throw LitheonMustBeANoob;
}
catch(Exception e)
{
cerr << "Fatal error! Litheon must be a noob";
retrun 1; /* error, Litheon must be a noob if he acts like a stupid ass */
}
return 0;
}
If you want me to define the full TAMember class I can do it but not today... I got the hebrew finals tommorow.
Oh and one last thing BURNED :haha: :haha: |
|
|
| tribu |
| quote: | Originally posted by The Drow
ok. If you say so...
You prolly know me better then I do:rolleyes:
1) I'm 16
2) I've been programming since I was 11
3) You got quite an altitude for someone who doesn't know about programming....
I prolly know more then you do about programming in general and in c++ of course.
4) here is some code for you:
#include
#include
using namespace std;
const int NoobTAMember = 0;
const int GoodTAMember = 1;
//...
class TAMember
{
string sTAMemberName;
public:
bool Noob;
void SuckMyBalls()
{
cout << sTAMemberName << " can suck my balls...";
}
TAMember(string &sNewName) : sTAMemberName(sNewName) {}
bool ActLike(const int iStatus)
{
// ...
}
};
int main()
{
try
{
TAMember Litheon;
if ( Litheon.ActLike(NoobTAMember) )
{
Litheon.Noob = true;
cout << "You are underestimating my skills. You don't know
anything about programming so stfu";
}
if ( Litheon.Noob )
Litheon.SuckMyBalls();
else
throw LitheonMustBeANoob;
}
catch(Exception e)
{
cerr << "Fatal error! Litheon must be a noob";
retrun 1; /* error, Litheon must be a noob if he acts like a stupid ass */
}
return 0;
}
If you want me to define the full TAMember class I can do it but not today... I got the hebrew finals tommorow.
Oh and one last thing BURNED :haha: :haha: |
lol, that was totally immature and indicative of your age, but I laughed anyways |
|
|
| The Drow |
| quote: | Originally posted by tribu
lol, that was totally immature and indicative of your age, but I laughed anyways |
I know...
It was mostly for the laughs.
And as 3 y/o kids say to their moms.: "He started!!!":D |
|
|
|
|