Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~17.2K People Reached
About Me

IT Administrator

PC Specs
AMD 3200+ (2400+ Clocked) MSI K7N2 Delta M/Board 4x 512MB DDR400 Corsair RAM 2x 80GB SG 7200RPM HDD…
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for winbatch

Well have you guys ever heard of the MOD (%) function. Well let's say the count was 153 seconds. [code] char *print_time( int time ) { static char buf[20]; char tmp[200]; buf[0] = '\0'; sprintf( tmp, "%d ", time ); strcat( buf, tmp ); return buf; } int main( void …

Member Avatar for Reverend Jim
1
9K
Member Avatar for samaru

[b]Name[/b] Anton [b]Age[/b] 22 Years of Age [b]NickName[/b] Auron, but my friends call me Frosty (long story). [b]Location[/b] South Africa, nope no lions in my backyard either. [b]Hobbies[/b] I am an adreniline junkie, so no stamp collection. [b]Relationship[/b] She got eaten by a shark, told her to stay in cage. …

Member Avatar for Dani
3
6K
Member Avatar for Auron

Hey everyone. I am not sure of any of you are familiar with the term MUD (which is Multi User Dungeon, a text-based game). If not feel free to go over to [url]www.mudconnect.com[/url] to check it out. Anyway, back to my post. What I am currently planning on doing is …

Member Avatar for Libertate
0
290
Member Avatar for tricia

Well I haven't tried moving a frame from one form to another in VB but why not have it hide the frame on the one form and show it on the other. Let me give an example: Create 2 forms, call them frmOne and frmTwo respectively. On each form create …

Member Avatar for Comatose
0
227
Member Avatar for tat2dlady

[CODE]#include <stdio.h> #include <string.h> // can't remember the header file used for isdigit - i think it is ctype, but it could be conio #include <conio.h> #include <ctype.h> // macro to return the larger of the two numbers #define IS_MAX( a, b ) ( (a) > (b) ? (a) : …

Member Avatar for Dogtree
0
1K
Member Avatar for vhinehds

Visual Basic runtime files are the files needed to run a Visual Basic application. When looking at Visual Basic it is merely a programming language used to write a program, where the runtime files are files needed by the application in order to work correctly. These files are needed by …

Member Avatar for vhinehds
0
379

The End.