No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
IT Administrator
- PC Specs
- AMD 3200+ (2400+ Clocked) MSI K7N2 Delta M/Board 4x 512MB DDR400 Corsair RAM 2x 80GB SG 7200RPM HDD…
6 Posted Topics
Re: 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 … | |
Re: [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. … | |
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 … | |
Re: 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 … | |
Re: [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) : … | |
Re: 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 … |
The End.