![]() |
|
|||||||
| Home | Forums | Register | Blogs | FAQ | Live Leaderboard | Search | Today's Posts | Mark Forums Read |
| Water Cooler Off-topic general discussion forums for all things non Xbox. |
![]() |
|
|
#51 | ||||||||
Senior Member
![]()
|
lets see u draw a logo its harder then u think... on top of that i cant use photoshop so i cant use the editor that i good with...
btw thats because its not colored...
__________________
|
||||||||
|
|
|
#52 | |||||||||
Senior Member
![]()
|
And let's see you write an OS. Or any program. (Hello World doesn't count)
And I'll admit that I suck complete ass at art. That's why I'm not making a logo myself.
__________________
Sex, Drugs, and Unix ☭ Quote:
|
|||||||||
|
|
|
#53 | ||||||||
Senior Member
![]()
|
i am getting there.... just watch in a year i beat u down with my 1337 Art and programing skills
![]()
__________________
|
||||||||
|
|
|
#54 | |||||||||
Senior Member
![]()
|
Oh, is that when your Hello World program in Python is going to be debugged?
__________________
Sex, Drugs, and Unix ☭ Quote:
|
|||||||||
|
|
|
#55 | ||||||||
Senior Member
![]()
|
LOL no, i will learn to make a program by then...
__________________
|
||||||||
|
|
|
#56 | |||||||||
Senior Member
![]()
|
Nothing useful.
And, once again, you've steered this thread off course. ![]()
__________________
Sex, Drugs, and Unix ☭ Quote:
|
|||||||||
|
||||||||||
| Last edited by paintba||er; 06-27-2008 at 08:33 AM. | ||||||||||
|
|
#57 | ||||||||
Senior Member
![]()
|
i cant help it, its my talent
i shell learn to make a calculator XD
__________________
|
||||||||
|
|
|
#58 | ||||||||
Senior Member
![]()
|
look at that pic the dircection we are takeing is one way, so we cant turn back now
spam spam spam ![]()
__________________
|
||||||||
|
|
|
#59 | ||||||||||
Senior Member
![]()
|
Quote:
Code:
#include <stdio.h>
//All numbers will be truncated!
int main(int argc, char *argv[]){
int num1=atoi(argv[2]);
int num2=atoi(argv[3]);
if(argc != 4){
printf("\nRTFM n00b!\n\n");
return 1;
}
else{
if(strcmp(argv[1], "-a") == 0)
printf("\n%d\n\n", num1+num2);
else if(strcmp(argv[1], "-s") == 0)
printf("\n%d\n\n", num1-num2);
else if(strcmp(argv[1], "-m") == 0)
printf("\n%d\n\n", num1*num2);
else if(strcmp(argv[1], "-d") == 0)
printf("\n%d\n\n", num1/num2);
else{
printf("\nRTFM n00b\n\n");
return 1;
}
}
return 0;
}
Oh, and note that it's not tested... Also, I hate the way this forum removes \'s. So you have to escape them by using another \. And if you edit it, or preview it then you have to do it again. STFU!
__________________
Sex, Drugs, and Unix ☭ Quote:
|
||||||||||
|
|||||||||||
| Last edited by paintba||er; 06-27-2008 at 07:51 PM. | |||||||||||
|
|
#60 | ||||||||
Senior Member
![]()
|
i am not an idiot, stupid...
Code:
#include <stdio.h>
//All numbers will be truncated!
int main(int argc, char *argv[]){
int num1=atoi(argv[2]);
int num2=atoi(argv[3]);
if(argc != 4){
printf("nRTFM n00b!nn");
return 1;
}
else{
if(strcmp(argv[1], "-a") == 0)
printf("n%dnn", num1+num2);
else if(strcmp(argv[1], "-s") == 0)
printf("n%dnn", num1-num2);
else if(strcmp(argv[1], "-m") == 0)
printf("n%dnn", num1*num2);
else if(strcmp(argv[1], "-d") == 0)
printf("n%dnn", num1/num2);
else{
printf("nRTFM n00bnn");
return 1;
}
}
return 0;
}
__________________
|
||||||||
|
|
|
#61 | |||||||||
Senior Member
![]()
|
![]() Fu¢ktard. Give it a -a, -s, -m, or -d parameter, and two numbers.
__________________
Sex, Drugs, and Unix ☭ Quote:
|
|||||||||
|
||||||||||
| Last edited by paintba||er; 06-27-2008 at 10:09 PM. | ||||||||||
|
|
#62 | ||||||||
Senior Member
![]()
|
btw my drawing doesn't have a mask look at the pic i drew it from and you'll see what i was getting at...
__________________
|
||||||||
|