Quote Originally Posted by Hell Hound View Post
Hardware should have no influence over the software development.

{
if
nvidia offer moneys exploit their ass;
//This is my project punk
else
keep developing as intended ;
}
I'm not sure what language that is, but there seems to be no function for if...

//this is a comment

It should rather be
if (nvidia offers moneys (to?) exploit their ass)
{
print_r("This is my project punk");
}
else
{
keep developing as intended;
}




(Yes, I'm bringing humour into an otherwise waaay too serious thread)